about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-06sandbox: refactored comments; creds to serpilliereTim Blazytko1-2/+2
2015-07-03sandbox: added sandbox for Linux_x86_64Tim Blazytko1-0/+24
2015-07-02Win_api: fix tipoFabrice Desclaux1-1/+1
2015-07-02Win_api: Support null file mappingFabrice Desclaux1-3/+12
2015-07-01Win_api: fix cornercasesFabrice Desclaux1-1/+6
2015-06-29Example/Disasm/Full: fix follow_call optionFabrice Desclaux1-0/+1
2015-06-28os_dep: PEP8 compliancePierre LALET2-45/+50
2015-06-28os_dep: factorize file sandboxing codePierre LALET2-53/+61
2015-06-21cpu: raising an exception when label offset is NoneFlorent Monjalet1-3/+2
2015-06-21asmbloc: better error handling when an unknown label offset is setFlorent Monjalet1-0/+2
2015-06-19Inits: Add docstring for main modulesAjax8-0/+8
2015-06-16Treat properly multiple addresses as advertisedMathieu Geli1-1/+1
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