GP-973 Added ApplyClassFunctionSignatureUpdatesScript and ApplyClassFunctionDefinitionUpdatesScript fix-up scripts for when users update RecoveredClass virtual function signatures or definitions.

This commit is contained in:
ghidra007 2021-06-09 17:08:44 -04:00 committed by ghidra1
parent 8c488aaacf
commit b6a5ce659b
7 changed files with 1306 additions and 299 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
//Script to graph class hierarchies given metadata found in class structure description that
// was applied using the ExtractClassInfoFromRTTIScript.
// was applied using the RecoverClassesFromRTTIScript.
//@category C++
import java.util.*;