Posts by simondaking
5 posts total, newest first.
Just Starting C++ again.in C++/C Programming - I think designing a phone book app is a good learning exercise. Start off with arrays, then you can try it with dynamic arrays, lists, vectors etc.Pinball Hackin C++/C Programming - modified the code to give detailed error info, ripped code from msdn help.
#include <windows.h>
#include <iostream>
#include <string>
#include <tlhelp32.h>
using namespace std;
void ErrorExit(char* lpszFunctPinball Hackin C++/C Programming - lol best bet will be to call GetLastError() and see why it is failing.Pinball Hackin C++/C Programming - [quote=lalakijilp;1757504]what to do when i get this error????
"Error #02: Failed to open handle!"[/quote]
It might be because he used PROCESS_ALL_ACCESS in open process, which in newer versions of windows got alteReadProcessMemoryin C++/C Programming - This is a little late but I'm currently writing a memory scanner, a very simple one that I'll integrate into some of my cheat programs.
zeco was on to the right idea about reading small parts in at a time. I hope thi
Showing the 5 most recent posts.