mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Initialize ID lookup tables to fix sleighexample
This commit is contained in:
parent
75ae8b3c36
commit
ae78cca16d
1 changed files with 3 additions and 0 deletions
|
@ -294,6 +294,9 @@ int main(int argc,char **argv)
|
|||
}
|
||||
string action(argv[1]);
|
||||
|
||||
AttributeId::initialize();
|
||||
ElementId::initialize();
|
||||
|
||||
// Set up the loadimage
|
||||
MyLoadImage loader(0x80483b4,myprog,408);
|
||||
// loader->open();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue