about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Mips32/Sem: Describe common MIPS32 instructionsAjax2015-02-171-0/+49
* 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
|\ \ | |/ |/|
| * Test/Simplification: add regression testsFabrice Desclaux2015-02-131-0/+8
| * Expression/Simplification: add op/compose simplificationFabrice Desclaux2015-02-131-0/+16
| * Test: add regression test for simplification << >>Fabrice Desclaux2015-02-131-0/+33
| * Expression/Simplification: add shift/compose simplificationFabrice Desclaux2015-02-131-0/+49
|/
* Merge pull request #64 from serpilliere/bin_stream_no_lenCamille Mougey2015-02-113-61/+42
|\
| * bin_stream: Fix default argument for bin_stream_containerFabrice Desclaux2015-02-111-1/+4
| * CPU: update api to handle IOError during disasmFabrice Desclaux2015-02-111-3/+5
| * bin_stream: clean code and update APIFabrice Desclaux2015-02-112-59/+35
|/
* Merge pull request #62 from commial/ida-example-fix-importsserpilliere2015-02-113-4/+1
|\
| * Example/IDA: Reorganize importsCamille Mougey2015-02-113-4/+1
* | Merge pull request #61 from serpilliere/x86_rdtscCamille Mougey2015-02-101-4/+2
|\ \ | |/ |/|
| * Arch/X86: fix rdtsc semantic (32/64 bit)Fabrice Desclaux2015-02-101-4/+2
|/
* Merge pull request #59 from serpilliere/sandbox_quietCamille Mougey2015-02-101-3/+1
|\
| * Sandbox: quiet logsFabrice Desclaux2015-02-101-3/+1
* | Merge pull request #60 from serpilliere/symb_exec_memCamille Mougey2015-02-101-1/+1
|\ \
| * | Symbexec: fix eval_exprmem int castFabrice Desclaux2015-02-101-1/+1
| |/
* | Merge pull request #58 from serpilliere/fix_loaderCamille Mougey2015-02-101-4/+5
|\ \
| * | Loader/PE: fix typoFabrice Desclaux2015-02-091-2/+2
| * | Loader/Pe: fix section len computationFabrice Desclaux2015-02-091-2/+3
| |/
* | Merge pull request #57 from serpilliere/x86_fixCamille Mougey2015-02-101-10/+10
|\ \
| * | X86/sem: fix fpu mnemonic apiFabrice Desclaux2015-02-101-10/+10
| |/
* | Merge pull request #56 from serpilliere/x86_fstenvCamille Mougey2015-02-101-0/+3
|\ \
| * | Arch/X86: fix fsntenv in 64bitFabrice Desclaux2015-02-101-0/+3
| |/
* | Merge pull request #55 from serpilliere/x86_breakflow_fixCamille Mougey2015-02-101-2/+4
|\ \
| * | Arch/X86: fix jmpf breakflowFabrice Desclaux2015-02-101-1/+1