![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | pack (self) |
Static Public Attributes | |
| int | cb = 0x0 |
| int | lpReserved = 0x0 |
| int | lpDesktop = 0x0 |
| int | lpTitle = 0x0 |
| int | dwX = 0x0 |
| int | dwY = 0x0 |
| int | dwXSize = 0x0 |
| int | dwYSize = 0x0 |
| int | dwXCountChars = 0x0 |
| int | dwYCountChars = 0x0 |
| int | dwFillAttribute = 0x0 |
| int | dwFlags = 0x0 |
| int | wShowWindow = 0x0 |
| int | cbReserved2 = 0x0 |
| int | lpReserved2 = 0x0 |
| int | hStdInput = 0x0 |
| int | hStdOutput = 0x0 |
| int | hStdError = 0x0 |
typedef struct _STARTUPINFOA {
/* 00000000 */ DWORD cb;
/* 00000004 */ LPSTR lpReserved;
/* 00000008 */ LPSTR lpDesktop;
/* 0000000C */ LPSTR lpTitle;
/* 00000010 */ DWORD dwX;
/* 00000014 */ DWORD dwY;
/* 00000018 */ DWORD dwXSize;
/* 0000001C */ DWORD dwYSize;
/* 00000020 */ DWORD dwXCountChars;
/* 00000024 */ DWORD dwYCountChars;
/* 00000028 */ DWORD dwFillAttribute;
/* 0000002C */ DWORD dwFlags;
/* 00000030 */ WORD wShowWindow;
/* 00000032 */ WORD cbReserved2;
/* 00000034 */ LPBYTE lpReserved2;
/* 00000038 */ HANDLE hStdInput;
/* 0000003C */ HANDLE hStdOutput;
/* 00000040 */ HANDLE hStdError;
} STARTUPINFOA, *LPSTARTUPINFOA; | def miasm.os_dep.win_api_x86_32.startupinfo.pack | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |