ILowUIRBuilder Type
Provides a common functionality for building LowUIR statements from instructions. Some CPU architectures may extend this interface to provide additional functionalities, although most architectures will simply implement the default implementation as is.
Instance members
| Instance member |
Description
|
|
Endianness of the target architecture.
|
|
Word size of the target architecture in RegType.
|
|
LowUIR stream to which lifted instructions are stored and returned.
|
|
Word size of the target architecture.
|
Static members
| Static member |
Description
|
Full Usage:
ILowUIRBuilder.Default(isa, regFactory, stream)
Parameters:
ISA
regFactory : IRegisterFactory
stream : LowUIRStream
Returns: ILowUIRBuilder
|
Create a default implementation of ILowUIRBuilder using the provided register factory and LowUIR stream.
|
B2R2