nus-apr / CrashRepair

Security Vulnerability Repair via Concolic Execution and Code Mutations
16 stars 1 forks source link

the sanitizer missing in the binary for the fuzzer #165

Closed rshariffdeen closed 1 year ago

rshariffdeen commented 1 year ago

I checked the zziplib subjects, it does not generate the asan output during fuzzing, looking further it seems the binary is not built with the sanitizer.

rshariffdeen commented 1 year ago

would this work

self.scenario.rebuild(use_sanitizers=True)