about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-05Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2-62/+93
2015-08-05Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman3-463/+1204
2015-07-31Test/ir: updt regression testserpilliere1-1/+1
2015-07-31IR/Translators/C: fix umod/udiv argumentserpilliere1-4/+4
2015-07-29TranslatorZ3: added translation for udiv, imod and umodTim Blazytko1-0/+6
2015-07-29Test/simplification: add cmpx regression testsserpilliere1-0/+33
2015-07-29Test/sem: add daa/dasFabrice Desclaux3-0/+184
2015-07-29X86/Sem: add DAA/DASFabrice Desclaux1-2/+60
2015-07-29Expression/helper: add macro cmpu/cmpsFabrice Desclaux1-0/+19
2015-07-29X86/sem: fix 16bit jcc/loopccFabrice Desclaux1-22/+64
2015-07-29README: add a code-climate badgeCamille Mougey1-0/+1
2015-07-29Mips/sem: fix missing msbFabrice Desclaux1-1/+1
2015-07-23Test/Expression: add regression test for shift/sliceFabrice Desclaux1-0/+8
2015-07-23Expr/Simplifications: add shift/slice reductionFabrice Desclaux1-0/+15
2015-07-20X86/Test: add stack unit testserpilliere2-0/+61
2015-07-20X86/sem: update semanticserpilliere1-32/+36
2015-07-20X86/test: update arch regression testsserpilliere1-6/+60
2015-07-20X86/Arch: push/pop 16 becomes pushw/popwserpilliere1-17/+56
2015-07-16Jitter: fix example apiFabrice Desclaux5-7/+4
2015-07-16Jitter: replace vm.dump_memory_page_pool by its __repr__Fabrice Desclaux3-27/+42
2015-07-10test/simplification: reg testserpilliere1-0/+2
2015-07-10expr/simplification: fix slice of composeserpilliere1-1/+1
2015-07-10x86: avoid load effective regserpilliere1-1/+1
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