about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76 from commial/pylintingPierre Lalet2015-02-1818-693/+506
|\
| * Arch/Mips32: Remove wildcard importsCamille Mougey2015-02-182-193/+235
| * PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-186-20/+20
| * PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-188-32/+24
| * Core: General PyLintingCamille Mougey2015-02-183-43/+29
| * Core/Interval: `interval.cannon_list` should be a `staticmethod`Camille Mougey2015-02-181-2/+3
| * Core/Interval: Add commentsCamille Mougey2015-02-181-32/+28
| * Core/Interval: PyLint passCamille Mougey2015-02-181-23/+28
| * Core/CPU: Pylint pass, remove commented code (SCM or log.debug should be used)Camille Mougey2015-02-181-306/+105
| * Core/ParseASM: Remove some warningCamille Mougey2015-02-181-7/+6
| * Core/ParseASM: Remove wildcard import and too long linesCamille Mougey2015-02-181-34/+27
|/
* Merge pull request #75 from p-l-/refactor-wildcardsCamille Mougey2015-02-189-83/+102
|\
| * ir: replace wildcard imports + pylint compliancePierre LALET2015-02-183-71/+84
| * analysis: replace wildcard importsPierre LALET2015-02-183-5/+7
| * os_dep: replace wildcard importsPierre LALET2015-02-183-7/+11
|/
* Merge pull request #74 from commial/comment-mips32serpilliere2015-02-181-131/+187
|\
| * Mips32/Sem: Import expression as m2_exprAjax2015-02-171-128/+135
| * Mips32/Sem: Remove wildcard-import from `regs`Ajax2015-02-171-1/+1
| * Mips32/Sem: Describe common MIPS32 instructionsAjax2015-02-171-0/+49
* | Merge pull request #73 from p-l-/refactor-api-argumentsserpilliere2015-02-186-924/+762
|\ \ | |/ |/|
| * example unpack_upx: use argument lists in .func_args_*()Pierre LALET2015-02-171-7/+4
| * os_dep.win_api_x86_32: use argument lists in .func_args_*(), (bug)fixesPierre LALET2015-02-171-879/+693
| * Use `@named_arguments` decorators for `.func_args_*` methodsPierre LALET2015-02-172-27/+14
| * Use wrapper `named_arguments` to log function callsPierre LALET2015-02-172-7/+27
| * Add a function decorator to use named arguments in .func_args_stdcall() methodsPierre LALET2015-02-171-2/+19
| * os_dep: reorder importsPierre LALET2015-02-171-7/+10
|/
* Merge pull request #72 from commial/fix-testsetserpilliere2015-02-171-6/+4
|\
| * TestAll: Never launch tests from `miasm2` root (files are used before modules)Camille Mougey2015-02-161-6/+4
* | Merge pull request #71 from commial/pylintingserpilliere2015-02-1729-1379/+1039
|\ \ | |/ |/|
| * PyLint: Unreachable codeCamille Mougey2015-02-164-14/+7
| * PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-163-4/+4
| * PyLint: Wild-unused-import (expression.expression) in x86 partCamille Mougey2015-02-163-868/+983
| * PyLint: Replace old `Raise` syntaxCamille Mougey2015-02-161-2/+2
| * PyLint: Remove `global` variables undefinedCamille Mougey2015-02-161-1/+1
| * PyLint: Remove bad `super` callsCamille Mougey2015-02-162-2/+2
| * PyLint: SH4 test code was duplicatedCamille Mougey2015-02-161-435/+0
| * PyLint: IRBloc was an Old-Style class, dst was rewrite on `irbloc(...).dst =`Camille Mougey2015-02-161-2/+2
| * PyLint: Debugging: Invalid nameCamille Mougey2015-02-161-6/+6
| * PyLint: Remove relative importsCamille Mougey2015-02-1617-30/+27
| * PyLint: Remove unused-importsCamille Mougey2015-02-1611-15/+5
|/
* Merge pull request #69 from serpilliere/x86_fix_op_32_in_64Camille Mougey2015-02-134-38/+130
|\
| * Test: Add x86 64 mul/div regression testFabrice Desclaux2015-02-132-1/+105
| * X86/Sem: fix 32 bit mul/div in 64 bit modeFabrice Desclaux2015-02-131-36/+24
| * Sandbox: typoFabrice Desclaux2015-02-131-1/+1
|/
* Merge pull request #66 from serpilliere/movquCamille Mougey2015-02-131-0/+10
|\
| * X86: add movquFabrice Desclaux2015-02-121-0/+10
* | Merge pull request #68 from serpilliere/sandbox_win_x86_64Camille Mougey2015-02-132-5/+60
|\ \
| * | Sandbox: add x86_64 bit exampleFabrice Desclaux2015-02-131-0/+23
| * | Analysis/Sandbox: add sanbox win x86_64Fabrice Desclaux2015-02-131-5/+37
| |/
* | Merge pull request #67 from serpilliere/expr_simp_op_composeCamille Mougey2015-02-132-0/+106
|\ \ | |/ |/|