about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* TCC install: use --disable-static instead of sed//-fPIC/ (see #36)Camille Mougey2015-01-182-29/+10
* Merge pull request #37 from serpilliere/fix_exprcond_outputCamille Mougey2015-01-181-1/+1
|\
| * Expression: fix ExprCond outputFabrice Desclaux2015-01-131-1/+1
* | Merge pull request #34 from serpilliere/arm_add_instructionCamille Mougey2015-01-133-0/+27
|\ \ | |/ |/|
| * Arm: add instruction bfcFabrice Desclaux2015-01-123-0/+27
|/
* Merge pull request #33 from fmonjalet/tr_python_fixserpilliere2015-01-121-3/+2
|\
| * TranslatorPython: fix forgotten parenthesis could lead to errorsFlorent Monjalet2015-01-111-1/+1
| * fix TranslatorPython.from_ExprSlice forgotten varFlorent Monjalet2015-01-111-2/+1
|/
* Merge pull request #32 from serpilliere/improve_liveness_analysisCamille Mougey2015-01-094-42/+179
|\
| * Add docstring/Fix variable nameFabrice Desclaux2015-01-092-7/+11
| * IR Analysis: Handle liveness analysis on uncomplete graphFabrice Desclaux2015-01-091-14/+65
| * Arm/Ira: Fix call bloc generationFabrice Desclaux2015-01-091-2/+2
| * IR: Add set_dstFabrice Desclaux2015-01-091-0/+11
| * Graph: Add get_all_parents/del_nodeFabrice Desclaux2015-01-091-0/+22
| * Analysis: Refactor and commentFabrice Desclaux2015-01-091-29/+78
|/
* Merge pull request #31 from serpilliere/fix_xorpsCamille Mougey2015-01-091-1/+1
|\
| * Fix xorps semanticFabrice Desclaux2015-01-091-1/+1
|/
* Merge pull request #26 from commial/fix-vm_loadsserpilliere2014-12-268-102/+129
|\
| * Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in inputCamille Mougey2014-12-242-5/+7
| * Loader/Pe: Fix importsCamille Mougey2014-12-241-2/+4
| * Loader/Pe: Fix a typographyCamille Mougey2014-12-241-1/+1
| * LoaderPE: Refactor and comment vm_load_* functionsCamille Mougey2014-12-201-67/+101
| * LoaderPE: vm_load_pe_lib*: remove unused argumentCamille Mougey2014-12-201-5/+3
| * Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libsCamille Mougey2014-12-202-18/+13
| * Loader: update vm_loads API, take a data buffer instead of a filenameCamille Mougey2014-12-202-5/+6
| * Example: Remove unused loader.elf importsCamille Mougey2014-12-204-6/+1
|/
* Merge pull request #25 from ggqb/mnem_logserpilliere2014-12-181-2/+2
|\
| * Jitter: registers logging is not needed anymore to enable instructions mnemon...gg2014-12-181-2/+2
|/
* Merge pull request #24 from commial/feature-translator-miasmserpilliere2014-12-173-12/+65
|\
| * Example: Update expr_translate to use Miasm translator and take in account #23Camille Mougey2014-12-161-12/+13
| * IR/Translators: Introduce Miasm translator, to get an IR building expressionCamille Mougey2014-12-162-0/+52
|/
* Merge pull request #23 from commial/refactor-irtranslatorsserpilliere2014-12-159-211/+463
|\
| * Example: Add a new example using C & Python translationCamille Mougey2014-12-142-0/+43
| * Test: Update API of ir2C testCamille Mougey2014-12-141-35/+45
| * ir2C: Refactor ir2C to extract TranslatorC partCamille Mougey2014-12-141-176/+16
| * IR/Translator: Exposes Translator from miasm2.ir.translatorsCamille Mougey2014-12-141-0/+5
| * IR/Translator: Add a translator for IR -> PythonCamille Mougey2014-12-141-0/+74
| * IR/Translator: Add a translator for IR -> C, comming from ir/ir2C.pyCamille Mougey2014-12-141-0/+168
| * IR: Introduce Translators, an abstraction for IR translationCamille Mougey2014-12-142-0/+112
|/
* Merge pull request #22 from commial/fix-missing-testsserpilliere2014-12-141-2/+0
|\
| * TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228Camille Mougey2014-12-141-2/+0
|/
* Merge pull request #21 from serpilliere/compil_netbsdCamille Mougey2014-12-122-1/+7
|\
| * Test: remove hardcoded python path (Tx to Aymeric Vincent)Fabrice Desclaux2014-12-121-1/+3
| * Jitter: Fix compilation on NetBSD (Tx to Aymeric Vincent)Fabrice Desclaux2014-12-121-0/+4
|/
* Merge pull request #20 from serpilliere/fix_arm_semCamille Mougey2014-12-114-70/+188
|\
| * X86: use explicit names in update flags functionsFabrice Desclaux2014-12-111-4/+6
| * Test: update ARM semantic testsFabrice Desclaux2014-12-111-0/+2
| * Arm: Fix cf in logical mnemonicsFabrice Desclaux2014-12-112-66/+180
|/
* Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into co...Fabrice Desclaux2014-12-113-0/+202
|\
| * Example: Add an example for ExprRandomCamille Mougey2014-12-102-0/+31