hernan
January 13th, 2005, 15:17
how can I find a function by its name?
lets say kernel32.dll:createfilea?
i'm trying to use findlabelbyname and findimportbyname but both
have the arguments
addr0 - start of address range (included);
addr1 - end of address range (not included).
I have no idea what this range is. i tried with 0-ffffffff but it does't work.
any help will be appreciated.
thanks
bye
lets say kernel32.dll:createfilea?
i'm trying to use findlabelbyname and findimportbyname but both
have the arguments
addr0 - start of address range (included);
addr1 - end of address range (not included).
I have no idea what this range is. i tried with 0-ffffffff but it does't work.
any help will be appreciated.
thanks
bye