Add files via upload

This commit is contained in:
Bluzume 2020-07-28 21:19:01 +12:00 committed by GitHub
parent 066b77f109
commit d3fbfae763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View file

@ -121,14 +121,14 @@ int main(int argc, char* argv[])
printf_s("Failed, using default pointer path (MCEE 1.12.60 UWP x64)\n"); printf_s("Failed, using default pointer path (MCEE 1.12.60 UWP x64)\n");
num_ptr = 8; num_ptr = 8;
pointer_path = (int*)malloc(num_ptr * sizeof(int)); pointer_path = (int*)malloc(num_ptr * sizeof(int));
pointer_path[0] = 0x025949E0; pointer_path[0] = 0x2594A58;
pointer_path[1] = 0x120; pointer_path[1] = 0x60;
pointer_path[2] = 0x08; pointer_path[2] = 0x138;
pointer_path[3] = 0x38; pointer_path[3] = 0x58;
pointer_path[4] = 0x30; pointer_path[4] = 0x480;
pointer_path[5] = 0x58; pointer_path[5] = 0x10;
pointer_path[6] = 0x480; pointer_path[6] = 0xA8;
pointer_path[7] = 0x0; pointer_path[7] = 0x0;
} }

View file

@ -134,6 +134,7 @@
<SDLCheck>true</SDLCheck> <SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>