Honeybee icon indicating copy to clipboard operation
Honeybee copied to clipboard

An experimental high performance, fuzzing oriented Intel Processor Trace capture and analysis suite

Results 4 Honeybee issues
Sort by recently updated
recently updated
newest added

During my fuzzing session I see a lot of following messages in honggfuzz output: ``` [2021-03-23T16:44:14+0100][E][2283475] arch_honeybeeAnalyze():198 ipt decode error on cpu=5, error=-4 ``` kptr sysctl is set to 0...

When do we actually use the IP provided by an FUP in a PSB? It seems like we have decoding issues when the tracing is enabled while the process is...

bug

The disassembler is using elf sections (https://github.com/trailofbits/Honeybee/blob/master/honey_hive_generator/disassembly/hh_disassembly.c#L126) instead of segments to identify code to disassemble. However this not robust to various scenarios including stripped binaries and statically linked binaries. I...