| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | example: rem dup code | serpilliere | 2012-06-20 | 1 | -4/+1 |
| | | |||||
| * | example: add binary in example | serpilliere | 2012-06-16 | 1 | -0/+0 |
| | | |||||
| * | example: updt sandbox_elf | serpilliere | 2012-06-16 | 1 | -35/+38 |
| | | |||||
| * | expression: move test case in example; WARNING: - operator is now unary; ↵ | serpilliere | 2012-06-13 | 1 | -0/+107 |
| | | | | | +*\&... are n-aire | ||||
| * | expression: replace reload_expr with replace_expr using visitor | serpilliere | 2012-06-12 | 1 | -3/+3 |
| | | |||||
| * | tipo world | serpilliere | 2012-05-30 | 1 | -1/+1 |
| | | |||||
| * | exemple: add toy unpacker | serpilliere | 2012-05-22 | 1 | -0/+89 |
| | | |||||
| * | merge | serpilliere | 2012-05-09 | 3 | -23/+112 |
| |\ | |||||
| | * | remove useless ExprSliceTo | serpilliere | 2012-05-08 | 3 | -23/+112 |
| | | | | | | | | | | | | | exprsliceto is only used in exprcompose, so it can be removed from IL representation, and exprcompose will deal start/stop fields WARNING: as IL is modified, it may break a lot of scripts | ||||
| * | | ia32_arch: add setalc mnmo | serpilliere | 2012-03-26 | 1 | -0/+2 |
| |/ | |||||
| * | example: add asm box | serpilliere | 2012-03-20 | 2 | -2/+41 |
| | | |||||
| * | example: add a code analyser | serpilliere | 2012-02-27 | 2 | -0/+123 |
| | | | | | | find condition to satisfy to explore the complete exec graph of a function (a *very* simple/weak fuzzgrind clone) | ||||
| * | example: add symbolic execution and simplification | serpilliere | 2012-02-27 | 2 | -0/+38 |
| | | |||||
| * | example: add expression manipulation demo | serpilliere | 2012-02-27 | 6 | -0/+264 |
| | | |||||
| * | enable miasm installation without tcc | serpilliere | 2012-01-17 | 1 | -1/+0 |
| | | |||||
| * | fix mnemo info bug | serpilliere | 2012-01-11 | 1 | -3/+4 |
| | | |||||
| * | add segmentation q&d support for emulation (16bit/32bit?) | serpilliere | 2011-12-22 | 1 | -1/+2 |
| | | |||||
| * | merge with graph update | serpilliere | 2011-11-18 | 3 | -7/+11 |
| |\ | |||||
| | * | fix uncomplete graph pos | serpilliere | 2011-11-17 | 1 | -3/+1 |
| | | | |||||
| | * | use elf entry point if no main | serpilliere | 2011-11-16 | 1 | -3/+5 |
| | | | |||||
| | * | add symbol renaming; save to file | serpilliere | 2011-11-14 | 1 | -1/+5 |
| | | | |||||
| * | | add prefetch mem in emulation | serpilliere | 2011-11-15 | 1 | -20/+7 |
| |/ | |||||
| * | ok, real fix for import2addr.... | serpilliere | 2011-11-08 | 1 | -3/+5 |
| | | |||||
| * | fix api tipo | serpilliere | 2011-11-07 | 1 | -4/+3 |
| | | |||||
| * | fix symbol bug in disasm example | serpilliere | 2011-11-07 | 1 | -3/+4 |
| | | |||||
| * | fix eop detection | serpilliere | 2011-10-19 | 1 | -2/+3 |
| | | |||||
| * | add option follow call | serpilliere | 2011-10-07 | 1 | -1/+11 |
| | | |||||
| * | rem EQ token | serpilliere | 2011-10-03 | 1 | -9/+4 |
| | | |||||
| * | fix win_api set str ansi/unicode | serpilliere | 2011-10-03 | 1 | -1/+2 |
| | | |||||
| * | add options to disasm graph | serpilliere | 2011-09-26 | 1 | -4/+19 |
| | | |||||
| * | add virt() instead of virt[] for binstream | serpilliere | 2011-09-23 | 1 | -22/+59 |
| | | |||||
| * | merge disasm java & eflags added | serpilliere | 2011-09-14 | 2 | -2/+2 |
| |\ | |||||
| | * | add eflags accessors to python interface | serpilliere | 2011-09-11 | 2 | -2/+2 |
| | | | |||||
| * | | fix disasm java code | serpilliere | 2011-09-12 | 1 | -3/+5 |
| |/ | |||||
| * | fix disasm graph tipo | serpilliere | 2011-09-05 | 1 | -2/+2 |
| | | |||||
| * | fix x86_asm ep | serpilliere | 2011-09-05 | 1 | -1/+2 |
| | | |||||
| * | fix elfesteem api modif | serpilliere | 2011-09-01 | 1 | -4/+2 |
| | | |||||
| * | add java class parser to disassembler | serpilliere | 2011-08-31 | 1 | -16/+25 |
| | | |||||
| * | add java constant pool loader | serpilliere | 2011-08-30 | 1 | -17/+67 |
| | | |||||
| * | fix multiple destination in disasm engine; remove dead code | serpilliere | 2011-08-30 | 1 | -0/+1 |
| | | |||||
| * | WORKAROUND exception while translating code | serpilliere | 2011-08-26 | 3 | -0/+7 |
| | | | | | | the disasm engine should not raise vm exception when translate code. for the moment use vm_exception_reset after each update_bloc | ||||
| * | explicit error whil vm_get_mem fails | serpilliere | 2011-08-26 | 2 | -0/+75 |
| | | |||||
| * | improuve graph historic/placement | serpilliere | 2011-08-22 | 1 | -1/+1 |
| | | |||||
| * | fix api in sandbox pe | serpilliere | 2011-08-11 | 1 | -1/+2 |
| | | |||||
| * | add name to ressource extractor | serpilliere | 2011-08-11 | 1 | -3/+9 |
| | | |||||
| * | add example ressource extractor | serpilliere | 2011-08-11 | 1 | -0/+38 |
| | | |||||
| * | Add dll loader using readl dll addresses | serpilliere | 2011-08-10 | 1 | -1/+2 |
| | | |||||
| * | fix emulation on 64 bit | serpilliere | 2011-08-09 | 1 | -1/+1 |
| | | |||||
| * | fix tipo | serpilliere | 2011-08-08 | 1 | -1/+1 |
| | | |||||
| * | add upx unpacker example | serpilliere | 2011-07-27 | 1 | -0/+285 |
| | | |||||