about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-18ir: replace wildcard imports + pylint compliancePierre LALET3-71/+84
2015-02-18analysis: replace wildcard importsPierre LALET3-5/+7
2015-02-18os_dep: replace wildcard importsPierre LALET3-7/+11
2015-02-17example unpack_upx: use argument lists in .func_args_*()Pierre LALET1-7/+4
2015-02-17os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixesPierre LALET1-879/+693
2015-02-17Mips32/Sem: Import expression as m2_exprAjax1-128/+135
2015-02-17Mips32/Sem: Remove wildcard-import from `regs`Ajax1-1/+1
2015-02-17Mips32/Sem: Describe common MIPS32 instructionsAjax1-0/+49
2015-02-17Use `@named_arguments` decorators for `.func_args_*` methodsPierre LALET2-27/+14
2015-02-17Use wrapper `named_arguments` to log function callsPierre LALET2-7/+27
2015-02-17Add a function decorator to use named arguments in .func_args_stdcall() methodsPierre LALET1-2/+19
2015-02-17os_dep: reorder importsPierre LALET1-7/+10
2015-02-16TestAll: Never launch tests from `miasm2` root (files are used before modules)Camille Mougey1-6/+4
2015-02-16PyLint: Unreachable codeCamille Mougey4-14/+7
2015-02-16PyLint: remove 'unnecessary-lambda'Camille Mougey3-4/+4
2015-02-16PyLint: Wild-unused-import (expression.expression) in x86 partCamille Mougey3-868/+983
2015-02-16PyLint: Replace old `Raise` syntaxCamille Mougey1-2/+2
2015-02-16PyLint: Remove `global` variables undefinedCamille Mougey1-1/+1
2015-02-16PyLint: Remove bad `super` callsCamille Mougey2-2/+2
2015-02-16PyLint: SH4 test code was duplicatedCamille Mougey1-435/+0
2015-02-16PyLint: IRBloc was an Old-Style class, dst was rewrite on `irbloc(...).dst =`Camille Mougey1-2/+2
2015-02-16PyLint: Debugging: Invalid nameCamille Mougey1-6/+6
2015-02-16PyLint: Remove relative importsCamille Mougey17-30/+27
2015-02-16