View Single Post
  #1  
Old 04-25-2024, 05:07
morgot morgot is offline
Friend
 
Join Date: Feb 2020
Posts: 22
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 11 Times in 8 Posts
morgot Reputation: 0
Unhappy How to log all procedure calls?

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);

Reply With Quote