mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Tool option for controlling alias block
This commit is contained in:
parent
04b4011166
commit
7dcc3447cc
2 changed files with 49 additions and 10 deletions
|
@ -79,6 +79,7 @@ OptionDatabase::OptionDatabase(Architecture *g)
|
|||
registerOption(new OptionSetLanguage());
|
||||
registerOption(new OptionJumpLoad());
|
||||
registerOption(new OptionToggleRule());
|
||||
registerOption(new OptionAliasBlock());
|
||||
}
|
||||
|
||||
OptionDatabase::~OptionDatabase(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue