CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM

Home Page:https://code-intelligence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"__sanitizer_weak_hook_compare_bytes" is defined by jazzer or libfuzzer?

occia opened this issue · comments

May I inquire that where is the definition of __sanitizer_weak_hook_compare_bytes? Is it defined by jazzer and finally invokes __sanitizer_weak_hook_memcmp?

I'm confused about this and would like to seek some guidance. In my guess, it is defined by jazzer and finally passed all coming arguments to libfuzzer's __sanitizer_weak_hook_memcmp.

Thanks.

Found it at here