ghidra/Ghidra/Features/Decompiler/ghidra_scripts/classrecovery
Emerson Pinter cab8ed6068 feat: cache vfunctions list
The vfunctions are collected and compared in two loops against all the
recoveredClasses, this takes time if the binary have many classes. This
commit makes the vfunctions list and the vftable address to be stored
in a map, making the vfunctions list and create happen only once.
2024-08-19 23:13:23 -03:00
..
BaseTypeinfo.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00
DecompilerScriptUtils.java GP-4408 Refactor of FillOutStructureCmd. Added FillOutStructureHelper and additional DecompilerUtils methods. 2024-04-03 09:53:53 -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-2974: Fixing warnings 2023-05-01 07:23:48 -04:00
GccTypeinfo.java GP-4376 Updated gcc class recovery to allow for special typeinfos that 2024-04-04 16:46:02 +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-4708 updated createStructure to fix logic error. 2024-06-24 23:11:26 +00:00
RecoveredClassHelper.java feat: cache vfunctions list 2024-08-19 23:13:23 -03:00
RTTIClassRecoverer.java GP-4408 Refactor of FillOutStructureCmd. Added FillOutStructureHelper and additional DecompilerUtils methods. 2024-04-03 09:53:53 -04:00
RTTIGccClassRecoverer.java GP-4376 Updated gcc class recovery to allow for special typeinfos that 2024-04-04 16:46:02 +00:00
RTTIWindowsClassRecoverer.java GP-4748 Updated RttiUtil's find end of vftable to be more accurate. 2024-07-19 21:48:15 +00:00
SpecialVtable.java GP-4376 Updated gcc class recovery to allow for special typeinfos that 2024-04-04 16:46:02 +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-4376 Updated gcc class recovery to allow for special typeinfos that 2024-04-04 16:46:02 +00:00
Vtt.java GP-2679 Gcc class recovery improvements. Created classes for Vtable, 2023-04-30 22:02:37 +00:00