summaryrefslogtreecommitdiff
path: root/rust/examples/decompile/src
AgeCommit message (Collapse)Author
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2022-09-29[Rust API] Add support for MetadataGlenn Smith
2022-02-14Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and ↵KyleMiles
disassembly::InstructionTextToken; update examples
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