summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-02-02Fix Rust apply_to_linear_object logic applying non basic block backed disasm ...Mason Reed
2025-01-31Fix double free in CoreCallingConvention::callee_saved_registersMason Reed
2025-01-31Update Render Layer registration in Rust APIMason Reed
2025-01-31Remove FlowGraphNode lifetime in Rust APIMason Reed
2025-01-31Fix misc clippy lintsMason Reed
2025-01-31Add lock on enterprise checkout code in Rust APIMason Reed
2025-01-31Improve headless initialization in Rust APIMason Reed
2025-01-31Add LLIL_REG_STACK_POP and LLIL_REG_STACK_PUSH to Rust APIMason Reed
2025-01-31Rust remove function ref from HighLevelILLiftedInstruction impl DebugMason Reed
2025-01-30Render LayersGlenn Smith
2025-01-28Fix `BnStrCompatible` impl for `&Path`Michael Krasnitski
2025-01-27Update some rust impl DebugMason Reed
2025-01-27Fix building rust tests in demo modeMason Reed
2025-01-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-27Add `StructureBuilder::current_width`Mason Reed
2025-01-27Fix rust EnumerationBuilder method return typesVisual Ehrmanntraut
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25Misc rust formattingMason Reed
2025-01-25Add missing documentation to _with_progress load functionsMason Reed
2025-01-25Add `Session::load_with_progress` and `Session::load_with_options_and_progress`Mason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
2025-01-25Fix collaboration support checks in rust unit testsMason Reed
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