Commit Graph

4997 Commits

Author SHA1 Message Date
pancake
c320ed08bd Colorize 'f?' command 2014-06-25 18:57:34 +02:00
Anton Kochkov
a606139ac0 More fixes for cygwin builds 2014-06-25 20:06:14 +04:00
pancake
1533c31a2f Fix #1071 - rename constants 2014-06-25 18:02:36 +02:00
pancake
8411034b4e Handle HOME/END keys in VTE 2014-06-25 17:32:36 +02:00
Anton Kochkov
bf088d43bd Fix libr_util building for Cygwin 32bit (gcc 4.7.3) 2014-06-25 18:17:34 +04:00
pancake
2490e54e77 Add asm.syntax=regnum (alias for capstone NOREGNAME) 2014-06-25 15:44:33 +02:00
Anton Kochkov
5921a415dc Disable -fPIC for cygwin builds 2014-06-25 17:42:19 +04:00
Anton Kochkov
1f05d9e5dc Fix libr_cons building on cygwin 2014-06-25 16:52:01 +04:00
pancake
daab3440ca Ignore cygwin hints for capstone 2014-06-25 14:42:13 +02:00
Anton Kochkov
f365dd9d26 Fix Cygwin building 2014-06-25 14:41:21 +02:00
Fedor Sakharov
0882d05fcd anal_arm_cs: Detect ret and cret instr correctly 2014-06-25 14:37:59 +02:00
pancake
f74b788809 Rename GNU plugins to _gnu 2014-06-25 12:22:08 +02:00
Jonathan Neuschäfer
28b659a705 autocomplete: Fix tmp_argv bounds check (corner case)
static const char *tmp_argv[TMP_ARGV_SZ];
while(...)
        if (i==TMP_ARGV_SZ)
                break;
...

tmp_argv[i] = NULL;	// If i==TMP_ARGV_SZ, this is an overflow.
2014-06-25 11:45:09 +02:00
Jonathan Neuschäfer
3276fdd1dc Fix two out-of-bounds reads in softmagic.c:match 2014-06-25 11:45:09 +02:00
Jonathan Neuschäfer
40c5eb0177 fix an out-of-bounds read in __resize/r_io_resize 2014-06-25 11:45:09 +02:00
Jonathan Neuschäfer
4b59bc6181 fix out-of-bounds write in r_anal_reflines_str 2014-06-25 11:45:09 +02:00
Jonathan Neuschäfer
e8ec0cf550 fix out of bounds read with "ds" command 2014-06-25 11:45:09 +02:00
condret
2a7cc1bee3 add != for esil 2014-06-25 11:43:29 +02:00
condret
c276344c18 start using new esil-syntax for gb 2014-06-25 11:43:29 +02:00
condret
8171b4be4f fix 'ar all' 2014-06-25 11:43:29 +02:00
pancake
91167b18b8 Fix static build 2014-06-25 05:03:05 +02:00
pancake
097cd2b04b Fix android build 2014-06-25 04:57:41 +02:00
pancake
18cc1af08c libr_java must be PIC 2014-06-25 04:50:05 +02:00
pancake
8ec60283da Fix anal linkage 2014-06-25 04:40:15 +02:00
pancake
e57d8346f5 Link the java anal against shlr/ 2014-06-25 04:35:50 +02:00
pancake
b3b5bfe8f3 Minor fix 2014-06-25 04:33:42 +02:00
pancake
4d6f59f52b Fix build again 2014-06-25 04:29:59 +02:00
pancake
046b014dee Make bin/core java plugins use libr_java.a 2014-06-25 04:25:38 +02:00
pancake
f67850fcb2 FIx w32 build 2014-06-25 04:19:23 +02:00
pancake
1a3ffef8b4 Fix static build 2014-06-25 04:11:43 +02:00
pancake
74af39034d Make ARM and MIPS capstone plugins by default (previous plugins renamed to .gnu) 2014-06-25 03:08:13 +02:00
pancake
d98acc233d Add V& key to rotate between asm.bits 2014-06-25 03:07:54 +02:00
pancake
ea67c628b0 More warning and build fixes 2014-06-25 02:30:42 +02:00
pancake
3c75ed7dc0 Fix build 2014-06-25 02:23:12 +02:00
pancake
9849c2b04f Fix core_java plugin warnings 2014-06-25 02:12:34 +02:00
pancake
377b5bb2fe Clean a huge list of warnings 2014-06-25 02:07:38 +02:00
pancake
ed008f24ab Bump sdb 2014-06-25 01:22:18 +02:00
pancake
4b7796d3e1 Disable syscapstone if pkg-config fails 2014-06-24 17:47:38 +02:00
pancake
4cba3d2af6 Fix non-shared capstone build 2014-06-24 13:34:11 +02:00
pancake
42aeb0d271 Add --with-syscapstone configure flag 2014-06-24 12:48:29 +02:00
pancake
112693b82a Update colors.html 2014-06-24 01:18:31 +02:00
pancake
4e614b25b8 Fix new palete entries for the help colors 2014-06-24 01:09:55 +02:00
pancake
6d608f0a05 Show warning when trying to resize a readonly file 2014-06-24 01:04:38 +02:00
pancake
a69f56ffe6 Fix all latest coverity issues except the rsa-find ones 2014-06-24 01:01:27 +02:00
Ilya V. Matveychikov
256a0d9642 tms320: remove [label, ] from the c55x systax 2014-06-24 01:24:44 +04:00
Ilya V. Matveychikov
e991ae4600 tms320: another fix of uu field decoding for c55x 2014-06-24 01:05:11 +04:00
Anton Kochkov
31933440f5 Fix CID 1223473 2014-06-24 01:08:34 +04:00
Anton Kochkov
b3b79d2b6a Fix CID 1223475 2014-06-24 01:07:29 +04:00
Anton Kochkov
9b181d7f6f Fix CID 1223474 2014-06-24 01:05:59 +04:00
pancake
8d53bc8956 Fix random values in initial 'ar' state 2014-06-23 19:49:01 +02:00