summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-30Add a hook to allow BinaryView subclasses to run code after snapshot data is ...Mark Rowe
2026-03-30[ObjC] Set return type on objc_msgSend calls that send an init message to a k...Mark Rowe
2026-03-30[ObjC] Propagate types from objc_alloc_init and friendsMark Rowe
2026-03-30Fix compiler warnings seen with Clang 21Mark Rowe
2026-03-30This reverts commit 7228ba0b889765bc3474fbd5475870e24efc79ca.Brian Potchik
2026-03-29[PDB Import] Fix headless being prompted with an interaction for mismatched PDBMason Reed
2026-03-29[SVD Import] Fix misc mapper issuesMason Reed
2026-03-29[SVD Import] Remove "add bitfield" settingMason Reed
2026-03-27Fix crash in settings viewJosh Ferrell
2026-03-27Add VariableList::updateCrossReferences declarationPeter LaFosse
2026-03-27Ensure rounding flag is properly emitted on some x86 floating point instructionsPeter LaFosse
2026-03-27GNU3 Demangler: fix undefined evaluation order in expression buildersPeter LaFosse
2026-03-26GNU3 Demangler: fix float literal decoding to be platform-independentPeter LaFosse
2026-03-26GNU3 Demangler: fix substitution tracking, expressions, and type namesPeter LaFosse
2026-03-26GNU3 Demangler: implement new construct supportPeter LaFosse
2026-03-26Rewrite GNU3 demangler for performance using DemangledTypeNodePeter LaFosse
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