[Code / C++] Basic hooking of API Functions 07/19/2010 - Coding Tutorials - 2 Replies Global:
typedef BOOL (__stdcall * ReadProcessMemory_t)(HANDLE hProcess,LPVOID lpBaseAddress,LPCVOID lpBuffer,SIZE_T nSize,SIZE_T *lpNumberOfBytesRead);
ReadProcessMemory_t pReadProcessMemory;
Functions:
//Credits to GD ; You can do it manually, too.
Visual Basic - Code aufrufen? 03/24/2010 - .NET Languages - 2 Replies Tag,
ich habe mal ne kleine Frage zu VB:
Wenn ich eine Form erstelle gibt es ja einen Code dazu. Bisher habe ich es nur geschafft diesen aufzurufen, in dem ich die Form abgespeichert habe und dann auf "Form1.Designer.vb" geklickt habe.
Nun möchte ich wissen, ob das auch schneller geht, dass ich nicht immer alles abspeichern muss.
Danke im Vorraus.
Code in C# or visual basic with nuconnector 12/15/2008 - Silkroad Online - 8 Replies Hi all,
Im new in this forum but not in silkroad :)
I 've looking for tutorials or some example to make an application with C# or visual basic, using nuconnector to get some info from the game.
I've searched in the forum, in google too but I can't find anything. I will agree any info :)
thanks a lot :)