5

I am able to successfully run my target binary under Qiling, an emulator that supplements Unicorn with hooks for system libraries. I would like to do the same thing under angr. I don't need any symbolic execution, I don't need any Symbion: Just simply use angr as an emulator (which it's more than capable of). How can I tell angr to run everything concretely, but still continue to hook the libs and replace them with angr's sims?

Surprisingly, this turns out to not be simple. What I found so far:

0

Browse other questions tagged or ask your own question.