about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-16Fix forgotten copy/paste from arm archMathieu Geli1-1/+1
2015-06-11Simplifications: Remove useless statementsAjax1-8/+0
2015-06-05Core/Asmbloc: fix split_bloc with instruction overlappingFabrice Desclaux1-1/+1
2015-06-05Test: add simplification regressionFabrice Desclaux1-1/+52
2015-06-05Expression/Simplification: add slice/composeFabrice Desclaux1-1/+32
2015-06-02Test/Graph: extended regression tests for g2Tim Blazytko1-0/+7
2015-06-02DiGraph: compute_immediate_dominators depends now on walk_dominatorsTim Blazytko1-7/+2
2015-06-02DiGraph: fixed order in dominance_frontierTim Blazytko2-7/+11
2015-06-02DiGraph: refactored commentsTim Blazytko1-4/+11
2015-06-02DiGraph: renamed variables in dominance frontier and immediate dominatorsTim Blazytko1-14/+14
2015-06-02Tests/graph: extended regression testsTim Blazytko1-1/+41
2015-06-02DiGraph: fixed dominance_frontier for graphs with multiple headsTim Blazytko1-0/+2
2015-06-02graph.py: replaced line for readabilityTim Blazytko1-1/+1
2015-06-02graph.py: added computation of the dominance frontierTim Blazytko1-0/+23
2015-06-02graph.py: added computation of immediate dominatorsTim Blazytko1-0/+12
2015-06-02Test/Graph: add regression tests for walk_dominator/walk_postdominatorFabrice Desclaux1-0/+36
2015-06-02Core/Graph: add walk_dominator/walk_postdominatorFabrice Desclaux1-0/+71
2015-05-27TestAll: Update disasm 'file.py' example addressAjax2-2/+3
2015-05-24Win_api: Remove unused commentserpilliere1-1/+0
2015-05-24Win_api: fix getprocaddr bad ptr tuncationFabrice Desclaux1-1/+1
2015-05-22Loader/Pe: fix vm2pe for 64 bit peFabrice Desclaux1-2/+6
2015-05-22x86: add losq mnemonicFabrice Desclaux1-0/+1
2015-05-22Add a link to the auto-generated documentationAjax1-0/+3
2015-05-01removed unused codeTim Blazytko1-2/+0
2015-04-30replaced redundant codeTim Blazytko1-1/+1
2015-04-30fixed typoTim Blazytko1-2/+2
2015-04-30GraphDataflow: A function where never executed / testedAjax2-8/+15
2015-04-30GraphDataflow: Refactor, PyLintingAjax1-62/+22
2015-04-30GraphDataflow: update APIAjax1-2/+3
2015-04-30TestAll: Coverage mode was brokenAjax2-1/+2
2015-04-29IR: Compliance to python coding conventionsCaroline Leman1-350/+390
2015-04-29IR: Regression test integrationCaroline Leman2-12/+15
2015-04-29IR: Improve dead code eliminationCaroline Leman4-164/+923
2015-04-29Graph: replace forgotten root apiFabrice Desclaux1-2/+2
2015-04-28DiGraph: RefactoringAjax1-64/+59
2015-04-28DepGraph: Speed up 'add_uniq_edge' in the mean caseAjax1-5/+5
2015-04-28DiGraph: Refactor internal structures to avoid duplicationAjax1-8/+8
2015-04-28DiGraph: Ambiguous name for internal structuresAjax1-15/+17
2015-04-28Depgraph: Simplify the implicit algorithm (creds @serpilliere)Ajax1-29/+24
2015-04-28DepGraph: Avoid failing if z3 is not presentAjax2-5/+8
2015-04-28Example: Add an example "rename-args" argument for depgraphAjax2-3/+16
2015-04-28DepGraph: Introduce implicit result management, with constraint solving APIAjax2-1/+78
2015-04-27DepGraphResult: Add an initial context optionAjax1-2/+7
2015-04-25Test: add intmod regressionserpilliere1-1/+4
2015-04-25Expression/modint: set arg to long to canonize reprserpilliere1-3/+1
2015-04-24Jitter: fix cast for 32 bits machinesserpilliere4-4/+4
2015-04-24Mips32Sem: Replace argument namesAjax1-189/+194
2015-04-24Mips32Sem: Update semantic according to sembuilderAjax1-22/+8
2015-04-24SemBuilder: Introduce the 'if cond' statement, building a new IRBlockAjax2-18/+139
2015-04-24SemBuilder: Get back functions parsed for mnemo_funcAjax2-88/+38