Support pseudo-reloc version 2

This commit is contained in:
Charles Wilson
2009-10-07 15:47:38 +00:00
parent dfbf36f8db
commit dc4e4aabba
6 changed files with 717 additions and 28 deletions

View File

@@ -46,6 +46,8 @@
#define STATUS_ENTRYPOINT_NOT_FOUND ((NTSTATUS) 0xc0000139)
#define STATUS_BAD_DLL_ENTRYPOINT ((NTSTATUS) 0xc0000251)
#define STATUS_ILLEGAL_DLL_RELOCATION ((NTSTATUS) 0xc0000269)
/* custom status code: */
#define STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION ((NTSTATUS) 0xe0000269)
#define PDI_MODULES 0x01
#define PDI_HEAPS 0x04