User profile: Kiana

User info
User name:Kiana
Email:epicmushroom@gmail.com
Name:Kiana
History
Joined:
Number of posts:186
Latest posts:

Im new to the world of hooking
You 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 crash
The reason it's crashing is that you're returning TRUE. When you return TRUE you are expected to ret...

Address finding/Modifying
you 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 ...