GroundWork Type
Provides a set of functions to create fundamental components, such as parsers and IR builders, to use the B2R2 front-end.
Static members
| Static member |
Description
|
Full Usage:
GroundWork.CreateBuilder(isa, regFactory)
Parameters:
ISA
regFactory : IRegisterFactory
Returns: ILowUIRBuilder
|
Creates a new LowUIR builder for the given architecture.
|
Full Usage:
GroundWork.CreateParser(binFile)
Parameters:
IBinFile
Returns: IInstructionParsable
|
Create a new parser (IInstructionParsable) for the given file.
|
Full Usage:
GroundWork.CreateParser(reader, isa)
Parameters:
IBinReader
isa : ISA
Returns: IInstructionParsable
|
Creates a new parser (IInstructionParsable) for the given architecture.
|
|
Creates a new architecture-specific register factory for the given architecture.
|
B2R2