View Single Post
  #2  
Old 04-25-2024, 06:55
Rasmus Rasmus is offline
Friend
 
Join Date: Jul 2019
Posts: 179
Rept. Given: 0
Rept. Rcvd 9 Times in 8 Posts
Thanks Given: 116
Thanks Rcvd at 106 Times in 64 Posts
Rasmus Reputation: 9
Quote:
Originally Posted by morgot View Post
Hello
I need to log all procedure calls in some program. As example - I run program, than start log. Than I press the button, wait 5 sec and stop logging. I need to see as example:

sub_12313(v2);
sub_213131(bb);

or addrs (call 0x013131, call 0xbbabab);

This should be a good starting point?
This is an old but good tool.
You can also log directly with Olly.
Reply With Quote