summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2025-05-08Implement EFI resolver as a module workflowBrandon Miller
2025-05-07[Rust] Fix a pre-existing formatting issue CI is complaining aboutMark Rowe
2025-05-04Add a setting to disable creating a backing memory region for SVD regionsMason Reed
2025-05-02Add core decompiler loop as a dependency of VFT analysis to ensure newly intr...Brian Potchik
2025-04-26Fix some RTTI information being overwritten by empty class infoMason Reed
2025-04-26Demangle more types in Itanium RTTIMason Reed
2025-04-25Fix misc rust formattingMason Reed
2025-04-25Fix Itanium RTTI skipping type info with stripped root type info objectMason Reed
2025-04-23Various DWARF fixesJosh Ferrell
2025-04-23Fix Stack Render Layer availability in Free editionGlenn Smith
2025-04-21Fix Itanium VFT analysis crashing when possible VFT at section start boundaryMason Reed
2025-04-21Fix misc invalid root type info construction in Itanium RTTIMason Reed
2025-04-15Include RTTI analysis in free versionMason Reed
2025-04-15Include SVD loader in free versionMason Reed
2025-04-14Set vendor for .eh_frame parsing for aarch64 binariesJosh Ferrell
2025-04-10Fix function type construction leaking in Rust APIMason Reed
2025-04-09Fix capitalization of AArch64.Alexander Taylor
2025-04-08Improve MSVC VFT analysis speed and accuracyMason Reed
2025-04-08Add misc cancellation points in RTTI analysisMason Reed
2025-04-08Fix workflow Rust API not returning refcounted objectsMason Reed
2025-04-01DWARF Parser: Remove error log and ignore lexical ranges that start and end at 0ElykDeer
2025-03-29Remove ineffective call to UpdateAnalysis in VFT plugin.Brian Potchik
2025-03-28belated copyright year updateJordan Wiens
2025-03-27RTTI: Add background task back and make it cancellableMason Reed
2025-03-27RTTI: Get rid of useless log messageMason Reed
2025-03-23Fix misc crashes with Itanium RTTI and improve 32bit supportMason Reed
2025-03-23Make sure to trigger analysis updates after VFT analysisMason Reed
2025-03-20Rename msvc_rtti plugin to rtti pluginMason Reed
2025-03-20Fix misc Itanium RTTI OOB read on binary viewMason Reed
2025-03-19Fallback to GNU3 demangler in Itanium RTTIMason Reed
2025-03-19Handle statically linked Itanium RTTIMason Reed
2025-03-19Demote timing logs in RTTI plugin to debug levelMason Reed
2025-03-19Update RTTI README.mdMason Reed
2025-03-19Handle base class VFT processing better for MSVC RTTIMason Reed
2025-03-19Refactor and fixup MSVC and Itanium RTTIMason Reed
2025-03-19Consolidate metadata for RTTI processors and a bunch of misc fixesMason Reed
2025-03-19Preliminary Itanium RTTI virtual function table supportMason Reed
2025-03-19Replace bad auto symbol for Itanium RTTIMason Reed
2025-03-19Handle relocated itanium ABI base vtablesMason Reed
2025-03-19Itanium RTTI scaffoldingMason Reed
2025-03-06Make more GLOB_RECURSE statements GLOBMason Reed
2025-03-06Fix dwarf CMakeLists.txt globbing wrong directoryMason Reed
2025-03-06Make the Workflow::Clone name optional and update the docs.Brian Potchik
2025-02-28Handle base structures in DWARF importMason Reed
2025-02-28Handle base structures in DWARF exportScott Lagler
2025-02-26SVD Loader: Support subregion register address blocksMason Reed
2025-02-25Misc Rust formattingMason Reed
2025-02-25Refactor analysis pipeline completion logic and add support for re-enabling a...Brian Potchik
2025-02-24Add SVD Loader PluginMason Reed
2025-02-17Fix some misc Rust CMakeLists.txt issuesMason Reed