about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30Test/aarch64: add reg testFabrice Desclaux1-1/+24
2015-08-30Aarch64/arch: fix zrFabrice Desclaux1-15/+18
2015-08-27Analysis/depgraph: improve get_modifiers complexityFabrice Desclaux1-34/+46
2015-08-26 Analysis/depgraph: use slots to be memory friendlyFabrice Desclaux1-0/+6
2015-08-26Aarch64/sem: fix tipoFabrice Desclaux1-1/+1
2015-08-24Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2-22/+33
2015-08-24Arch/x86: factorize codeFabrice Desclaux1-40/+18
2015-08-24Arch/x86: fix e=> exprFabrice Desclaux1-157/+125
2015-08-24Arch/X86: remove dummy commentsFabrice Desclaux1-230/+7
2015-08-24Test/x86: updt regression testFabrice Desclaux1-19/+580
2015-08-24Arch/x86: fix xmm encoding/decodingFabrice Desclaux1-273/+380
2015-08-24Arch/aarch64: discard writes to ZRFabrice Desclaux1-0/+15
2015-08-24Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2-103/+131
2015-08-23Arch/aarch64: fix offset sizeFabrice Desclaux1-1/+1
2015-08-23Arch/aarch64: remove dbg printFabrice Desclaux1-7/+0
2015-08-20Arch/aarch64: fix PC value in semanticFabrice Desclaux1-6/+18
2015-08-20Test/aarch64: add regresion testsFabrice Desclaux2-0/+1787
2015-08-20Arch/aarch64: fix semanticFabrice Desclaux1-9/+75
2015-08-19Arch/aarch64: fix mnemonicFabrice Desclaux1-2/+2
2015-08-12README: fixed elfesteem linkTim Blazytko1-1/+1
2015-08-12README: fixed elfesteem documentationTim Blazytko1-2/+2
2015-08-09Loader/Elf: Support aarch64Fabrice Desclaux1-0/+2
2015-08-09Travis: use elfesteem from githubFabrice Desclaux1-1/+1
2015-08-09Example/ida: add aarch64 to ida utilsFabrice Desclaux1-13/+21
2015-08-09Test/aarch64: add unit testFabrice Desclaux4-0/+122
2015-08-09Add aarch64l md5 sandbox and testFabrice Desclaux3-0/+30
2015-08-09Linux/api: add memset; fix printfFabrice Desclaux1-14/+102
2015-08-08Add arch aarch64Fabrice Desclaux4-1/+67
2015-08-08Arch/aarch64: add arch/reg/ira/disasmserpilliere9-0/+3899
2015-08-08Jitter: factor common operatorsFabrice Desclaux2-51/+53
2015-08-08Jitter/vm_mngr: fix rot_right operatorFabrice Desclaux2-5/+10
2015-08-06Travis: migrate to container based buildsFabrice Desclaux1-7/+28
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