mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
@@ -1767,7 +1767,7 @@ LoaderScan:
|
||||
NtHeader->OptionalHeader.AddressOfEntryPoint);
|
||||
LdrEntry->SizeOfImage = DriverSize;
|
||||
LdrEntry->CheckSum = NtHeader->OptionalHeader.CheckSum;
|
||||
LdrEntry->SectionPointer = LdrEntry;
|
||||
LdrEntry->SectionPointer = NULL; // ?
|
||||
|
||||
/* Now write the DLL name */
|
||||
LdrEntry->BaseDllName.Buffer = (PVOID)(LdrEntry + 1);
|
||||
|
||||
Reference in New Issue
Block a user