about summary refs log tree commit diff stats
path: root/example/expression/manip_expression1.py (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-22ia32_sem: hlt priv instrserpilliere1-1/+4
2012-05-11fix fild tiposerpilliere1-2/+3
2012-05-10to_c_helper: add macro for emulationserpilliere2-2/+176
2012-05-10whitespace cleanupserpilliere2-119/+119
2012-05-10replace operator ! by operator ~; fix reload_exprserpilliere3-10/+20
2012-05-09clean space in arm_semserpilliere1-21/+21
2012-05-09fix mask in toCserpilliere1-2/+4
2012-05-08remove useless ExprSliceToserpilliere10-274/+290
2012-04-15arch_ppc: whitespace cleanupserpilliere1-84/+84
2012-04-15arch: add comments to instructionsserpilliere5-4/+20
2012-04-12graph_qt: fix missing splinesserpilliere1-0/+1
2012-04-03ia32_arch: add lahf/sahfserpilliere1-0/+20
2012-04-02ia32_arch: add fpu eip/cs updt;serpilliere3-2/+106
2012-04-02ia32_arch: change instruction info apiserpilliere2-28/+28
2012-04-02ia32_arch: add jmpf w/ea formserpilliere2-1/+21
2012-03-26ia32_arch: add setalc mnmoserpilliere3-0/+11
2012-03-22ia32arch: clean white spaceserpilliere1-135/+135
2012-03-22ia32arch: fix reloc generationserpilliere1-7/+10
2012-03-20example: add asm boxserpilliere2-2/+41
2012-03-20miasm/win_api: fix apiserpilliere1-2/+7
2012-03-09arch_arm: missing subcallserpilliere1-2/+14
2012-03-09arm_arch: add mnemonic bkpt; fix bxl/blx mnemo; fix immserpilliere1-135/+222
2012-03-08asmbloc: clean behaviour when disasm bad mnemonic in blocserpilliere2-10/+12
2012-03-01libcodenat: add is_mem_mapped; get_mem_base_addrserpilliere3-0/+98
2012-02-29win_api: fix getproxserpilliere2-2/+7
2012-02-27example: add a code analyserserpilliere2-0/+123
2012-02-27example: add symbolic execution and simplificationserpilliere2-0/+38
2012-02-27example: add expression manipulation demoserpilliere6-0/+264
2012-02-27expression: clean white spaceserpilliere2-109/+113
2012-02-23expression: rem white spaceserpilliere1-59/+2
2012-02-23add expr canonization formserpilliere1-8/+107
2012-02-20fix setbe tiposerpilliere1-1/+1
2012-02-20fix error in substract memserpilliere1-3/+32
2012-02-20mod mem pool to support dirrect mem addr base lookupserpilliere1-4/+59
2012-02-20fix evalabs bad inplace modif of expressionsserpilliere5-21/+32
2012-02-20fix win apiserpilliere2-4/+12
2012-02-02fix log; fix winapiserpilliere6-14/+76
2012-01-20minorserpilliere1-1/+1
2012-01-20fix pe_helperserpilliere2-1/+7
2012-01-18tiposerpilliere1-1/+1
2012-01-17remove unused Crypo refserpilliere3-12/+8
2012-01-17enable miasm installation without tccserpilliere4-27/+63
2012-01-11fix mnemo info bugserpilliere3-10/+11
2012-01-05fix 16 bit bug in x86 archserpilliere5-15/+85
2012-01-03emulation fixserpilliere2-10/+10
2011-12-23fix 16 bit bugserpilliere5-74/+198
2011-12-22add segmentation q&d support for emulation (16bit/32bit?)serpilliere9-367/+695
2011-12-20fix 16bit bug in ia32 archserpilliere4-55/+86
2011-12-19fix float; expr eval absserpilliere5-21/+47
2011-12-19updt winapiserpilliere1-10/+78