mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-2287_caheckman_PR-4475_ekilmer_fix-sleighexample'
This commit is contained in:
commit
d023f4a373
1 changed files with 3 additions and 0 deletions
|
@ -294,6 +294,9 @@ int main(int argc,char **argv)
|
||||||
}
|
}
|
||||||
string action(argv[1]);
|
string action(argv[1]);
|
||||||
|
|
||||||
|
AttributeId::initialize();
|
||||||
|
ElementId::initialize();
|
||||||
|
|
||||||
// Set up the loadimage
|
// Set up the loadimage
|
||||||
MyLoadImage loader(0x80483b4,myprog,408);
|
MyLoadImage loader(0x80483b4,myprog,408);
|
||||||
// loader->open();
|
// loader->open();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue