| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, added the following methods to `BinaryViewExt`:
* `define_auto_data_var`
* `undefine_auto_data_var`
* `define_auto_type`
* `undefine_auto_type`
* `undefine_user_type`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
|
|
|
|
actions to load default load settings
|
|
|
|
|
|
|
|
|
|
|
|
documentation)
|
|
|
|
disassembly::InstructionTextToken; update examples
|
|
This should include everything required to retrieve linear disassembly
for a function.
* add `highest_address` method to `Function`
* add `DisassemblySettings`
* add text getter for `InstructionTextToken`
* add `LinearViewObject`, `LinearViewCursor`
* add decompilation example
|
|
|
|
This is missing all the things that iterate over tag types for now.
|
|
|
|
|
|
|
|
fixed using mut for const correctness (mut != ~const)
|
|
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes
|