|
HyperDbg Debugger
|
Headers for turning assembly codes into bytes. More...
Go to the source code of this file.
Classes | |
| class | AssembleData |
Functions | |
| BOOLEAN | HyperDbgAssembleGetLength (const CHAR *AssemblyCode, UINT64 StartAddress, UINT32 *Length) |
| Assembler function. | |
| BOOLEAN | HyperDbgAssemble (const CHAR *AssemblyCode, UINT64 StartAddress, PVOID BufferToStoreAssembledData, UINT32 BufferSize) |
| Assembler function. | |
Headers for turning assembly codes into bytes.
| BOOLEAN HyperDbgAssemble | ( | const CHAR * | AssemblyCode, |
| UINT64 | StartAddress, | ||
| PVOID | BufferToStoreAssembledData, | ||
| UINT32 | BufferSize ) |
Assembler function.
| AssemblyCode | The assembly code |
| StartAddress | The start address of the assembly code |
| BufferToStoreAssembledData | The buffer to store the assembled data |
| BufferSize | The size of the buffer |
| BOOLEAN HyperDbgAssembleGetLength | ( | const CHAR * | AssemblyCode, |
| UINT64 | StartAddress, | ||
| UINT32 * | Length ) |
Assembler function.
| AssemblyCode | The assembly code |
| StartAddress | The start address of the assembly code |
| Length | The length of the assembly code in bytes (to be returned) |