Posts by J-C
12 posts total, newest first.
Obfuscatein Programming Tools - Yeah, don't code in managed language, go read some books and learn the proper way.writing to pointerin C++/C Programming - [quote=Hell_Demon;1556349]
unsigned long *addie = (unsigned long*)0x12345678;
unsigned char NopThree[3] = { 0x90, 0x90, 0x90 };
void PatchMem(LPVOID dwAddress, LPVOID bytes, DWORD dwSize)
{
DWORD flOldProtect = 0;writing to pointerin C++/C Programming - well this is how you read from it ( supposedly )
ReadPointer((ULONG_PTR*)ulBase, nOffset);
I'm going to try and give what you posted a go and seewriting to pointerin C++/C Programming - Ok, so I am using this to read from a pointer:
__inline ULONG_PTR ReadPointer(ULONG_PTR* ulBase, INT nOffset)
{
if ( !IsBadReadPtr((VOID*)ulBase, sizeof(ULONG_PTR)) )
if ( !IsBadReadPtr((VOID*)((*(ULONGDifferents?Visual C++ and C++in C++/C Programming - lol I started with dev-c++ too and visual c++ just makes everything easier, maybe not for you, but for a lot of people...
Showing the 5 most recent posts.