about summary refs log tree commit diff stats
path: root/example/expression/manip_expression5.py (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-18expression: accept + with multiples argsserpilliere1-1/+6
2013-03-12fix bt* semanticserpilliere5-24/+139
2013-03-11start mmx supportserpilliere3-3/+41
2013-03-11fix upx with dllserpilliere1-6/+9
2013-02-26ia32_arch: add str; lsl; seh_helper: fix ininitloadorderserpilliere5-1/+51
2013-02-26ia32_arch: add larserpilliere6-5/+26
2013-02-25fix vm2pe default image baseserpilliere1-6/+11
2013-02-22seh_helper: updt chained modules; add emulated process envserpilliere3-25/+68
2013-02-14mod seh creationserpilliere3-9/+174
2013-02-14fix float issuesserpilliere3-44/+143
2013-02-13fix fdivp; fmulp; int16todoubleserpilliere4-4/+22
2013-02-13fix fdivrserpilliere1-3/+5
2013-02-13fix shld with 0 shifterserpilliere3-41/+15
2013-01-28expression: add get expr idsserpilliere1-0/+9
2013-01-28expression_helper: add expression matcherserpilliere1-0/+94
2013-01-10pe_helper: fix export; mod canon; to_c_helper: add resource parser optserpilliere3-6/+20
2012-12-19rewrite expression visitor; expr_simpserpilliere3-79/+155
2012-12-18ia32_arch: fix get_label (louis granboulan)serpilliere1-1/+1
2012-12-18movBYTE PTR a[eax], dl (louis granboulan)serpilliere1-0/+6
2012-12-17ia32_arch: fix call with segm (louis granboulan)serpilliere1-1/+1
2012-12-17pe_helper: add get_sectionameserpilliere1-0/+10
2012-12-12asmbloc: try to keep original mnemonic if disasm/reasm code (louis granboulan)serpilliere1-13/+16
2012-12-12asmbloc: prettyprint hex asm_label (louis granboulan)serpilliere1-2/+4
2012-12-12enhanced parser for gcc -S masm=intel (louis granboulan)serpilliere1-10/+44
2012-12-03parse_asm: clean space; fix examples asm_bloc apiserpilliere4-19/+19
2012-12-03core: add api set_offset for asm_label (louis granboulan)serpilliere2-19/+30
2012-12-03core: fix add_label api for asm_bloc (louis granboulan)serpilliere6-46/+51
2012-12-03asmbloc: Use symbol_pool methods rather than attributesserpilliere1-4/+2
2012-12-03asmbloc: rewrite calc_symbol_offsetserpilliere1-17/+15
2012-11-28asmbloc: clean calc_symbol_offset (louis granboulan)serpilliere1-18/+6
2012-11-28asmbloc: fix unused args (louis granboulan)serpilliere1-2/+2
2012-11-28parse_ad: args parsing (louis granboulan)serpilliere1-29/+31
2012-11-28ia32_arch: push segment fix (louis granboulan)serpilliere2-2/+9
2012-11-28ia32_sem: update movcc, fpu (louis granboulan)serpilliere1-4/+146
2012-11-28ia32_arch: fix special mnemo args (louis granboulan)serpilliere1-4/+20
2012-11-28asmbloc: unused code (louis granboulan)serpilliere1-9/+0
2012-11-28ia32_arch: deal with homonym (louis granboulan)serpilliere1-25/+26
2012-11-28ia32_arch: fix float (louis granboulan)serpilliere1-15/+15
2012-11-26x86: fix fidivrserpilliere1-2/+2
2012-11-23x86: fix fucomiserpilliere1-4/+5
2012-11-23x86: fix fucomipserpilliere1-6/+8
2012-10-31ia32_arch: special case ommiting 1 as argumentserpilliere1-0/+4
2012-10-31ia32_arch: parse label starting w dotserpilliere2-2/+4
2012-10-31ia32_arch: fix tiposerpilliere1-1/+1
2012-10-31asmbloc: use first instruction in assembly candidateserpilliere1-6/+11
2012-10-30ia32_arch: del unused attributeserpilliere1-1/+0
2012-10-30ia32_arch: fix pushad/popad semserpilliere1-8/+4
2012-10-30ia32_arch: fix movsx assemblyserpilliere1-1/+1
2012-10-30ia32_arch: remove fds in asm parse using segment selectorserpilliere1-2/+1
2012-10-12expression: fix expr64serpilliere1-1/+1