diff --git a/binaries/demo.exe b/binaries/demo.exe index 1377376..effba91 100644 Binary files a/binaries/demo.exe and b/binaries/demo.exe differ diff --git a/demo/main.cpp b/demo/main.cpp index 000e7b7..c1a5182 100644 --- a/demo/main.cpp +++ b/demo/main.cpp @@ -49,6 +49,5 @@ auto __cdecl main(int argc, char** argv) -> void std::printf("explorer.exe dirbase -> 0x%p\n", explorer_dirbase); std::printf("explorer.exe base address -> 0x%p\n", explorer_base); std::printf("explorer.exe MZ -> 0x%x\n", bluepill::rpm(explorer_dirbase, explorer_base)); - bluepill::wpm(explorer_dirbase, explorer_base, 0xDE); std::getchar(); } \ No newline at end of file