summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-26[IDB Import] Update documentationMason Reed
2026-03-26[WARP] More documentation updates and python examplesMason Reed
2026-03-25[Rust] Remove unneeded deployments for CI testsMason Reed
2026-03-25[IDB Import] Fix some misc bugsMason Reed
2026-03-25[IDB Import] Fix file dialog filter separating out each extensionMason Reed
2026-03-24[WARP] Sanitize server URLsMason Reed
2026-03-24[BNTL] Fix misc doc comments missingMason Reed
2026-03-24[WARP] Do a partial update of the sidebar UI when navigating instead of a ful...Mason Reed
2026-03-24[Python] Update function signatures of some type library APIsMason Reed
2026-03-24[Rust] Misc project module cleanupMason Reed
2026-03-24[WARP] Update docsMason Reed
2026-03-24[WARP] Warn when matching with relocatable regions in low address spaceMason Reed
2026-03-24[WARP] Improved UX and APIMason Reed
2026-03-24[Rust] More appropriate impls for `PartialEq` and `Hash` for `FileMetadata`Mason Reed
2026-03-24[Rust] Impl `BinaryViewEventHandler` for `Fn(&BinaryView)`Mason Reed
2026-03-24[Rust] Move `ObjectDestructor` to own module and add some extra documentationMason Reed
2026-03-24[Rust] Impl `PartialEq`, `Eq` and `Hash` for `Project`Mason Reed
2026-03-24[Rust] Impl `PartialEq`, `Eq` and `Hash` for `ProjectFile`Mason Reed
2026-03-24[Rust] Misc docsMason Reed
2026-03-24[WARP] Fix relocatable region selection failing to fallback to section collec...Mason Reed
2026-03-24[WARP] Add a spinner to the possible matches widget while fetching from networkMason Reed
2026-03-24[WARP] Update the selected sidebar function when refocusingMason Reed
2026-03-24[WARP] Server-side constraint matchingMason Reed
2026-03-24[WARP] Demote locking surrounding container function fetchingMason Reed
2026-03-23IDB Import refactorMason Reed
2026-03-23[Rust] Add `TypeBuilder::function` and `TypeBuilder::function_with_opts`Mason Reed
2026-03-23[Rust] Add `Platform::address_size`Mason Reed
2026-03-23[Rust] impl Send and Sync to CoreLanguageRepresentationFunctionType (#8012)Rubens Brandão
2026-03-23[Swift] Add arm64 calling conventionsMark Rowe
2026-03-23[Swift] Add support for applying parameter and return types during demanglingMark Rowe
2026-03-23[Swift] Initial demangling supportMark Rowe
2026-03-23[Swift] Initial skeleton of a plug-in for Swift supportMark Rowe
2026-03-23[MachO] Apply the correct calling convention for objc_retain_xN / objc_releas...Mark Rowe
2026-03-20Fix improper variable cast in databasesync.pyAlexander Taylor
2026-03-20Fix copypasta in error message.Alexander Taylor
2026-03-20Do not retry http requests if we are shutting downJosh Ferrell
2026-03-20Wrap LogTrace FV/F functions with BN_ENABLE_LOG_TRACE guardPeter LaFosse
2026-03-20Update bindgen version to support clang 22Josh Ferrell
2026-03-20Add option to disable dedicated Universal architecture picker and use Contain...Brian Potchik
2026-03-19Add nodiscard attribute to Structure{,Builder}::{GetMemberByName,GetMemberByO...Mark Rowe
2026-03-19cargo fmtMark Rowe
2026-03-19refactor licenses in documentation to be separate linkable pagesJordan Wiens
2026-03-19Add TransformSession constructor that adopts an existing TransformContext.Brian Potchik
2026-03-19Fix operand list iterators being validated when appending new instructionsMark Rowe
2026-03-18document windows python work-aroundJordan Wiens
2026-03-17Bump ABI versions after change to operand list representationMark Rowe
2026-03-16Use a dedicated architecture picker when opening Universal Mach-O filesMark Rowe
2026-03-16Refactor where architecture selection is performed for universal binariesMark Rowe
2026-03-16Represent operand lists and label maps more efficiently within IL instructionsMark Rowe
2026-03-14fix missing newline in docsJordan Wiens