Clean a little more the VS project

unstable
jvazquez-r7 2013-06-29 15:15:27 -05:00
parent a2b8daf149
commit a4d353fcb3
3 changed files with 2 additions and 5 deletions

View File

@ -191,7 +191,8 @@
<TargetMachine>MachineX86</TargetMachine>
</Link>
<PostBuildEvent>
<Command>copy ..\Release\reflective_dll.dll ..\bin\</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">

View File

@ -633,10 +633,6 @@ VOID elevator_complex_path()
PAGE_SIZE * 2,
MEM_COMMIT | MEM_RESERVE,
PAGE_EXECUTE_READWRITE)) {
//while (!VirtualAlloc(*DispatchRedirect & ~(0x1000 - 1),
// 0x1000 * 2,
// MEM_COMMIT | MEM_RESERVE,
// PAGE_EXECUTE_READWRITE)) {
LogMessage(L_WARN, "\tVirtualAlloc(%#x) => %#x",
*DispatchRedirect & ~(PAGE_SIZE - 1),