removed COW warning test...

merge-requests/1/head v1.0
_xeroxz 3 years ago
parent 5fa90c44c1
commit dc6aef2503

Binary file not shown.

@ -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<short>(explorer_dirbase, explorer_base));
bluepill::wpm<short>(explorer_dirbase, explorer_base, 0xDE);
std::getchar();
}
Loading…
Cancel
Save