[Open Source] Name Changer (VB.net)

08/25/2016 07:55 STR0MP3ST#16
pretty great!
08/30/2016 07:54 Darkryuga#17
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
08/30/2016 10:33 gοd#18
Quote:
Originally Posted by Darkryuga View Post
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
Code:
DWORD dwBaseAddr = (DWORD)GetModuleHandle(0);
Also, watch out for upper-case and lower-case on ZeroMemory.
08/30/2016 15:16 Darkryuga#19
Quote:
Originally Posted by Zyntex View Post
Code:
DWORD dwBaseAddr = (DWORD)GetModuleHandle(0);
Also, watch out for upper-case and lower-case on ZeroMemory.
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 one
"[Error] cast from 'HMODULE {aka HINSTANCE__*}' to 'DWORD {aka long unsigned int}' loses precision [-fpermissive]"