summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-01-25Add missing rust test binaryMason Reed
2025-01-25Rust refactorMason Reed
2025-01-24Fix crash when dwarf parsing starts while binja is shutting downJosh Ferrell
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-14Pass length to free register list callbackMason Reed
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-12-11Fix incorrectly named argument for `get_open_filename_input`Mason Reed
2024-12-04IDB Import: Bump idb-rs to 0.1.6Mason Reed
2024-12-04Add support for DW_OP_addrx lookups for data variablesJosh Ferrell
2024-12-03IDB Import: Misc clippy lintsMason Reed
2024-12-03IDB Import: Bump idb-rs dependencyMason Reed
2024-11-18Fix crash when using DWARF export with array of 0-sized typesJosh Ferrell
2024-11-12Fix misc warning in rust examplesMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-11Add FileMetadata::session_id to rust apiMason Reed
2024-11-08Add rust api for bulk segment additionMason Reed
2024-11-05Fix NativeAOT PDBs' extra data causing an assertion failureGlenn Smith
2024-11-05Fix .dSYM sibling file load logic and update .dSYM docsJosh Ferrell
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
2024-11-04Add some more TODO items in rustMason Reed
2024-11-04Fix rust object destructors taking a ref accidentallyMason Reed
2024-11-03Remove mention of old usernameKyleMiles
2024-10-28Rust: Add `BinaryViewExt::get_code_refs_from` apiMason Reed
2024-10-28Rust: Add object destructor APIMason Reed
2024-10-28Rust: Fix cloning module workflowsMason Reed
2024-10-26Fix all low level il function getters leaking in rustMason Reed
2024-10-25Retrieve view from analysis contextMason Reed
2024-10-24Add WARP integrationMason Reed
2024-10-22Update rust default workflow instanceMason Reed
2024-10-22Add BinaryViewExt::{function_start_before, function_start_after}Mason Reed
2024-10-21Fix UAF of base structure typesMason Reed
2024-10-21Stop leaking named type references in rustMason Reed
2024-10-21Better calculation for sp offsets of DWARF local variablesJosh Ferrell
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-10-19Fix some rust warnings and remove mention of `binja-rs`Mason Reed
2024-10-19Add way to set the id of the defined type in rust apiMason Reed
2024-10-19Add ArchitectureExt::calling_conventions to rust apiMason Reed
2024-10-19Rework rust workflow api and add workflow exampleMason Reed
2024-10-19implement rust workflowRubens Brandao
2024-10-18Add progress reporting to first phase of DWARF parsingJosh Ferrell
2024-10-17Demangler plugin APIGlenn Smith
2024-10-14Fix DWARF import crash when FDE has row with start==endJosh Ferrell
2024-10-14Support loading IDBs from projects in idb_importJosh Ferrell
2024-10-14Implement FileMetadata::get_project_file in rustJosh Ferrell
2024-10-14Update bindgen to 0.70.1 and remove untracked lockfilesMason Reed
2024-10-10Fix use-after-free in rust `BinaryViewExt::get_relocations_at`Mason Reed
2024-10-10Lots of improvements to stack variable location calculations in DWARFJosh Ferrell
2024-10-10Parse .debug_frame if present and fix stack variable offset calculationJosh Ferrell
2024-10-10Update Cargo.lockMason Reed
2024-10-10Update IDB import to idb-rs 0.1.4Rubens Brandao