2811 Commits

Author SHA1 Message Date
pancake
2186875a55 Fix #411 - Fix asm.tabs and write test cases 2013-12-04 00:47:34 +01:00
Gonzalo J. Carracedo
5a92bf0dd7 Added ESIL description of xchg, xadd, bt, btc, bts, btr, clc, cli, cld, cmc, int3, into, lahf, loop, loope and loopne. 2013-12-04 00:24:07 +01:00
pancake
05d7188a9a Fix dynamic format string functions
- s/r_str_dup_printf/r_str_newf/g
- Add r_strbuf_setf()
2013-12-04 00:20:52 +01:00
pancake
d10d0c6516 Fixes for the strbuf api 2013-12-03 17:27:47 +01:00
Adam Pridgen
ec5a679ec8 Fixed IO plugin load again, would not properly load the plugin 2013-12-03 04:52:46 +01:00
Adam Pridgen
b2c194014c Updated zip file listing as requested. Could not use io->printf bc it did not flush properly after use 2013-12-03 04:51:54 +01:00
Adam Pridgen
f14f905fe0 updated zip_io so that files are accessible via script 2013-12-03 04:51:49 +01:00
pancake
8717542596 Add RStrBuf api 2013-12-03 04:46:53 +01:00
pancake
8559ea2d0b Some more coverity fixes 2013-12-03 04:20:45 +01:00
pancake
f1be79972c Merge branch 'master' of git://github.com/radare/radare2
is necessary,
2013-12-03 03:42:12 +01:00
pancake
6051cc8357 Another fix for pD 2013-12-03 03:37:31 +01:00
pancake
b98c327385 Random fixes 2013-12-03 03:36:56 +01:00
pancake
9cf450272e Fix two more coverity issues 2013-12-03 01:02:08 +01:00
pancake
d02df0d306 Fix some issues reported by CoverityScan service 2013-12-03 00:14:59 +01:00
pancake
32bfab2a50 Fix toro loop in disasm that broke visual reflines 2013-12-02 17:15:22 +01:00
pancake
e84e0e02d1 Fix negative analop.type (thx zlul) 2013-12-02 17:07:37 +01:00
pancake
6e310937cb Fix for asm.tabs 2013-12-02 17:03:46 +01:00
pancake
48bf70710c /R: halt is not a trap 2013-12-02 16:45:10 +01:00
pancake
cc41919c04 More fixes for /R 2013-12-02 16:31:58 +01:00
pancake
cdc38924fb Drop tabs and remaining upppercase mnemonics in EBC 2013-12-02 15:51:45 +01:00
pancake
758d8410f0 Lowercase EBC mnemonics 2013-12-02 14:52:27 +01:00
pancake
bac7c48df5 Initial implementation of /R to search for ROP gadgets 2013-12-02 14:34:32 +01:00
pancake
3bb57ebe87 More fixes for pd/pD 2013-12-02 05:43:29 +01:00
pancake
7d70f79755 Fix #399 - Add .license to all plugins 2013-12-02 04:44:26 +01:00
Adam Pridgen
0ea6509f03 Fixed construction of r_bin_io_load s.t. buffers, and fixed JavaFields initialization in class.c 2013-12-02 04:11:05 +01:00
pancake
021a8b4f3f Hack test for ebc.mk 2013-12-02 03:56:51 +01:00
pancake
4e368ae2b3 Fixes for pd, pdn and pD, Fix Vppj issue 2013-12-02 03:53:29 +01:00
pancake
b8dbf7e07d Another fix for ebc.mk 2013-12-02 02:10:57 +01:00
pancake
e3719c785b Fix LTOP path in ebc.mk 2013-12-02 02:06:58 +01:00
pancake
9beb0cea90 Fix #405 - [bin_ningb:] Entrypoints??? 2013-12-02 01:37:46 +01:00
pancake
3810d76508 Fix build 2013-12-02 01:28:06 +01:00
Fedor Sakharov
d550005c7e Fix name of EBC decode function 2013-12-02 01:26:05 +01:00
Fedor Sakharov
1e56b219b2 Handle JMP32 abs/rel jumps in anal_ebc.c 2013-12-02 01:26:01 +01:00
Fedor Sakharov
83ecf12555 Adds LGPL license to EBC code 2013-12-02 01:25:58 +01:00
Fedor Sakharov
1a72cdec24 Initial commit for EFI Byte Code (EBC) disassembler. 2013-12-02 01:25:54 +01:00
Adam Pridgen
b5b6348691 Updated some missing Java Byte code Ops and cleaned up some code parsing. 2013-12-02 01:23:50 +01:00
condret
0c43d23a35 Relicense condret's disassemblers as LGPL 2013-12-02 01:22:25 +01:00
Adam Pridgen
88fbfd3301 mend 2013-12-02 00:45:07 +01:00
pancake
ba78f4656c Fix build 2013-12-02 00:43:44 +01:00
Adam Pridgen
519190801b Rewrote backward disassemble with a greedy backward algorithm, added a find api to rlist, label to bb struct 2013-12-02 00:09:22 +01:00
pancake
6f29ef9022 Fix #392 - visual mode crashes when seeking backwards 2013-12-01 23:33:07 +01:00
axt
e82a78552b Fix typo which broke radiff2 2013-12-01 07:04:50 +01:00
pancake
edb3249ea6 Fix 'mov rax, 33' assemble for x86-64 and fallback to eax on 32bit 2013-11-30 18:48:32 +01:00
pancake
f0a45a556a Fix ^w segfault and many bugfixes for macro scripting 2013-11-30 02:47:29 +01:00
pancake
88ff554959 Fix build 2013-11-29 17:33:45 +01:00
condret
c949e467a0 Add SNES disassembler 2013-11-29 17:30:58 +01:00
pancake
4c86f43a14 Fixes in tcp connect return value and implement 2> pipes 2013-11-29 17:28:36 +01:00
jvoisin
5f01f6103d Add some misc opcodes and remove duplicates 2013-11-28 23:29:13 +00:00
pancake
180fd38163 Fix 'cg /' crash and only use numeric values in web yank (thanks zlul!) 2013-11-28 18:46:58 +01:00
pancake
041e336dcd Fix #388 - yank length field segfault 2013-11-28 10:45:08 +01:00