Header menu logo B2R2

GroundWork Type

The groundwork for the front-end. This module provides a set of functions to create fundamental components to use the front-end.

Static members

Static member Description

GroundWork.CreateParser(isa) (mode)

Full Usage: GroundWork.CreateParser(isa) (mode)

Parameters:
Returns: IInstructionParsable

Create a new parser (IInstructionParsable) for the given architecture.

isa : ISA
mode : ArchOperationMode
Returns: IInstructionParsable

GroundWork.CreateRegisterFactory(isa)

Full Usage: GroundWork.CreateRegisterFactory(isa)

Parameters:
Returns: RegisterFactory

Create a new register factory for the given architecture.

isa : ISA
Returns: RegisterFactory

GroundWork.CreateTranslationContext(isa)

Full Usage: GroundWork.CreateTranslationContext(isa)

Parameters:
Returns: TranslationContext

Create a new translation context for the given architecture.

isa : ISA
Returns: TranslationContext

Type something to start searching.