StochFuzz icon indicating copy to clipboard operation
StochFuzz copied to clipboard

error

Open CAFA1 opened this issue 3 years ago • 3 comments

ERROR call handler for PIE programs is unimplemented :./rewriter_handlers/handler_call.c:101 so your tool does not support PIE programs ?

CAFA1 avatar Aug 09 '21 07:08 CAFA1

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).

ZhangZhuoSJTU avatar Aug 09 '21 16:08 ZhangZhuoSJTU

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.

ZhangZhuoSJTU avatar Sep 09 '21 19:09 ZhangZhuoSJTU

thank you

CAFA1 avatar Sep 13 '21 07:09 CAFA1