summaryrefslogtreecommitdiff
path: root/plugins/rtti/microsoft.cpp
AgeCommit message (Expand)Author
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-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-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-25Remove implicit conversions from Confidence to underlying type, these can cau...Rusty Wagner
2025-05-23[RTTI] Fix exception in binary with a erroneous class hierarchy descriptorMason 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-04-08Improve MSVC VFT analysis speed and accuracyMason Reed
2025-04-08Add misc cancellation points in RTTI analysisMason Reed
2025-03-27RTTI: Add background task back and make it cancellableMason Reed
2025-03-19Demote timing logs in RTTI plugin to debug levelMason 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-19Itanium RTTI scaffoldingMason Reed