| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-05 | Fix data accessors to return bytes objects instead of chr | Peter LaFosse | |
| 2021-09-05 | Remove some unnecessary properties for various derived HLIL Instructions, ↵ | Peter LaFosse | |
| add HLIL vars_read/vars_written Additional progress on HLILInstruction refactor | |||
| 2021-09-05 | Refactor Python Types | Peter LaFosse | |
| Remove _mutable types | |||
| 2021-09-05 | Commonize how BasicBlocks are constructed | Peter LaFosse | |
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse | |
| Fix linter error in scriptingprovider.py Update workflow.py using updated paradigms and type hints | |||
| 2021-09-05 | Fix bug in python/variable.py | Peter LaFosse | |
| 2021-09-05 | remove some unneeded code | Peter LaFosse | |
| 2021-09-05 | Fix bug in unit tests. Fix vars_read, vars_written in Intrinsic instructions | Peter LaFosse | |
| 2021-09-05 | Use more fstrings in testcommon.py | Peter LaFosse | |
| 2021-09-05 | small bug fix to scriptingprovider.py | Peter LaFosse | |
| 2021-09-05 | Refactor ILs for greater speed and utility | Peter LaFosse | |
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse | |
| 2021-09-05 | update unit test for preprocess_source change | Peter LaFosse | |
| 2021-09-05 | Fix InstructionInfo | Peter LaFosse | |
| 2021-09-05 | Create class CoreDataVariable and make DataVariable class 'active' | Peter LaFosse | |
| 2021-09-05 | fix issue when looking up branch type in Architecture._get_instruction_info | Peter LaFosse | |
| 2021-09-05 | Convert the following to dataclasses: | Peter LaFosse | |
| AddressRange BoolWithConfidence ConstantReference EnumerationMember FunctionParameter ILFlag ILIntrinsic ILRegister ILRegisterStack ILSemanticFlagClass ILSemanticFlagGroup IndirectBranchInfo InstructionBranch InstructionInfo IntrinsicInfo IntrinsicInput LowLevelILExpr LowLevelILOperationAndSize PossibleValueSet RegisterInfo RegisterSet RegisterStackAdjustmentWithConfidence RegisterStackInfo SSAFlag SSARegister SSARegisterOrFlag SSARegisterStack SizeWithConfidence StackVariableReference StructureMember TypeFieldReference TypeParserResult ValueRange BasicBlockEdge | |||
| 2021-09-05 | add a core.free_string helper | Peter LaFosse | |
| 2021-09-05 | Fix some misspells in various enumerations | Peter LaFosse | |
| 2021-09-05 | Refactor RegisterValue class into multiple dataclasses which can be ↵ | Peter LaFosse | |
| instantiated directly | |||
| 2021-09-05 | Refactor Variable class | Peter LaFosse | |
| The Variable class is now broken into 3 separate classes with helper methods to convert between them. CoreVariable is implemented as a frozen dataclass and is analogous to BNVariable VariableNameAndType is analogous to BNVariableNameAndType Bothe the above are passive objects and can not be changed directly The new and improved Variable object is now an active object which can be operated on directly and changes will take effect immediately | |||
| 2021-09-05 | Fix BinaryView.new | Peter LaFosse | |
| 2021-09-05 | Fix highlight colors on BasicBlock objects | Peter LaFosse | |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse | |
| 2021-09-05 | Add ability for TypeBuilder objects to utilize ↵ | Peter LaFosse | |
| StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects | |||
| 2021-09-05 | Fix get_ssa_var_version in unit test | Peter LaFosse | |
| 2021-09-01 | prevent user settings and plugins from influencing unit test generation | Jordan Wiens | |
| 2021-08-26 | Update hardcoded test_get_il_vars test for new .bntl's | Andrew Lamoureux | |
| 2021-08-25 | Add 'requiresRestart' property to settings schema for UI notification. | Brian Potchik | |
| 2021-08-25 | Update workflows c++ examples. | Brian Potchik | |
| 2021-08-25 | Update reflection view for improved IL synchronization and default IL. | Brian Potchik | |
| 2021-08-25 | adding BN_DISABLE_REPOSITORY_PLUGINS environment variable | Jordan Wiens | |
| 2021-08-24 | Update getting-started.md | Jordan | |
| typo in key binding link | |||
| 2021-08-20 | Workflows basic blocks and IL function analysis setters. | Brian Potchik | |
| 2021-08-20 | platforms: specify platform types and add bvt platform callbacks | Ryan Snyder | |
| 2021-08-19 | convert sample python triage plugin to PySide6 | Jordan Wiens | |
| 2021-08-18 | Rust API : DebugInfo API Fixes | KyleMiles | |
| 2021-08-17 | CMake option to set license for generator | Glenn Smith | |
| 2021-08-17 | HTTP C++ library via downloadprovider | Glenn Smith | |
| 2021-08-17 | Websocket provider | Glenn Smith | |
| 2021-08-17 | add more general API documentation and numerous other documentation improvements | Jordan Wiens | |
| 2021-08-17 | Fix ref count issue in BinaryView::GetCodeReferencesForTypeField() | Xusheng | |
| Fix https://github.com/Vector35/binaryninja-api/issues/2590 | |||
| 2021-08-16 | Move py debugger functions to __init__.py | Glenn Smith | |
| 2021-08-16 | Cleanup taglist header | Glenn Smith | |
| 2021-08-16 | Remove disconnected node from tail call example. | Brian Potchik | |
| 2021-08-15 | much more information on type libraries | Jordan Wiens | |
| 2021-08-15 | small fix in title of user plugin help | Jordan Wiens | |
| 2021-08-14 | Move debugging info to plugin dev guide | Glenn Smith | |
| 2021-08-14 | Startup.py/python debugger updates and documentation | Glenn Smith | |
| 2021-08-13 | Workflows early preview. | Brian Potchik | |
