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.