about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix tcc api modificationserpilliere2013-06-111-1/+1
|
* expression: accept + with multiples argsserpilliere2013-05-181-1/+6
|
* mergeserpilliere2013-03-121-0/+103
|\
| * mergeserpilliere2013-02-2210-110/+425
| |\
| * \ mergeserpilliere2013-01-281-0/+94
| |\ \
| | * \ mergeserpilliere2013-01-282-1/+7
| | |\ \
| | * | | expression_helper: add expression matcherserpilliere2013-01-281-0/+94
| | | | |
| * | | | expression: add get expr idsserpilliere2013-01-281-0/+9
| | | | |
* | | | | fix bt* semanticserpilliere2013-03-125-24/+139
| | | | |
* | | | | start mmx supportserpilliere2013-03-113-3/+41
| | | | |
* | | | | fix upx with dllserpilliere2013-03-111-6/+9
| | | | |
* | | | | ia32_arch: add str; lsl; seh_helper: fix ininitloadorderserpilliere2013-02-265-1/+51
| | | | |
* | | | | ia32_arch: add larserpilliere2013-02-266-5/+26
| | | | |
* | | | | fix vm2pe default image baseserpilliere2013-02-251-6/+11
| |_|_|/ |/| | |
* | | | seh_helper: updt chained modules; add emulated process envserpilliere2013-02-223-25/+68
| | | |
* | | | mod seh creationserpilliere2013-02-143-9/+174
| | | |
* | | | fix float issuesserpilliere2013-02-143-44/+143
| | | |
* | | | fix fdivp; fmulp; int16todoubleserpilliere2013-02-134-4/+22
| | | |
* | | | fix fdivrserpilliere2013-02-131-3/+5
| | | |
* | | | fix shld with 0 shifterserpilliere2013-02-133-41/+15
| | | |
* | | | pe_helper: fix export; mod canon; to_c_helper: add resource parser optserpilliere2013-01-103-6/+20
|/ / /
* | / rewrite expression visitor; expr_simpserpilliere2012-12-193-79/+155
| |/ |/|
* | ia32_arch: fix get_label (louis granboulan)serpilliere2012-12-181-1/+1
| |
* | movBYTE PTR a[eax], dl (louis granboulan)serpilliere2012-12-181-0/+6
|/
* ia32_arch: fix call with segm (louis granboulan)serpilliere2012-12-171-1/+1
|
* pe_helper: add get_sectionameserpilliere2012-12-171-0/+10
|
* asmbloc: try to keep original mnemonic if disasm/reasm code (louis granboulan)serpilliere2012-12-121-13/+16
|
* asmbloc: prettyprint hex asm_label (louis granboulan)serpilliere2012-12-121-2/+4
|
* enhanced parser for gcc -S masm=intel (louis granboulan)serpilliere2012-12-121-10/+44
|
* parse_asm: clean space; fix examples asm_bloc apiserpilliere2012-12-034-19/+19
|
* core: add api set_offset for asm_label (louis granboulan)serpilliere2012-12-032-19/+30
|
* core: fix add_label api for asm_bloc (louis granboulan)serpilliere2012-12-036-46/+51
|
* asmbloc: Use symbol_pool methods rather than attributesserpilliere2012-12-031-4/+2
|
* asmbloc: rewrite calc_symbol_offsetserpilliere2012-12-031-17/+15
|
* asmbloc: clean calc_symbol_offset (louis granboulan)serpilliere2012-11-281-18/+6
|
* asmbloc: fix unused args (louis granboulan)serpilliere2012-11-281-2/+2
|
* parse_ad: args parsing (louis granboulan)serpilliere2012-11-281-29/+31
|
* ia32_arch: push segment fix (louis granboulan)serpilliere2012-11-282-2/+9
|
* ia32_sem: update movcc, fpu (louis granboulan)serpilliere2012-11-281-4/+146
|
* ia32_arch: fix special mnemo args (louis granboulan)serpilliere2012-11-281-4/+20
|
* asmbloc: unused code (louis granboulan)serpilliere2012-11-281-9/+0
|
* ia32_arch: deal with homonym (louis granboulan)serpilliere2012-11-281-25/+26
|
* ia32_arch: fix float (louis granboulan)serpilliere2012-11-281-15/+15
|
* x86: fix fidivrserpilliere2012-11-261-2/+2
|
* x86: fix fucomiserpilliere2012-11-231-4/+5
|
* x86: fix fucomipserpilliere2012-11-231-6/+8
|
* ia32_arch: special case ommiting 1 as argumentserpilliere2012-10-311-0/+4
|
* ia32_arch: parse label starting w dotserpilliere2012-10-312-2/+4
|
* ia32_arch: fix tiposerpilliere2012-10-311-1/+1
|
* asmbloc: use first instruction in assembly candidateserpilliere2012-10-311-6/+11
|