mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Initial commit of new StringManager
This commit is contained in:
parent
6a15520aa5
commit
0eb48e441f
19 changed files with 740 additions and 236 deletions
|
@ -245,6 +245,7 @@ void FlushNative::rawAction(void)
|
|||
ghidra->symboltab->deleteSubScopes(globscope); // Flush cached function and globals database
|
||||
ghidra->types->clearNoncore(); // Reset type information
|
||||
ghidra->commentdb->clear(); // Clear any comments
|
||||
ghidra->stringManager->clear(); // Clear string decodings
|
||||
ghidra->cpool->clear();
|
||||
res = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue