mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
value set analysis
This commit is contained in:
parent
25894ff9ae
commit
e96f39a98f
10 changed files with 1853 additions and 460 deletions
|
@ -541,6 +541,11 @@ public:
|
|||
virtual void execute(istream &s);
|
||||
};
|
||||
|
||||
class IfcAnalyzeRange : public IfaceDecompCommand {
|
||||
public:
|
||||
virtual void execute(istream &s);
|
||||
};
|
||||
|
||||
#ifdef CPUI_RULECOMPILE
|
||||
class IfcParseRule : public IfaceDecompCommand {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue