ghidra/Ghidra/Features/Decompiler/ghidra_scripts/classrecovery
ghidra007 1d14222f37 GP-2679 Gcc class recovery improvements. Created classes for Vtable,
Typeinfo, etc. Reworked vtable, const vtable and vtt discovery. Now
works for static gcc and for mingw/cygwin programs.
2023-04-30 22:02:37 +00:00
..
BaseTypeinfo.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
DecompilerScriptUtils.java GP-1055 Improvements to prototype RecoverClassesFromRTTIScript for stripped gcc binaries including improved finding and creating of virtual tables, some constructor/destructor determination, and improved class data creation. 2021-07-30 18:50:08 -04:00
EditStructureUtils.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
ExtendedFlatProgramAPI.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
GccTypeinfo.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
GccTypeinfoRef.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
RecoveredClass.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
RecoveredClassHelper.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
RTTIClassRecoverer.java GP-2010 updated to use preferred root class folder and removed code that 2022-05-13 22:47:22 +00:00
RTTIGccClassRecoverer.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
RTTIWindowsClassRecoverer.java GP-3293 - Added RTTI Analyzer option to the program information called 'RTTI Found' and use it to determine whether to rerun and also when deciding whether to run the RTTI script. 2023-04-14 18:57:55 +00:00
SpecialVtable.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
Typeinfo.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
TypeinfoRef.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
Vtable.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
Vtt.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00