-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a basic Function call tracer to LogMaker #9
Comments
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. 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. |
Looks good @Freakston! Send the PR and I will review. Attach a gist containing the results with the PR. |
@pranjalsingh008 lets use the branch FuncTrace for working on this issue. |
PR related to this issue #28 |
Function call tracer
The text was updated successfully, but these errors were encountered: