summaryrefslogtreecommitdiff
path: root/plugins/rtti
AgeCommit message (Expand)Author
2026-05-28[RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sectionsMason Reed
2026-04-13[RTTI] Fix Itanium RTTI scan failing to symbolize objects with extern typeinfoMason Reed
2026-02-23[RTTI] Scope loggers to the associated viewMason Reed
2026-01-13[RTTI] Improve virtual function discoveryMason Reed
2026-01-07Fix Windows buildXusheng
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-12-08Introduce an RAII type for managing bulk symbol modificationsMark Rowe
2025-12-01[RTTI] Add more error checking for malformed PE binariesMason Reed
2025-12-01[RTTI] Skip MSVC VFT sweep if we never collected any class information in the...Mason Reed
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-07-08[RTTI] Fix leak of BackgroundTaskMark Rowe
2025-07-04[RTTI] Fix vtables straddling section boundaries causing a OOB exceptionMason Reed
2025-06-27[RTTI] Fix itanium vft analysis adding misaligned functions for thumb2Mason Reed
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-06-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-05-23Add aliases for the RTTI/VFT analysis activities.Brian Potchik
2025-05-23[RTTI] Fix exception in binary with a erroneous class hierarchy descriptorMason Reed
2025-05-23[RTTI] Fix typo in some log callsMason Reed
2025-05-22[RTTI] Catch uncaught exceptions to let analysis finish in the event of an th...Mason Reed
2025-05-17[RTTI] Fix crash with zeroed base class descriptorMason Reed
2025-05-16Fix crash with invalid vtable info when processing MSVC vftablesMason Reed
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-05-09[RTTI] Loosen section semantic sanity checks in Itanium RTTI processingMason Reed
2025-05-09[RTTI] Handle type names emitted by GCC with a leading `*`Mark Rowe
2025-05-09[RTTI] Handle cxxabi vtables being referenced via RELOC_COPYMark Rowe
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 Itanium RTTI skipping type info with stripped root type info objectMason Reed
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-08Improve MSVC VFT analysis speed and accuracyMason Reed
2025-04-08Add misc cancellation points in RTTI analysisMason Reed
2025-03-29Remove ineffective call to UpdateAnalysis in VFT plugin.Brian Potchik
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