summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-02must escape newlines in long parameter descriptionsJordan Wiens
2025-07-02must use double backquotes instead of single in RSTJordan Wiens
2025-07-02fix warning for (m/l)lilfunction translate docsJordan Wiens
2025-07-02fix docs for submodules like collaboration and debuggerJordan Wiens
2025-07-02improve summary splits to prevent a doc warningJordan Wiens
2025-07-02sphinx warnings now stop the buildJordan Wiens
2025-07-02replace autosummary with built-in to fix warningsJordan Wiens
2025-07-02removing defucnt cpp sphinx configJordan Wiens
2025-07-02[Rust] Add missing `LLIL_FLAG_GROUP` and `LLIL_FLAG_COND` lifted IL expressionsMason Reed
2025-07-02[WARP] Make plugin commands more discoverableMason Reed
2025-07-02Fix thumb2 lifting to prevent temp reg spillover for post dec stm instruction.Brian Potchik
2025-07-02[WARP] Fix headless builds depending on binaryninjauiMason Reed
2025-07-02Added no export trie data detection.Hongyu Chen
2025-07-02Add refs count column to Strings view table, fix address column width, make s...Galen Williamson
2025-07-02Add Length column to Strings view tablesGalen Williamson
2025-07-02Fix Objective-C dynamic dispatch setting.Brian Potchik
2025-07-02[mips] Merges PR https://github.com/Vector35/binaryninja-api/pull/6311: MIPS ...kat
2025-07-02[Rust] Misc formattingMason Reed
2025-07-02Fix misc warnings in PPC disassemblerMason Reed
2025-07-02WARP 1.0Mason Reed
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