#include "BinaryFile.h"
#include <string>
Go to the source code of this file.
Classes | |
struct | Header |
struct | PEExportDtor |
struct | PEHeader |
struct | PEImportDtor |
struct | PEObject |
class | Win32BinaryFile |
Defines | |
#define | __WIN32BINARYFILE_H_ |
#define | LMMH(x) |
#define | LMMH2(x) |
|
Definition at line 16 of file Win32BinaryFile.h. |
|
Value: ((unsigned)((Byte *)(&x))[0] + ((unsigned)((Byte *)(&x))[1] << 8) + \ ((unsigned)((Byte *)(&x))[2] << 16) + ((unsigned)((Byte *)(&x))[3] << 24)) Definition at line 38 of file Win32BinaryFile.h. |
|
Value: ((unsigned)((Byte *)(x))[0] + ((unsigned)((Byte *)(x))[1] << 8) + \ ((unsigned)((Byte *)(x))[2] << 16) + ((unsigned)((Byte *)(x))[3] << 24)) Definition at line 41 of file Win32BinaryFile.h. |