summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-15Fix rustfmt check failure.Alexander Taylor
2026-04-15RISC-V: Special handling for 0000 (trap).Alexander Taylor
2026-04-15[bntl] Fix rpaths to not include an absolute path into the build directory on...Mark Rowe
2026-04-15Improve nullptr checks across Extensions API0cyn
2026-04-15Propegate nullptr on Repository::GetPluginByPath0cyn
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-04-15[Python API] Fix exception in LanguageRepresentationFunction.get_block_linesJosh Ferrell
2026-04-14Add description column to project browserJosh Ferrell
2026-04-14Allow project browser columns to be hiddenJosh Ferrell
2026-04-14Plugin Manifest V2 Support0cyn
2026-04-14[aarch64] Fix handling of ARM64_RELOC_GOT_LOAD_PAGEOFF12 and ARM64_RELOC_GOT_...Josh Ferrell
2026-04-13[aarch64] Add support for ARM64_RELOC_BRANCH26, ARM64_RELOC_GOT_LOAD_PAGE21, ...Josh Ferrell
2026-04-13[Thumb2] Fix IT instruction infoJosh Ferrell
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