Posts by Captp
3 posts total, newest first.
How To Make A Stand Alone Client For Any Online Gamein Coders Lounge - If it's a flash game, my bet would be to use a proxy (google burp) to intercept app < - > server communications. Then you can code a client for the game using the gathered informations.
Also, these kind of things are easGet base address inside a dllin C++/C Programming - [QUOTE=Biesi;10300608]
HANDLE handle = GetCurrentProcess();
void *baseAddress = (void*) handle;[/QUOTE]
Well this piece of code gives me the address 0xffffffff, I'm not quite sure this is what I'm looking for, or maybe Get base address inside a dllin C++/C Programming - Hello, I'm trying to hook a program's function using dll injection.
Problem is, I don't know how to retrieve the process's base address.
I know that
GetModuleHandle(NULL);
will give me the base address when calle
Showing the 3 most recent posts.