I want to call a function which is in address 774a7fdch(kernel32.dll function) with ASM inside a C++ Program
I’m using Visual Studio 2010 .
how can I do it?
call 774a7fdch
doesn’t work, how can I pass call the function address?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have encountered the same problem in VS2010 before.
try call [0x774a7fdc]