Commit Graph

82 Commits

Author SHA1 Message Date
serpilliere ee79d45fc1 mips: missing file 2014-08-25 13:06:00 +02:00
serpilliere 25cf24ec63 Test: add msp430 asm/dis/jit 2014-08-21 13:34:29 +02:00
serpilliere 3e889c0369 fix unpack upx example with machine 2014-08-21 10:57:44 +02:00
serpilliere 34c51e71d8 test_dis: elf/pe fail fallback to raw mode 2014-08-21 10:02:05 +02:00
serpilliere b8ef731f42 Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytes 2014-08-21 09:23:53 +02:00
serpilliere 03d65f4854 test dis: offset set input to raw 2014-08-21 09:03:13 +02:00
CM 4d7684293d Sandbox: use machine.gdbserver 2014-08-20 15:54:10 +02:00
CM 0b4a72313d Example: Update example to use machine 2014-08-20 15:48:40 +02:00
CM 6904a13d08 Test_dis: use Machine API, remove unused import & variables 2014-08-20 15:24:02 +02:00
serpilliere 376576de29 Add mips32 arch 2014-08-06 17:28:13 +02:00
serpilliere 0c2b5ebcf5 X86; fix disasm cb transformation call/pop 2014-07-21 11:38:01 +02:00
serpilliere 45dce4db4f Arm: improve arm example 2014-07-09 15:32:04 +02:00
serpilliere a8003c034b Arm: add asm exmaple using $ 2014-07-03 11:32:01 +02:00
serpilliere 737b983e39 test_ida: fix getbytes with databases using address > 7FFFFFFF 2014-06-26 12:02:51 +02:00
ajax 3e7fc4547f Example: Update Test Jit x86_32: OptParse -> ArgParse, "--jitter" argument 2014-06-14 20:25:27 +02:00
ajax d5a9cad52e Test: Add LLVM jitter in md5_arm example 2014-06-13 15:09:33 +02:00
serpilliere 58f4256ccc test_ida: fix missing import 2014-06-04 21:36:38 +02:00
serpilliere ed5c3668cc Miasm v2
* API has changed, so old scripts need updates
* See example for API usage
* Use tcc or llvm for jit emulation
* Go to test and run test_all.py to check install

Enjoy !
2014-06-03 10:27:56 +02:00
serpilliere a183e1ebd5 Send miasm v1 to hell 2014-06-03 10:18:48 +02:00
serpilliere 201c103ad1 fix upx with dll 2013-03-11 14:26:11 +01:00
serpilliere 46604bef98 pe_helper: fix export; mod canon; to_c_helper: add resource parser opt 2013-01-10 12:51:11 +01:00
serpilliere ddddebe228 rewrite expression visitor; expr_simp 2012-12-19 21:36:24 +01:00
serpilliere 688ef20af3 parse_asm: clean space; fix examples asm_bloc api 2012-12-03 11:30:02 +01:00
serpilliere deb4200cf4 core: add api set_offset for asm_label (louis granboulan) 2012-12-03 11:04:29 +01:00
serpilliere db218bfa16 core: fix add_label api for asm_bloc (louis granboulan) 2012-12-03 10:55:34 +01:00
serpilliere 753e230cec eval_abs: fix mem lookup; ia32_sem: gen ia32info 2012-07-31 12:57:04 +02:00
serpilliere 42ec230c42 white space cleanup 2012-07-29 00:06:29 +02:00
serpilliere de1f8324be expression_helper: fix exprcompose simplification 2012-07-04 09:44:23 +02:00
serpilliere 3af3f8e0f4 tools: add modint; remove numpy dependency 2012-06-21 14:39:26 +02:00
serpilliere 50c79519af expression_helper: add exprcond simpl 2012-06-21 10:08:40 +02:00
serpilliere aa94600ee1 example: rem dup code 2012-06-20 14:58:51 +02:00
serpilliere e3983310cb example: add binary in example 2012-06-16 18:41:26 +02:00
serpilliere e9eed5d5d5 example: updt sandbox_elf 2012-06-16 18:41:09 +02:00
serpilliere 303600c1c8 expression: move test case in example; WARNING: - operator is now unary; +*\&... are n-aire 2012-06-13 13:04:15 +02:00
serpilliere f29e0cfd42 expression: replace reload_expr with replace_expr using visitor 2012-06-12 13:08:34 +02:00
serpilliere 24b49b9520 tipo world 2012-05-30 14:41:21 +02:00
serpilliere 8fa775d94b exemple: add toy unpacker 2012-05-22 16:43:21 +02:00
serpilliere 6008b0fe75 merge 2012-05-09 13:53:30 +02:00
serpilliere 5dec442348 remove useless ExprSliceTo
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
2012-05-08 18:33:55 +02:00
serpilliere 7a4f30ca4e ia32_arch: add setalc mnmo 2012-03-26 15:13:47 +02:00
serpilliere b410b90f5a example: add asm box 2012-03-20 10:42:05 +01:00
serpilliere 68e955c4a8 example: add a code analyser
find condition to satisfy to explore the complete exec graph
of a function (a *very* simple/weak fuzzgrind clone)
2012-02-27 14:28:30 +01:00
serpilliere abbf20e77b example: add symbolic execution and simplification 2012-02-27 11:28:16 +01:00
serpilliere c12642d1d0 example: add expression manipulation demo 2012-02-27 10:46:29 +01:00
serpilliere c653fb8faa enable miasm installation without tcc 2012-01-17 11:29:07 +01:00
serpilliere 590fb5590f fix mnemo info bug 2012-01-11 14:17:30 +01:00
serpilliere 880a2ead19 add segmentation q&d support for emulation (16bit/32bit?) 2011-12-22 10:16:56 +01:00
serpilliere e132bbf21e merge with graph update 2011-11-18 08:52:02 +01:00
serpilliere 10149e4e7e fix uncomplete graph pos 2011-11-17 22:02:29 +01:00
serpilliere 3b59992ee1 use elf entry point if no main 2011-11-16 22:18:25 +01:00