Name |
Description |
BeImageReader |
Use this reader when the processor is in Big-Endian mode to read multi- byte quantities from memory. |
DefaultPlatform |
The default platform is used when a specific platform cannot be determined. |
EndianImageReader |
|
Frame |
Contains the non-global locations accessed by the code inside a procedure. |
ImportResolver |
An import resolver tries to resolve a reference to external code or data by consulting the current project first hand, and the platform in second hand. Doing it that way allows users to override platform definitions as the need arises. |
MemoryArea |
Contains the bytes that are present in memory after a program is loaded. |
ModuleDescriptor |
|
Platform |
|
ProcessorArchitecture |
|
ProcessorState |
ProcessorState simulates the state of the processor and a part of the stack during scanning. |
PseudoProcedure |
Represents predefined functions or processor instructions that don't have a C/C++ equivalent (like rotate operations). |
Rational |
Simplistic implementation of rational numbers. |