about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #546 from commial/fix/assignblk-itemsserpilliere2017-04-272-0/+4
|\ \ | |/ |/|
| * Add .items API to AssignBlockAjax2017-04-272-0/+4
|/
* 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
* | | Merge pull request #537 from commial/fix/ida-examplesserpilliere2017-04-252-15/+28
|\ \ \
| * | | IDA: handle generated labels in depgraphAjax2017-04-251-1/+7
| * | | IDA: fix depgraph for immutable AssignBlockAjax2017-04-251-8/+12
| * | | IDA: fix graph_ir for immutable AssignBlockAjax2017-04-251-6/+9
| |/ /
* | | Merge pull request #543 from serpilliere/fix_add_memory_page_retCamille Mougey2017-04-256-53/+50
|\ \ \
| * | | Jitter: sanitize codeFabrice Desclaux2017-04-246-53/+50
| |/ /
* | | Merge pull request #540 from commial/refactor/remove-autocompleteserpilliere2017-04-2415-90/+2
|\ \ \ | |/ / |/| |
| * | Remove absolute sys.pathAjax2017-04-241-3/+0
| * | Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-2415-88/+3
| |/
* | Merge pull request #539 from commial/feature/prepare-stdcall-x86_64serpilliere2017-04-241-2/+13
|\ \ | |/ |/|
| * 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-216-13/+15
|\
| * Introduce a GCC tests, to let no TCC installs able to run more testsAjax2017-04-211-3/+5
| * Let GCC be the default jitterAjax2017-04-215-10/+10
* | Merge pull request #535 from commial/fix/match_expr-usesserpilliere2017-04-216-48/+47
|\ \
| * | Remove deprecated use of MatchExprAjax2017-04-216-48/+47
| |/
* | Merge pull request #534 from commial/fix/dse_depserpilliere2017-04-211-2/+9
|\ \ | |/ |/|
| * DSE: support absence of z3Ajax2017-04-211-2/+9
|/
* Merge pull request #533 from serpilliere/fix_exprmatchCamille Mougey2017-04-211-279/+287
|\
| * 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-216-35/+183
|\
| * Example: add irblock simplification exampleFabrice Desclaux2017-04-213-5/+36
| * Graph: add discard_edgeFabrice Desclaux2017-04-211-0/+5
| * Ir: Add ir graph helpersFabrice Desclaux2017-04-212-30/+142
* | Merge pull request #532 from serpilliere/clean_match_exprCamille Mougey2017-04-211-65/+45
|\ \ | |/ |/|
| * 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-2112-3/+1105
|\
| * Add regression test for DSE on lbl_genAjax2017-04-182-0/+100
| * Handle symbolic exec stuck on lbl_genAjax2017-04-181-38/+61
| * Add an example illustrating DSEAjax2017-04-183-0/+425
| * TestAll: add support for other executableAjax2017-04-182-3/+9
| * Introduce a module for Dynamic Symbolic ExecutionAjax2017-04-181-0/+522
| * Introduce attrib_to_regs: map attrib to corresponding registersAjax2017-04-185-0/+26
* | Merge pull request #531 from a-vincent/fix_getprocedureaddressCaroline Leman2017-04-211-0/+1
|\ \
| * | 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
* | | Merge pull request #529 from commial/feature/assignblk-simplifyserpilliere2017-04-203-1/+72
|\ \ \ | |/ / |/| |