summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-23[BNTL] Allow decompressing standalone TypeLibrary objectsMason Reed
2026-02-23[Rust] Add `TypeLibrary::remove_named_object` and `TypeLibrary::remove_named_...Mason Reed
2026-02-23[Rust] Misc TypeLibrary API improvementsMason Reed
2026-02-23[Python] Add `TypeLibrary.remove_named_object` and `TypeLibrary.remove_named_...Mason Reed
2026-02-23[BNTL] Add API to remove dataMason Reed
2026-02-23[Python] Add missing `TypeLibrary.duplicate` APIMason Reed
2026-02-23[Rust] Update allowed licensesMason Reed
2026-02-23[Rust] Add `load_project_file` and `load_project_file_with_progress`Mason Reed
2026-02-23[Rust] Add `OwnedBackgroundTaskGuard` for finishing background task automatic...Mason Reed
2026-02-23[Rust] Add a precondition check to make sure metadata has been pulled before ...Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteProject`Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteFolder`Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteFile`Mason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-02-23[Rust] Impl `Debug` for `RemoteFolder`Mason Reed
2026-02-23[Rust] Impl `Debug` for `RemoteProject`Mason Reed
2026-02-23[Rust] Fix clippy lintsMason Reed
2026-02-23[Rust] Use `PathBuf` instead of `String` for include directories param in `Ty...Mason Reed
2026-02-23[Rust] Impl `From<BnString>` for `QualifiedName`Mason Reed
2026-02-23[Rust] Fix unbalanced ref returned in `RemoteFile::core_file`Mason Reed
2026-02-23[Rust] Misc documentation improvementsMason Reed
2026-02-23[Rust] Fix rust version in `binaryninja` crate being outdatedMason Reed
2026-02-23[Rust] Fix plugins being referenced in `cargo about` outputMason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `TypeLibrary`Mason Reed
2026-02-23[Rust] Fix UB when passing include directories to `CoreTypeParser`Mason Reed
2026-02-23[Rust] Add `Symbol::ordinal`Mason Reed
2026-02-23[Rust] Impl `Debug` for `BinaryViewType`Mason Reed
2026-02-23[Rust] Add `BinaryViewExt::type_libraries`Mason Reed
2026-02-23[Rust] Pass `type_reference` by ref to `TypeBuilder::named_type`Mason Reed
2026-02-23[Rust] Improve API surrounding binary view type librariesMason Reed
2026-02-23[Rust] Provide setters useful for creating NTR referencesMason Reed
2026-02-22[WARP] Allow containers to be constructed programmatically (#7952)Mason Reed
2026-02-20Allow calling conventions to specify a list of registers that are required to...Rusty Wagner
2026-02-19guard against empty .interp and .dynamicJordan Wiens
2026-02-19validation for zero sized symbol or string tablesJordan Wiens
2026-02-18Python API: Fix overriding Architecture.assemble being brokenGlenn Smith
2026-02-18Python API: Add type hints to various Architecture flags fieldsGlenn Smith
2026-02-18Python API: Fix Platform.view_initGlenn Smith
2026-02-18Python API: Properly extract LLIL flags in get_flag_write_low_level_ilGlenn Smith
2026-02-18Python API: Fix LLIL flags param type being inaccurateGlenn Smith
2026-02-17[Project Browser] Add table view, misc fixes and improvementsJosh Ferrell
2026-02-17Add setters for NamedTypeReferenceBuilder propertiesPeter LaFosse
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-16Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]3rdit
2026-02-16Fix slice handling in TagList to match FunctionList/BasicBlockList fix3rdit
2026-02-16Share context between BB recovery, lifing, and disassemblyBrandon Miller
2026-02-13[DSC] Correctly mark symbols as having local, global, or weak bindingMark Rowe
2026-02-12Use size_t for rapidjson::SizeTypeJosh Ferrell
2026-02-12more details to privacy policyJordan Wiens
2026-02-12Add work provider signals for activity eligibility in workflows.Brian Potchik