summaryrefslogtreecommitdiff
path: root/rust/src/disassembly.rs
AgeCommit message (Collapse)Author
2022-08-29Rust API : Update and add copyrightsKyleMiles
2022-08-16Rust API : Implement more of the core enum `InstructionTextTokenType` in ↵KyleMiles
`InstructionTextTokenContents`; Fix some functions in types.rs not following the `T: Into<Conf<...>>` convention
2022-06-27Rust API : Add Type::parameters for @CouleeAppsKyleMiles
2022-06-24Rust API: Change tokens to use slice::from_raw_partsrose
2022-06-23Rust API: Change instruction_text to use Vec<>rose
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
2022-01-28Format All FilesKyleMiles
2021-09-27Better support for change type in linear viewXusheng
2021-07-07Rust API: Type ImprovementsKyleMiles
FunctionParameters now hold refs and have a constructor
2021-03-18Better type supportKyleMiles
2021-01-21cargo fmt and all my changesKyleMiles