| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-15 | Fix default arguments to 'DebugFunctionInfo' | Peter LaFosse | |
| 2021-09-14 | fix several pydoc formatting errors | Jordan Wiens | |
| 2021-09-14 | Fix for issue #2634: adds missing assignment to ↵ | galenbwill | |
| `DisassemblyTextLine.highlight` attribute when `isinstance(color, _highlight.HighlightColor)` is true | |||
| 2021-09-13 | Update typelib_create, typelib_dump examples to new API | Andrew Lamoureux | |
| 2021-09-11 | Add fix typelib_create.py | Peter LaFosse | |
| 2021-09-11 | fix Platform.generate_auto_platform_type_ref | Peter LaFosse | |
| 2021-09-11 | Add FunctionList proxy class and return one from bv.functions | Peter LaFosse | |
| 2021-09-11 | actually remove old snippets plugin, readme links to proper one | Jordan Wiens | |
| 2021-09-08 | moving InstructionTextToken back to architecture module and aliasing from ↵ | Jordan Wiens | |
| function for better backward compatibility | |||
| 2021-09-08 | update triage plugin to work with 3.0 api refactor | Jordan Wiens | |
| 2021-09-07 | Fixup typelib_create example for new type APIs | Peter LaFosse | |
| 2021-09-07 | Rename all TypeBuilder objects to end with 'Builder' to avoid name collisions | Peter LaFosse | |
| 2021-09-07 | Improve typehints in highlevelil.py | Peter LaFosse | |
| 2021-09-07 | Fix some bugs in lowlevelil.py refactor | Peter LaFosse | |
| 2021-09-07 | Improve backward compatibility of Tags APIs | Peter LaFosse | |
| 2021-09-07 | Improve backward compatibility of get_low_level_il* functions | Peter LaFosse | |
| 2021-09-07 | Create NameSpace.get_core_struct() | Peter LaFosse | |
| 2021-09-06 | Fix bin_info plugin's use of log | Peter LaFosse | |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse | |
| 2021-09-06 | Fix mlil.vars_read | Peter LaFosse | |
| 2021-09-06 | Fix mediumlevelil operands (don't expand) | Peter LaFosse | |
| 2021-09-06 | Fix _platform_recognizers and type error in binaryview.py | Peter LaFosse | |
| 2021-09-06 | Fix IL comparision instructions | Peter LaFosse | |
| 2021-09-06 | Fix import of log | Peter LaFosse | |
| 2021-09-06 | type hints for mediumlevelil.py | Peter LaFosse | |
| 2021-09-06 | Fix hlil vars_used_in_function | Peter LaFosse | |
| 2021-09-06 | Commonize _to_core_struct/_from_core_struct | Peter LaFosse | |
| Improve implementation of immutable_copy/mutable_copy | |||
| 2021-09-06 | Add BNTypeBuilderSetChildType | Peter LaFosse | |
| 2021-09-06 | Reorder inheritance for consistency | Peter LaFosse | |
| 2021-09-06 | Dont' expand operands to maintain backward compatibility | Peter LaFosse | |
| 2021-09-06 | Ignore some type check warnings in downloadprovider.py | Peter LaFosse | |
| 2021-09-06 | make dataclasses in function.py | Peter LaFosse | |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and ↵ | Peter LaFosse | |
| metadata.py, callingconvention.py, binaryview.py, highlevelil.py, scriptingprovider.py, types.py Fix typehint for Union[QualifiedName, str] | |||
| 2021-09-06 | Add __str__ for Architecture | Peter LaFosse | |
| 2021-09-06 | Commonize all possible IL base classes in commonil.py | Peter LaFosse | |
| 2021-09-06 | Improve backward compatibility of python/function.py | Peter LaFosse | |
| 2021-09-06 | Add back in ILOperations | Peter LaFosse | |
| replace 'vars_referenced' with 'vars' added 'vars_used_in_address' fixed some class hierarchy issues | |||
| 2021-09-06 | Fix many bugs in types.py | Peter LaFosse | |
| 2021-09-06 | Fix some comments in typelibrary.py | Peter LaFosse | |
| 2021-09-06 | Fix some type errors in lineardisassembly.py | Peter LaFosse | |
| 2021-09-06 | Fix load/store instruction hierarchy in lowlevelil.py | Peter LaFosse | |
| 2021-09-06 | Fix call to core.BNGetRealVariableName in variable.py | Peter LaFosse | |
| 2021-09-06 | Fix typecheck error in function.py | Peter LaFosse | |
| 2021-09-06 | Fix typecheck error in architecture.py | Peter LaFosse | |
| 2021-09-06 | Ignore some unneeded type check errors | Peter LaFosse | |
| 2021-09-06 | Fix some type check warnings in StructureDataView | Peter LaFosse | |
| 2021-09-06 | Change NamedTypeReference.GetTypeClass to GetTypeReferenceClass as it was ↵ | Peter LaFosse | |
| conflicting with Type.GetTypeClass | |||
| 2021-09-06 | Use more f-strings | Peter LaFosse | |
| 2021-09-06 | Refactor DataVariable, BinaryReader, BinaryWriter, and StructuredDataView | Peter LaFosse | |
| DataVariable is now 'live' - Can now directly get/set the name/symbol and type - Can now read values by automatically creating a TypedDataReader - Can now write the value of DataVariables (only using bytes objects for now) BinaryReader/BinaryWriter now have optional addresses passed to each of the read/write methods - Can now be instantiated from a helper on BinaryView 'br = bv.reader' StructuredDataView is deprecated in favor of TypedDataReader but left in for backward compatibility | |||
| 2021-09-06 | Improve include style in basicblock.py | Peter LaFosse | |
| Improve include style of debuginfo.py | |||
