summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-13types: fragment type API support (C++, Python)Ryan Snyder
2026-04-13[RTTI] Fix Itanium RTTI scan failing to symbolize objects with extern typeinfoMason Reed
2026-04-08Fix crash with native architecture hooksBrandon Miller
2026-04-08Fix exception with Python architecture hooksBrandon Miller
2026-04-08add missing container trainsforms to the docsJordan Wiens
2026-04-08[ObjC] Don't undefine / redefine symbols and types that already exist in the ...Mark Rowe
2026-04-08compress container browser previewJordan Wiens
2026-04-08update container browser previewJordan Wiens
2026-04-02add sentry open source licenseJordan Wiens
2026-04-02[Rust] Update open source licenses for 5.3Mason Reed
2026-04-01update settings for 5.3Jordan Wiens
2026-03-31[Python] Fix BinaryView.get_modification failing when passing a lengthMason Reed
2026-03-31Prevent a crash whenever readLEB128 is passed a nullptr0cyn
2026-03-30[DSC] Process Objective-C metadata when loading view from .bndbMark Rowe
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