summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2025-02-13Add licensing check for Rust codeMason Reed
2025-02-11Rust API misc formattingMason Reed
2025-02-11Fix Rust InstructionTextTokenKind not consulting the string token contextMason Reed
2025-02-11Truncate requested section names to 16 bytes when importing DWARF info from a...Josh Ferrell
2025-02-04Fix misc rust formattingMason Reed
2025-02-04Fix crash with unnamed function self reference in DWARF importMason Reed
2025-02-02Fix crash in dwarf import when no constant value attribute found for enumerationMason Reed
2025-01-31Update IDB import to idb-rs 0.1.9rbran
2025-01-30Render LayersGlenn Smith
2025-01-27Fix building rust tests in demo modeMason Reed
2025-01-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-27Update idb_import to 0.1.8rbran
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25MSVC RTTI: Narrow when pClassHierarchyDescriptor is recursed intonullableVoidPtr
2025-01-25MSVC RTTI: Recursively define ClassHierarchyDescriptorsnullableVoidPtr
2025-01-25MSVC RTTI: Fix typo on pClassHierarchyDescriptornullableVoidPtr
2025-01-25MSVC RTTI: Define attribute enumerations for Base Class Descriptors and Class...nullableVoidPtr
2025-01-25Bump `thiserror` and `itertools`Mason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
2025-01-25Rust refactorMason Reed
2025-01-11MSVC RTTI: Fix crash due to function creation on invalid virtual function entryMason Reed