mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Roughed in alias block option
This commit is contained in:
parent
e4084b40ee
commit
04b4011166
5 changed files with 51 additions and 2 deletions
|
@ -258,4 +258,10 @@ public:
|
|||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionAliasBlock : public ArchOption {
|
||||
public:
|
||||
OptionAliasBlock(void) { name = "aliasblock"; } ///< Constructor
|
||||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue