summaryrefslogtreecommitdiff
path: root/rust/examples
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-02-23[Rust] Misc documentation and cleanupMason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-01-11[Rust] Update examples to use tracingMason Reed
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-12-13[Rust] Add more type library examples (#7786)Mason Reed
2025-12-10[Rust] Impl `Display` for `FileMetadata`Mason Reed
2025-12-10[Rust] Impl `Display` for `Symbol`Mason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-10-07[Rust] Update the workflow example following API changesMason Reed
2025-08-13[Rust] Add builder API for creating workflowsMark Rowe
2025-05-12[Rust] Add type library exampleMason Reed
2025-05-12[Rust] Remove extra assert in flowgraph exampleMason Reed
2025-05-12[Rust] Flowgraph API improvementsMason Reed
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Flow graph API improvementsMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-02-07Fix misc Rust example unused varMason Reed
2025-02-07Implement Rust DisassemblyTextRendererRubens Brandao
2025-02-06Fix rust decompile exampleMason Reed
2025-01-25Rust refactorMason Reed
2025-01-24Fix crash when dwarf parsing starts while binja is shutting downJosh Ferrell
2024-12-13Bump supported rust version to 1.83.0Mason 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-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-03Remove mention of old usernameKyleMiles
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-19Rework rust workflow api and add workflow exampleMason Reed
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-14Update bindgen to 0.70.1 and remove untracked lockfilesMason 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 IDB import to idb-rs 0.1.4Rubens Brandao
2024-10-08Add support for zstd compressed DWARF, simplify handling of zlib compressed D...Josh Ferrell
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller
2024-09-25Respect resource settings for network.pdbAutoDownloadJosh Ferrell