ghidra/Ghidra/Features/Decompiler/ghidra_scripts/classrecovery
2024-04-03 18:25:23 +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-3674 updated RTTI script to work in headless mode. 2023-07-31 18:55:59 +00:00
EditStructureUtils.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
ExtendedFlatProgramAPI.java GP-2974: Fixing warnings 2023-05-01 07:23:48 -04: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-3868 rtti script - added code to skip external function editing 2023-09-22 17:52:35 +00:00
RTTIClassRecoverer.java GP-3464 Improved gcc rtti script class struct recovery to better use dwarf info, split out parent struct in class struct, fix align issue keeping data from being created correctly, better id and name vftables in multi-inheritance case, clean up of exceptions, start of improved modeling vftables. 2023-08-29 23:07:18 +00:00
RTTIGccClassRecoverer.java GP-3777 added code to RTTI script to update any class functions not already using new class struct to use it. 2023-08-30 16:22:54 +00:00
RTTIWindowsClassRecoverer.java GP-4459 put back parentList check 2024-04-03 18:25:23 +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
Vftable.java GP-3464 Improved gcc rtti script class struct recovery to better use dwarf info, split out parent struct in class struct, fix align issue keeping data from being created correctly, better id and name vftables in multi-inheritance case, clean up of exceptions, start of improved modeling vftables. 2023-08-29 23:07:18 +00:00
Vtable.java GP-3464 Improved gcc rtti script class struct recovery to better use dwarf info, split out parent struct in class struct, fix align issue keeping data from being created correctly, better id and name vftables in multi-inheritance case, clean up of exceptions, start of improved modeling vftables. 2023-08-29 23:07:18 +00:00
Vtt.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00