pretty great!
Quote:
Hi. Oshumar ...sorry for ask a noobest question.. i am just learn about C++ .... can i know how to do the DLL file .. if i compile using normal it said that dwBaseAddr and Zeromemory was not declare in the score or is there header i need to put it ? .. thank you very much sir
DWORD dwBaseAddr = (DWORD)GetModuleHandle(0);
oh i see but what is this code will do and DWORD also a data type? ... but it come out with more error if i put that oneQuote:
Also, watch out for upper-case and lower-case on ZeroMemory.Code:DWORD dwBaseAddr = (DWORD)GetModuleHandle(0);