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

Warn when sandbox calls undefined function #32

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

Warn when sandbox calls undefined function #32

arichardson opened this issue May 23, 2015 · 0 comments

Comments

@arichardson
Copy link
Contributor

Sometimes I get a lot less SOAAP output that expected because I forgot to link in another library that performs the actual system call. It would be nice if soaap could warn when a sandbox calls an undefined function. Ideally it should also be possible to provide a list of functions to ignore (either a file with one name per line or a list of regular expressions)

It should probably be opt-in via a command line flag such as -soaap-warn-undefined-function-call

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

1 participant