Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   How to log all procedure calls? (https://forum.exetools.com/showthread.php?t=20977)

morgot 04-25-2024 05:07

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

:confused:

Rasmus 04-25-2024 06:55

Quote:

Originally Posted by morgot (Post 130719)
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);

:confused:

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

FernandoAl 10-01-2024 03:30

I don't know if it can be useful to you, but in x64dbg there is a "trace over" command in the "tracing" options which automatically executes the entire stepping path. It is possible to pause and dump the memory up to that point.
bye


All times are GMT +8. The time now is 13:30.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX