angr-management
angr-management copied to clipboard
Loading a docker target automatically loads all libraries (slow)
Despite not checking the "Automatically load all libraries (slow, not recommend)" box, angr management nevertheless starts loading in 1000s of functions from libc.
I think it's more of a limit of archr at this moment. We can, however, disable CFG generation on external libraries (which is probably what takes a lot of time). I can add an option for it.
This issue has been marked as stale because it has no recent activity. Please comment or add the pinned tag to prevent this issue from being closed.
This issue has been marked as stale because it has no recent activity. Please comment or add the pinned tag to prevent this issue from being closed.
Retest to see if it's fixed already.