about summary refs log tree commit diff stats
path: root/example/expression/manip_expression5.py (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-10-05asmbloc: add mnemo to disasmcallback argsserpilliere1-7/+7
2012-10-04expression: set back eval_cacheserpilliere2-14/+43
2012-09-17expression: fix slice containsserpilliere2-5/+14
2012-09-07seh_helper: add ordermodulelist/inloadorderlistserpilliere3-24/+151
2012-08-03to_c_helper: add stack size optserpilliere1-1/+5
2012-07-31eval_abs: fix mem lookup; ia32_sem: gen ia32infoserpilliere4-6/+12
2012-07-30emul_lib: fix vm_set_mem on multiple pagesserpilliere1-3/+14
2012-07-29white space cleanupserpilliere8-170/+172
2012-07-27java_arch: whitespace cleanserpilliere1-22/+22
2012-07-27arch: dis function has a new generic API!serpilliere4-25/+32
2012-07-27asmbloc: update asm_label apiserpilliere1-14/+47
2012-07-27pe_helper: fix pe load hdr; add pattern searchserpilliere1-46/+90
2012-07-27bin_stream: add getitemserpilliere1-0/+11
2012-07-27bin_stream_vm: add getitemserpilliere1-0/+10
2012-07-26win_api: fix get_str_ansi/unicserpilliere1-2/+2
2012-07-20win_api: fix get_str_ansi and get_str_unicserpilliere1-2/+2
2012-07-13win_api: add apiserpilliere3-24/+89