Skip to content
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

hook vfprintf only for better reliability #48

Open
eadmaster opened this issue Jul 6, 2016 · 1 comment
Open

hook vfprintf only for better reliability #48

eadmaster opened this issue Jul 6, 2016 · 1 comment

Comments

@eadmaster
Copy link

As suggested here.

Another approach could be to use PTRACE tricks.

@cehoffman
Copy link
Collaborator

That answer relied on the user explicitly using strace or similar to hook all the other functions for us. While it does save a lot of hooking, it is dependent on strace or similar never using a different print function. Also using strace to run something slows execution considerably in the limited experience. Thanks for the link to the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants