StochFuzz
StochFuzz copied to clipboard
error
ERROR call handler for PIE programs is unimplemented :./rewriter_handlers/handler_call.c:101 so your tool does not support PIE programs ?
Hi, as mentioned in README, StochFuzz supports PIE binaries (theoretically and practically), but there are some implementation bugs currently. To avoid misusing, I raise an error there. I will fix them once I got time (hopefully till the end of August).
Hi @CAFA1
I have pushed some commits to resolve the bug. Stochfuzz can support rewriting PIE binaries now.
You might note that the functionality of PIE binary rewriting is not well tested as the one of non-PIE binaries, so please kindly report any issue you encountered when dealing with PIE binaries.
I will keep this issue open, till PIE binary rewriting receives an exhaustive testing.
thank you