mirror of
https://github.com/cea-sec/miasm
synced 2026-06-21 13:48:18 +00:00
e33bffdca0
WARNING: disasmEngine behaviour modification Before patch: job_done containted the already disassembled addresses. If the user disassembled twice the same addresse, the engine will return empty object on the second call. After patch: If the user disassemble twice the same addresse, the engine will return result of the disassembling in both cases.