about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* example: add a code analyserserpilliere2012-02-272-0/+123
* example: add symbolic execution and simplificationserpilliere2012-02-272-0/+38
* example: add expression manipulation demoserpilliere2012-02-276-0/+264
* expression: clean white spaceserpilliere2012-02-272-109/+113
* expression: rem white spaceserpilliere2012-02-231-59/+2
* add expr canonization formserpilliere2012-02-231-8/+107
* fix setbe tiposerpilliere2012-02-201-1/+1
* fix error in substract memserpilliere2012-02-201-3/+32
* mod mem pool to support dirrect mem addr base lookupserpilliere2012-02-201-4/+59
* fix evalabs bad inplace modif of expressionsserpilliere2012-02-205-21/+32
* fix win apiserpilliere2012-02-202-4/+12
* fix log; fix winapiserpilliere2012-02-026-14/+76
* minorserpilliere2012-01-201-1/+1
* fix pe_helperserpilliere2012-01-202-1/+7
* tiposerpilliere2012-01-181-1/+1
* remove unused Crypo refserpilliere2012-01-173-12/+8
* enable miasm installation without tccserpilliere2012-01-174-27/+63
* fix mnemo info bugserpilliere2012-01-113-10/+11
* fix 16 bit bug in x86 archserpilliere2012-01-055-15/+85
* emulation fixserpilliere2012-01-032-10/+10
* fix 16 bit bugserpilliere2011-12-235-74/+198
* add segmentation q&d support for emulation (16bit/32bit?)serpilliere2011-12-229-367/+695
* fix 16bit bug in ia32 archserpilliere2011-12-204-55/+86
* fix float; expr eval absserpilliere2011-12-195-21/+47
* updt winapiserpilliere2011-12-191-10/+78
* fix winapi snapshootableserpilliere2011-11-291-5/+10
* fix in ordermodule struct linkageserpilliere2011-11-291-29/+34
* fix read/write of multipagesserpilliere2011-11-291-4/+6
* add fabs;fsqrt..serpilliere2011-11-216-5/+57
* merge with graph updateserpilliere2011-11-185-167/+328
|\
| * fix uncomplete graph posserpilliere2011-11-172-3/+4
| * use elf entry point if no mainserpilliere2011-11-161-3/+5
| * fix pe loading with 1st section rva < 0x300serpilliere2011-11-161-19/+21
| * add goto address/symbol ctrl+Gserpilliere2011-11-151-2/+16
| * fix bounding box graphic bugserpilliere2011-11-141-84/+123
| * add symbol renaming; save to fileserpilliere2011-11-142-63/+166
* | make winapi snapshotableserpilliere2011-11-182-214/+179
* | add prefetch mem in emulationserpilliere2011-11-156-77/+236
|/
* ok, real fix for import2addr....serpilliere2011-11-082-5/+7
* fix api tiposerpilliere2011-11-071-4/+3
* add win apiserpilliere2011-11-071-95/+739
* fix error raiseserpilliere2011-11-071-2/+13
* fix symbol bug in disasm exampleserpilliere2011-11-071-3/+4
* add API redirection supportserpilliere2011-11-071-20/+52
* fix struct tipo for 32/64 bitserpilliere2011-11-071-10/+9
* fix popfdserpilliere2011-11-072-6/+31
* raise exception in case of double page mappingserpilliere2011-10-213-2/+22
* add multi address support for importserpilliere2011-10-191-27/+20
* add float getter/setterserpilliere2011-10-191-17/+140
* add floating point support for emulationserpilliere2011-10-194-13/+221