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
?
Asked
Active
Viewed 2,193 times
1 Answers
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