decompiler
1.0.0
|
Parsing for the semantic section of Constructors. More...
#include <slgh_compile.hh>
Public Member Functions | |
SleighPcode (void) | |
Constructor. | |
void | setCompiler (SleighCompile *comp) |
Hook in the main parser. | |
Private Attributes | |
SleighCompile * | compiler |
The main SLEIGH parser. | |
Parsing for the semantic section of Constructors.
This is just the base p-code compiler for building OpTpl and VarnodeTpl. Symbols, locations, and error/warning messages are tied into to the main parser.