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

abi reconstruction (--guess-abi) requires does not work when disabling static analysis: option -A conflicts with -S #17

Open
gsalzer opened this issue Oct 16, 2018 · 1 comment
Labels

Comments

@gsalzer
Copy link

gsalzer commented Oct 16, 2018

If -A is used with -S (and with -a), then the program fails to reconstruct the ABI:

reconstructed ABI:
[]

Expected behaviour: The program should give a warning/an error, if -A is either used with -S or is used without -a (see other issue).

@tintinweb
Copy link
Owner

tintinweb commented Oct 16, 2018

hi @gsalzer,

as mentioned in #16 this functionality is not yet fit for use and is currently based on information from the static analysis run. disabling it (-S) makes it fail as the information is not present in this case.

cheers,
tin

@tintinweb tintinweb changed the title option -A conflicts with -S abi reconstruction (--guess-abi) requires does not work when disabling static analysis: option -A conflicts with -S Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants