Clean a little more the VS project
parent
a2b8daf149
commit
a4d353fcb3
Binary file not shown.
|
@ -191,7 +191,8 @@
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<TargetMachine>MachineX86</TargetMachine>
|
||||||
</Link>
|
</Link>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>copy ..\Release\reflective_dll.dll ..\bin\</Command>
|
<Command>
|
||||||
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||||
|
|
|
@ -633,10 +633,6 @@ VOID elevator_complex_path()
|
||||||
PAGE_SIZE * 2,
|
PAGE_SIZE * 2,
|
||||||
MEM_COMMIT | MEM_RESERVE,
|
MEM_COMMIT | MEM_RESERVE,
|
||||||
PAGE_EXECUTE_READWRITE)) {
|
PAGE_EXECUTE_READWRITE)) {
|
||||||
//while (!VirtualAlloc(*DispatchRedirect & ~(0x1000 - 1),
|
|
||||||
// 0x1000 * 2,
|
|
||||||
// MEM_COMMIT | MEM_RESERVE,
|
|
||||||
// PAGE_EXECUTE_READWRITE)) {
|
|
||||||
|
|
||||||
LogMessage(L_WARN, "\tVirtualAlloc(%#x) => %#x",
|
LogMessage(L_WARN, "\tVirtualAlloc(%#x) => %#x",
|
||||||
*DispatchRedirect & ~(PAGE_SIZE - 1),
|
*DispatchRedirect & ~(PAGE_SIZE - 1),
|
||||||
|
|
Loading…
Reference in New Issue