Im new to the world of hookingYou need to allocate an extra byte for the NULL char because C-strings are NULL-terminated.
how to print hex number.[CODE]#include <iomanip> int x = 255; std::cout << std::hex << x;[/CODE]
EndDialog crashThe reason it's crashing is that you're returning TRUE. When you return TRUE you are expected to ret...
Address finding/Modifyingyou can find the address by using memory-scanning tools Cheat Engine (http://cheatengine.org/) is a ...
Coolest software ever?i wouldn't call this "useful" but to the extent of my narrow skill-set this is pretty impressive: i ...