about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-18Graph: add dominators computationFabrice Desclaux1-0/+52
2015-01-11TranslatorPython: fix forgotten parenthesis could lead to errorsFlorent Monjalet1-1/+1
2015-01-11fix TranslatorPython.from_ExprSlice forgotten varFlorent Monjalet1-2/+1
2015-01-09Add docstring/Fix variable nameFabrice Desclaux2-7/+11
2015-01-09IR Analysis: Handle liveness analysis on uncomplete graphFabrice Desclaux1-14/+65
2015-01-09Arm/Ira: Fix call bloc generationFabrice Desclaux1-2/+2
2015-01-09IR: Add set_dstFabrice Desclaux1-0/+11
2015-01-09Graph: Add get_all_parents/del_nodeFabrice Desclaux1-0/+22
2015-01-09Analysis: Refactor and commentFabrice Desclaux1-29/+78
2015-01-09Fix xorps semanticFabrice Desclaux1-1/+1
2014-12-24Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in inputCamille Mougey2-5/+7
2014-12-24Loader/Pe: Fix importsCamille Mougey1-2/+4
2014-12-24Loader/Pe: Fix a typographyCamille Mougey1-1/+1
2014-12-20LoaderPE: Refactor and comment vm_load_* functionsCamille Mougey1-67/+101
2014-12-20LoaderPE: vm_load_pe_lib*: remove unused argumentCamille Mougey1-5/+3
2014-12-20Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libsCamille Mougey2-18/+13
2014-12-20Loader: update vm_loads API, take a data buffer instead of a filenameCamille Mougey2-5/+6
2014-12-20Example: Remove unused loader.elf importsCamille Mougey4-6/+1
2014-12-18Jitter: registers logging is not needed anymore to enable instructions mnemon...gg1-2/+2
2014-12-16Example: Update expr_translate to use Miasm translator and take in account #23Camille Mougey1-12/+13
2014-12-16IR/Translators: Introduce Miasm translator, to get an IR building expressionCamille Mougey2-0/+52
2014-12-14Example: Add a new example using C & Python translationCamille Mougey2-0/+43
2014-12-14Test: Updat