summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2026-05-28[RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sectionsMason Reed
2026-05-28[WARP] Fix race condition with sidebar deletion with analysis completion even...Mason Reed
2026-05-26[PDB] Fix crash when no default calling convention is registeredMason Reed
2026-05-26[WARP] Fix crash when no default calling convention is registeredMason Reed
2026-05-22Refactor calling convention Rust API to allow default implementationsRusty Wagner
2026-05-22Add handling of structure returns and parameters in Windows x86/x64 calling c...Rusty Wagner
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-19Fix leaks due to missing parenting of Qt objectsMark Rowe
2026-05-18[DWARF Import] Use proper address width for unknown architecturesJosh Ferrell
2026-05-10[BNTL] Rename commands root from "BNTL" to "Type Library"Mason Reed
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-04-23[WARP] Fix misc UI thread safety issues (#8112)Mason Reed
2026-04-22[PDB Import] Only adjust sp-relative locals on x86_64Josh Ferrell
2026-04-21[PDB Import] Collect locals and params from blocks contained in a FrameProcedureJosh Ferrell
2026-04-21[PDB Import] Improve recovery of sp-based localsJosh Ferrell
2026-04-21[PDB Import] Initial support for loading localsJosh Ferrell
2026-04-20[PDB Import] Fix calculation of struct bitfield member offsetsJosh Ferrell
2026-04-15[bntl] Fix rpaths to not include an absolute path into the build directory on...Mark Rowe
2026-04-14Plugin Manifest V2 Support0cyn
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-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-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-26[WARP] More documentation updates and python examplesMason 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[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] Move `ObjectDestructor` to own module and add some extra documentationMason 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[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-02-26[DWARF Import] Do not wrap function parameter types in named type referencesJosh Ferrell
2026-02-23[RTTI] Scope loggers to the associated viewMason Reed
2026-02-23[BNTL] Fix misc unused warningsMason Reed
2026-02-23Add global plugin command typeMason Reed
2026-02-23[BNTL] Misc improvementsMason Reed