ghidra/Ghidra/Features/Decompiler
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
..
data GP-3919 Decompiler analysis toggle buttons 2023-11-30 13:55:23 +00:00
ghidra_scripts feat: cache vfunctions list 2024-08-19 23:13:23 -03:00
src GP-0: Fixing javadoc warnings 2024-08-19 11:39:05 -04:00
build.gradle GP-3430 - Updated the gradle buildHelp task to better handle its inputs up-do-date state 2023-06-06 15:25:25 -04:00
buildNatives.gradle GP-3307 Stack strings 2024-06-11 17:41:06 +00:00
certification.manifest GP-2559 Calculate maximum precision reaching floating-point operations 2024-08-14 17:19:05 +00:00
Module.manifest GP-4285 Compressed SLEIGH 2024-02-28 18:39:15 +00:00