xoreaxeaxeax / sandsifter

The x86 processor fuzzer

Repository from Github https://github.comxoreaxeaxeax/sandsifterRepository from Github https://github.comxoreaxeaxeax/sandsifter

summarizer does not properly write temporary files to forward to disassemblers

PlasmaHH opened this issue · comments

When the summarizer writes data into temporary files for the disassembler, the disassembler sees 0 byte files. Adding a temp_file.flush() after the write in disassemble fixes this issue for me, at least for ndisasm

Thanks for posting this. I will have a look at it.