tehmarto
tehmarto

Reputation: 1

Logging all function calls in a program

I want to write a program (or find a program) that logs all function calls that a program makes. I don't have the program's source code.

Thanks.

Upvotes: 0

Views: 1776

Answers (1)

SK-logic
SK-logic

Reputation: 9725

Start from here: http://lcamtuf.coredump.cx/fenris/debug-tools.html

Upvotes: 1

Related Questions