summaryrefslogtreecommitdiff
path: root/rust/examples/decompile/Cargo.toml
AgeCommit message (Collapse)Author
2022-02-14rust: add linearview and related APIsFabian Freyer
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