0

I have function names and addresses of a dll file. I want to see a function behavior. How can I use this information in ollydbg?

dll exort viewer

Joe
  • 4,877
  • 5
  • 30
  • 51
iceman_bu
  • 11
  • 3

1 Answers1

0

ollydbg can load a dll directly once it is loaded use call dll export

select the function of interest

follow the call

set breakpoints as needed

use call export with arguments inserted manually and analyze the function

blabb
  • 8,674
  • 1
  • 18
  • 27