| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #3032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handles directly
|
|
|
|
large numbers of symbols
|
|
significant memory savings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move calls to Free into finally blocks
format function.py and api_test.py
|
|
Closes #2427, #2585, #1658, #1632, probably others
|
|
There's no kill like overkill
|
|
Co-authored-by: EliseZeroTwo <mail@elise.moe>
|
|
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
|