summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-02[Rust] Update Cargo.lockMason Reed
2025-07-02[Rust] Add note for `Function::has_explicitly_defined_type`Mason Reed
2025-07-02[Rust] Misc interaction handler fixesMason Reed
2025-07-02[Rust] Fixup some unit testsMason Reed
2025-07-02[Rust] Misc things for WARPMason Reed
2025-07-02[Rust] Fix load options string not being terminatedMason Reed
2025-07-02[Rust] Update Cargo.lockMason Reed
2025-07-02[Rust] Remove redundant `Result` from `Project::folders`Mason Reed
2025-07-02[Rust] Add some additional impls for ergonomicsMason Reed
2025-07-02[Rust] Make `ProjectFile::path_on_disk` return `Option<PathBuf>`Mason Reed
2025-07-02[Rust] Misc `interaction::report` improvementsMason Reed
2025-07-02[Rust] Rerun bindings generator automatically when `BINARYNINJADIR` changesMason Reed
2025-07-02[Rust] impl `Send` and `Sync for `Project`Mason Reed
2025-07-02Add PluginCommand for projects and hide non-contextual commands in linear/gra...Mason Reed
2025-07-02[Rust] Remove duplicate `(&str, Variable, &Type)` named variable type implMason Reed
2025-07-02[Rust] Make the `BinaryView` handle publicMason Reed
2025-07-02[Rust] Add `BinaryViewExt::workflow`Mason Reed
2025-07-02[Rust] Add a comment about cleaning up the `BinaryView` objectMason Reed
2025-07-02[Rust] Make `CoreArchitecture::from_raw` publicMason Reed
2025-07-02[Rust] Remove duplicate `BNGetMediumLevelILVariableDefinitions` wrapper functionMason Reed
2025-07-02cargo lockMason Reed
2025-07-02[Rust] Add a comment to explain what the repository module doesMason Reed
2025-07-02[Rust] Misc changes to `test_deterministic_functions`Mason Reed
2025-07-02[Rust] Misc formattingMason Reed
2025-07-02[Rust] Make `BnString::free_raw`Mason Reed
2025-07-02[Rust] Re-export interaction sub modules for convenienceMason Reed
2025-07-02[Rust] Expose `BinaryView::from_raw`Mason Reed
2025-07-02[Rust] Add `LowLevelILExpression::{value, possible_values, possible_values_wi...Mason Reed
2025-07-02[Rust] Expose `strings_to_string_list`Mason Reed
2025-07-02[Rust] Format codeMason Reed
2025-07-02Add highlight render layer to WARPMason Reed
2025-07-02Move instruction filters out of `basic_block_guid` and make them publicMason Reed
2025-07-02Add test_deterministic_functions to Rust API unit testsMason Reed
2025-07-02[Rust] Make some core handles publicMason Reed
2025-07-01Python: Sample Limoncello CFF unflattening workflowGlenn Smith
2025-07-01Python: Collect and pass mappings when copying MLIL functionsGlenn Smith
2025-07-01Python: Add MLIL to copy_expr test workflowGlenn Smith
2025-07-01Python: MLILFunction translate() and instr copy_toGlenn Smith
2025-07-01Python: Implement MLIL.copy_expr_toGlenn Smith
2025-07-01Python: get_instruction_index_for_expr for all ILsGlenn Smith
2025-07-01Make constructing an MLILFunction require an LLILFunctionGlenn Smith
2025-07-01ui: resolve some more invalid instr casesRyan Snyder
2025-07-01Fix heap corruption in default ABBBrandon Miller
2025-07-01Python bindings for custom basic block analysisBrandon Miller
2025-07-01Python: Add LLILFunction.get_instruction_index_for_exprGlenn Smith
2025-07-01args_render_layer example: Fix python errorsGlenn Smith
2025-07-01Python: Update IL Function repr()sGlenn Smith
2025-07-01Make StackRenderLayer not wait for IL generationGlenn Smith
2025-07-01Python: Report get_instruction_start returns InstructionIndexGlenn Smith
2025-07-01Python: Fix detailed_operands on *callUntypedGlenn Smith