The presentation discusses a tool called Harpocrates that can be used to hide bugs in software by polluting the hash table used by fuzzers.
- Harpocrates is a tool that can be used to hide bugs in software by polluting the hash table used by fuzzers
- The tool works by generating a piece of code that has the same hash value as the target code block
- The generated code is then inserted into the target program to pollute the hash table
- The tool was tested on several binaries and was found to be effective in hiding bugs from fuzzers
The tool was tested on T-Surprise and ObjectCopy, and was found to be effective in hiding bugs from fuzzers. In one case, the tool found a bug in less than five minutes, while the fuzzer took two weeks to find the same bug. In another case, the tool found a bug in one minute, while the fuzzer took nine hours to find the same bug.