Updated ntdll-NtQuerySection patchset

This commit is contained in:
Alistair Leslie-Hughes 2019-08-19 11:56:35 +10:00
parent 74068f2cab
commit fb4fcb4da6

View File

@ -52,7 +52,7 @@ index 46b019c5817..b0c3db0fb76 100644
+ char buf[1024];
+ } info;
+ IMAGE_NT_HEADERS *nt;
+ ULONG ret;
+ SIZE_T ret;
+ SIZE_T fsize, image_size;
+ SYSTEM_INFO si;
+