المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Finding the memory address of a function [modified]



C++ Programming
09-25-2009, 08:30 AM
Hiya everyone,

I was searching for some way to find the memory address of a function such as TerminateProcess. Is there a way to do this? I've read something about the VirtualQuery function, but I don't exactly understand how that can be applied. Could anyone give me a few pointers? (and maybe somewhere I can learn some more about windows memory management.)

Thanks. http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif

EDIT: this (http://books.google.ca/books?id=lzIMEi5XGDoC&pg=PA185&lpg=PA185&dq=detecting+api+hooks&source=bl&ots=fFIyAiaRY-&sig=Acv1UX8djtTe9Gf__vsdLUPNkKE&hl=en&ei=cri7SoP2I5GysgP-7rzcBQ&sa=X&oi=book_result&ct=result&resnum=4#v=onepage&q=&f=false) is what I'm reading right now.

modified on Thursday, September 24, 2009 2:23 PM