Commit Graph

9 Commits

Author SHA1 Message Date
Fabrice Desclaux 149c404539 Asmblock: fix dis_block_callback 2018-02-02 17:20:56 +01:00
Fabrice Desclaux e33bffdca0 Asmblock: remove disasm engine job_done attribute
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.
2017-07-27 21:17:54 +02:00
Fabrice Desclaux 4fcd0faa92 Asmblock: rename bloc 2017-07-07 12:43:04 +02:00
Fabrice Desclaux 1b3fcbdda8 Core/asmbloc: move asmbloc to asmblock 2017-03-13 15:07:28 +01:00
Fabrice Desclaux 8651b88eda Asmbloc: rename asm_constraint to AsmConstraint 2017-03-13 14:13:14 +01:00
Fabrice Desclaux d0727aa74b Asmbloc: rename asm_label to AsmLabel 2017-03-13 14:13:14 +01:00
Ajax 455cfbe8b7 BasicBlocks: update examples with the new API 2016-01-26 17:09:18 +01:00
Ajax 26ec3c0b27 Example/Disasm/Callback: comment and update with new API 2015-11-09 14:34:15 +01:00
Ajax 1ae7dfe413 Disasm/x86: move pushpop callback to an example callback.py 2015-11-09 14:20:36 +01:00