about summary refs log tree commit diff stats
path: root/miasm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Autopep x86 semFabrice Desclaux2015-12-241-342/+498
* | X86: add pextrFabrice Desclaux2015-12-242-0/+51
* | X86: add pinsrFabrice Desclaux2015-12-242-2/+99
* | X86: add punpcklFabrice Desclaux2015-12-242-7/+46
* | X86: add punpckFabrice Desclaux2015-12-242-0/+50
* | X86: add pcmpeqFabrice Desclaux2015-12-242-0/+43
* | X86: add pminuFabrice Desclaux2015-12-242-0/+41
* | X86: add pmaxFabrice Desclaux2015-12-242-0/+43
* | X86: add psrl/psllFabrice Desclaux2015-12-242-0/+123
* | X86: add pandnFabrice Desclaux2015-12-232-0/+16
* | X86: add pushfbFabrice Desclaux2015-12-232-1/+27
* | Jitter/x86: add mmx helperFabrice Desclaux2015-12-231-0/+37
|/
* Merge pull request #296 from serpilliere/loader_rwPierre Lalet2015-12-161-2/+4
|\
| * Loader/pe: fix load page rwFabrice Desclaux2015-12-041-2/+4
* | Autopep8Fabrice Desclaux2015-12-162-9/+10
* | Update api according to ElfesteemFabrice Desclaux2015-12-163-7/+7
* | Merge pull request #285 from serpilliere/fix_except_privserpilliere2015-12-163-5/+5
|\ \
| * | Jitter/csts: add priv instr cstFabrice Desclaux2015-12-041-0/+1
| * | X86/sem: sti priv instrFabrice Desclaux2015-12-041-1/+0
| * | Jitter: fix cst exceptionsFabrice Desclaux2015-12-042-4/+4
| |/
* | Sandbox/Win: remove unused optionPierre LALET2015-12-131-2/+0
* | Sandbox/Win: fix -o/--load-hdr optionPierre LALET2015-12-131-2/+3
* | IR: Rebuild graph on `add_node`Ajax2015-12-071-0/+2
* | IR/gen_graph: `link_all` is never usedAjax2015-12-071-3/+2
* | IR: fix importAjax2015-12-071-10/+9
* | IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-074-23/+21
* | IRA: use a crafted DiGraph for IR do displayCamille Mougey2015-12-071-33/+43
* | IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey2015-12-071-1/+3
* | IRA: Add a class descriptionCamille Mougey2015-12-071-0/+8
* | IR: use expr_is_label instead of ExprIsLabelCamille Mougey2015-12-072-9/+5
* | IR: move graph relative code from IRA to IRCamille Mougey2015-12-072-98/+99
* | Merge pull request #286 from serpilliere/updt_winsehCamille Mougey2015-12-044-105/+213
|\ \
| * | Loader/pe: fix load lib; vm2peFabrice Desclaux2015-12-042-11/+19
| * | Sandbox: default support hcurmoduleFabrice Desclaux2015-12-041-2/+2
| * | Sandbox: support additional optionsFabrice Desclaux2015-12-043-23/+24
| * | jitter: fix dep dllFabrice Desclaux2015-12-042-32/+21
| * | Sandbox: autopepFabrice Desclaux2015-12-041-27/+30
| * | Loader: load PE and its dependenciesFabrice Desclaux2015-12-043-21/+128
| |/
* | Jitter: remove unused div_op rem_opFabrice Desclaux2015-12-044-137/+9
* | Jitter: clean codeFabrice Desclaux2015-12-033-247/+2
* | Jit: use page array; bin searchFabrice Desclaux2015-12-033-58/+101
|/
* Squelch a couple of warnings on 32 bit architectures with respect toAymeric Vincent2015-11-232-2/+2
* When parsing a 64 bit integer, make sure we have enough room to store it.Aymeric Vincent2015-11-232-10/+14
* Merge pull request #281 from serpilliere/fix_winapiPierre Lalet2015-11-221-7/+15
|\
| * Os_dep/win: multiple fixFabrice Desclaux2015-11-221-7/+15
* | Expression: repr cpuid opFabrice Desclaux2015-11-221-0/+1
|/
* x86/sem: add 'iret[d]' user-landAjax2015-11-171-0/+14
* x86/sem: template eflags assignment from a sourceAjax2015-11-171-12/+11
* x86/sem: fix cmps comparisonAjax2015-11-171-3/+1
* Semantic: instr.mode doesn't stand for ir.IRDst.sizeAjax2015-11-172-60/+60