teambi0s / secREtary

The Reverse Engineering Assistant of your dreams
https://blog.bi0s.in
MIT License
29 stars 18 forks source link

Add a basic Function call tracer to LogMaker #9

Open R3x opened 4 years ago

R3x commented 4 years ago

Function call tracer

Freakston commented 4 years ago

The Initial version of the LogMaker is done which goes through the given binary and prints out all the functions. The data from pin is parsed into the following format. In the below picture the input is a simple ptrace check binary.

image

The following have been implemented -

The following are partially implemented -

The files have been pushed onto my forked repo and will be sending a PR with the final files soon.

R3x commented 4 years ago

Looks good @Freakston! Send the PR and I will review. Attach a gist containing the results with the PR.

Freakston commented 4 years ago

20. Sent a PR. Will be sending a Makefile soon. @ais2397

Freakston commented 3 years ago

@pranjalsingh008 lets use the branch FuncTrace for working on this issue.

Freakston commented 3 years ago

PR related to this issue #28