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

It would be nice if SOAAP supported signal handlers #33

Open
arichardson opened this issue May 24, 2015 · 0 comments
Open

It would be nice if SOAAP supported signal handlers #33

arichardson opened this issue May 24, 2015 · 0 comments

Comments

@arichardson
Copy link
Contributor

Low priority issue since most signal handlers are quite simple and I can just analyze them manually, but it would be nice to have.

Ideally SOAAP would look at the function pointers passed to signal() and sigaction() and treat those as reachable functions. For now just treating any function pointer passed there as reachable should be fine, replacement of signal handlers could be omitted for now.

For now adding an annotation to the signal handlers (e.g. __soaap_signal_handler()) would also be fine but then we don't see those set inside other libraries.

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

No branches or pull requests

1 participant