300$
full .pfx + .pem with pivatekey
Quote:
uintptr_t imagebase = memory::getimage();
std::cout << imagebase << std::endl;
std::cout << read<uintptr_t>(imagebase) << std::endl;
//dump test
kerneldump(imagebase, "c:\\val_dump.exe");
//write memory test
write<uintptr_t>(imagebase, imagebase + imagebase);
std::cout << read<uintptr_t>(imagebase) << std::endl;
//write memory test 2
write<uintptr_t>(imagebase, 0);
std::cout << read<uintptr_t>(imagebase) << std::endl;
my telegram

dm me to see the proof video






