about summary refs log tree commit diff stats
path: root/miasm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #550 from serpilliere/add_rot_pytransCamille Mougey2017-05-101-0/+14
|\
| * Translator: add rol/ror for pythonFabrice Desclaux2017-05-091-0/+14
* | Merge pull request #552 from commial/fix/win_apiserpilliere2017-05-101-3/+9
|\ \
| * | Add a few log to str manipulation functionsAjax2017-05-091-1/+5
| * | Fix strcpyn behavior at limitAjax2017-05-091-2/+4
| |/
* | Merge pull request #553 from commial/feature/symbexec-assignblkserpilliere2017-05-101-0/+7
|\ \
| * | Add .as_assignblock() for SymbolicExecutionEngineAjax2017-05-091-0/+7
| |/
* | Complete the docstring of AssignBlockAjax2017-05-091-1/+7
* | Add a sanity check for AssignBlock (dst must be Id or Mem)Ajax2017-05-091-0/+4
|/
* Merge pull request #545 from serpilliere/avoid_mix_expr_intCamille Mougey2017-05-021-1/+24
|\
| * Expression: Forbid mix between Expr and int/longFabrice Desclaux2017-05-011-1/+24
* | Merge pull request #547 from carolineLe/fix_ret_cdeclserpilliere2017-04-271-1/+1
|\ \
| * | arch/x86/jit.py: Update pc as well as EIP in ret_cdeclCaroline Leman2017-04-271-1/+1
* | | Add .items API to AssignBlockAjax2017-04-271-0/+3
|/ /
* | Merge pull request #538 from serpilliere/fix_cpu_reg_intCamille Mougey2017-04-272-8/+9
|\ \ | |/ |/|
| * Jitter: Error on reg set not intFabrice Desclaux2017-04-252-8/+9
* | Merge pull request #544 from serpilliere/fix_gcc_traceCamille Mougey2017-04-251-20/+43
|\ \
| * | Jitter: clean codeFabrice Desclaux2017-04-251-19/+42
| * | Jitter: fix log mn regsFabrice Desclaux2017-04-241-1/+1
* | | Jitter: sanitize codeFabrice Desclaux2017-04-246-53/+50
|/ /
* | x86_64: add stdcall ABI call prepare (for sb.call to work)Ajax2017-04-241-1/+12
* | x86_32: fix fastcall (ret_addr is the last to be pushed)Ajax2017-04-241-1/+1
|/
* Merge pull request #536 from commial/refactor/gcc-default-jitterserpilliere2017-04-212-4/+4
|\
| * Let GCC be the default jitterAjax2017-04-212-4/+4
* | Merge pull request #535 from commial/fix/match_expr-usesserpilliere2017-04-215-31/+30
|\ \
| * | Remove deprecated use of MatchExprAjax2017-04-215-31/+30
| |/
* / DSE: support absence of z3Ajax2017-04-211-2/+9
|/
* Expression: cleanFabrice Desclaux2017-04-211-232/+240
* Errata: fix exprmatch namesFabrice Desclaux2017-04-211-50/+50
* Merge pull request #521 from serpilliere/ir_helperCamille Mougey2017-04-213-30/+147
|\
| * Graph: add discard_edgeFabrice Desclaux2017-04-211-0/+5
| * Ir: Add ir graph helpersFabrice Desclaux2017-04-212-30/+142
* | Expression: remove unused SearchExprFabrice Desclaux2017-04-211-14/+0
* | Expression: clean MatchExprFabrice Desclaux2017-04-211-51/+45
|/
* Merge pull request #518 from commial/feature/dseserpilliere2017-04-216-0/+571
|\
| * Handle symbolic exec stuck on lbl_genAjax2017-04-181-38/+61
| * Introduce a module for Dynamic Symbolic ExecutionAjax2017-04-181-0/+522
| * Introduce attrib_to_regs: map attrib to corresponding registersAjax2017-04-185-0/+26
* | set breakpoint handler in ntdll_LdrGetProcedureAddress()Aymeric Vincent2017-04-211-0/+1
* | Merge pull request #530 from commial/fix/docserpilliere2017-04-201-1/+1
|\ \
| * | Fix wrong add_memory_page docstringAjax2017-04-201-1/+1
* | | AssignBlock: add simplification facilityAjax2017-04-201-0/+12
* | | AssignBlock: add a few commentAjax2017-04-201-1/+13
|/ /
* | IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-2010-54/+54
* | Ir: clean codeFabrice Desclaux2017-04-201-52/+51
* | Ir: make AssignBlock immutableFabrice Desclaux2017-04-208-171/+244
* | Merge pull request #520 from serpilliere/fastcall_abiCamille Mougey2017-04-201-0/+27
|\ \ | |/ |/|
| * X86_32: Add fastcall abiFabrice Desclaux2017-04-181-0/+27
* | Jitter: fix pending memory breakpoint (#527)serpilliere2017-04-181-0/+8
* | Jitter: fix symb cache name (#525)serpilliere2017-04-185-14/+27