about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Treat properly multiple addresses as advertisedMathieu Geli2015-06-161-1/+1
* Fix forgotten copy/paste from arm archMathieu Geli2015-06-161-1/+1
* Merge pull request #176 from commial/useless-condserpilliere2015-06-121-8/+0
|\
| * Simplifications: Remove useless statementsAjax2015-06-111-8/+0
|/
* Merge pull request #175 from serpilliere/add_simp_sliceCamille Mougey2015-06-112-2/+84
|\
| * Test: add simplification regressionFabrice Desclaux2015-06-051-1/+52
| * Expression/Simplification: add slice/composeFabrice Desclaux2015-06-051-1/+32
* | Merge pull request #174 from serpilliere/fix_dis_overlapCamille Mougey2015-06-101-1/+1
|\ \
| * | Core/Asmbloc: fix split_bloc with instruction overlappingFabrice Desclaux2015-06-051-1/+1
| |/
* | Merge pull request #160 from mrphrazer/extend_digraphCamille Mougey2015-06-032-4/+94
|\ \ | |/ |/|
| * Test/Graph: extended regression tests for g2Tim Blazytko2015-06-021-0/+7
| * DiGraph: compute_immediate_dominators depends now on walk_dominatorsTim Blazytko2015-06-021-7/+2
| * DiGraph: fixed order in dominance_frontierTim Blazytko2015-06-022-7/+11
| * DiGraph: refactored commentsTim Blazytko2015-06-021-4/+11
| * DiGraph: renamed variables in dominance frontier and immediate dominatorsTim Blazytko2015-06-021-14/+14
| * Tests/graph: extended regression testsTim Blazytko2015-06-021-1/+41
| * DiGraph: fixed dominance_frontier for graphs with multiple headsTim Blazytko2015-06-021-0/+2
| * graph.py: replaced line for readabilityTim Blazytko2015-06-021-1/+1
| * graph.py: added computation of the dominance frontierTim Blazytko2015-06-021-0/+23
| * graph.py: added computation of immediate dominatorsTim Blazytko2015-06-021-0/+12
|/
* Merge pull request #173 from serpilliere/walk_dominatorCamille Mougey2015-06-022-0/+107
|\
| * Test/Graph: add regression tests for walk_dominator/walk_postdominatorFabrice Desclaux2015-06-021-0/+36
| * Core/Graph: add walk_dominator/walk_postdominatorFabrice Desclaux2015-06-021-0/+71
|/
* Merge pull request #172 from commial/update-test-disasmserpilliere2015-05-272-2/+3
|\
| * TestAll: Update disasm 'file.py' example addressAjax2015-05-272-2/+3
|/
* Merge pull request #169 from serpilliere/fix_win_64bCamille Mougey2015-05-261-2/+1
|\
| * Win_api: Remove unused commentserpilliere2015-05-241-1/+0
| * Win_api: fix getprocaddr bad ptr tuncationFabrice Desclaux2015-05-241-1/+1
* | Merge pull request #168 from serpilliere/fix_vm2pe_64Camille Mougey2015-05-261-2/+6
|\ \ | |/ |/|
| * Loader/Pe: fix vm2pe for 64 bit peFabrice Desclaux2015-05-221-2/+6
* | Merge pull request #167 from serpilliere/add_x86_mnCamille Mougey2015-05-231-0/+1
|\ \
| * | x86: add losq mnemonicFabrice Desclaux2015-05-221-0/+1
| |/
* | Merge pull request #165 from commial/autogen-docserpilliere2015-05-221-0/+3
|\ \ | |/ |/|
| * Add a link to the auto-generated documentationAjax2015-05-221-0/+3
|/
* Merge pull request #157 from commial/enhance-graphdataflowserpilliere2015-05-022-70/+38
|\
| * GraphDataflow: A function where never executed / testedAjax2015-04-302-8/+15
| * GraphDataflow: Refactor, PyLintingAjax2015-04-301-62/+22
| * GraphDataflow: update APIAjax2015-04-301-2/+3
* | Merge pull request #158 from mrphrazer/minor_fixesCamille Mougey2015-05-012-5/+3
|\ \
| * | removed unused codeTim Blazytko2015-05-011-2/+0
| * | replaced redundant codeTim Blazytko2015-04-301-1/+1
| * | fixed typoTim Blazytko2015-04-301-2/+2
| |/
* | Merge pull request #156 from commial/fix_coverageserpilliere2015-04-302-1/+2
|\ \ | |/ |/|
| * TestAll: Coverage mode was brokenAjax2015-04-302-1/+2
|/
* Merge pull request #154 from carolineLe/dead_code_simpCamille Mougey2015-04-295-164/+966
|\
| * IR: Compliance to python coding conventionsCaroline Leman2015-04-291-350/+390
| * IR: Regression test integrationCaroline Leman2015-04-292-12/+15
| * IR: Improve dead code eliminationCaroline Leman2015-04-294-164/+923
* | Merge pull request #155 from serpilliere/graph_cleanCamille Mougey2015-04-291-2/+2
|\ \
| * | Graph: replace forgotten root apiFabrice Desclaux2015-04-291-2/+2
|/ /