| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes.
|
|
|
|
core..fix passing a nullptr to `load`
|
|
Resolves #3206
|
|
load; update examples
|
|
when you're statically compiling several Rust modules that use the API...only one needs to export it)
|
|
|
|
|
|
was called. Fixed by matching to handle the error case
|
|
bit of codegen)...but will likely break custom BV plugins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: EliseZeroTwo <mail@elise.moe>
|
|
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
|
|
more "match match {} {}")
|
|
|
|
This is missing all the things that iterate over tag types for now.
|
|
|
|
|
|
Remove _mutable types
|
|
|
|
fixed using mut for const correctness (mut != ~const)
|