Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

about abstraction of libc procedures #149

Open
moliam opened this issue Jul 27, 2017 · 0 comments
Open

about abstraction of libc procedures #149

moliam opened this issue Jul 27, 2017 · 0 comments

Comments

@moliam
Copy link

moliam commented Jul 27, 2017

In angr, the calls into libc procedures such as atoi, strcmp, strlen, etc, are abstracted and simulated with expressions consisting of series of "if" and "else". Is this abstraction work difficult to realize or does it require much intelligence?
By the way, I did some experiments with angr and it seems that for "strcmp", angr can only solve the situation where the condition is like 0 == strcmp(a, b) or 0 != strcmp(a, b), but cannot solve 0 > strcmp(a, b) or 0 < strcmp(a, b). Is this due to the incompleteness of the procedure abstraction model?

Thank you very much!

@moliam moliam changed the title about simulation of libc procedures about abstraction of libc procedures Jul 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant