4955 Commits

Author SHA1 Message Date
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
pancake
7fafaf6c94 Fix parsing some corrupted RReg profiles, cache profile reloading, fix arena fit 2014-06-23 18:13:41 +02:00
jvoisin
5d0aeeea38 Fix a fortune 2014-06-23 16:46:42 +02:00
pancake
4fe1e781db Fix cherrypull commit order 2014-06-23 15:35:09 +02:00
tosh
38b9674bd1 Fix: floating point exception in UTX_MUL functions 2014-06-23 15:34:51 +02:00
tosh
eb6b86dd4b Some fix in the ELF parser
New functions used to prevent integer overflow when add, sub or mul
Fix an out of bound in r_buf_fcpy_at
2014-06-23 15:34:51 +02:00
tosh
c5d65fbd42 Fix the 'is' command, which is broken due to a bad format string passed to r_cons_printf. (PFMT64 with UT32 value) 2014-06-23 15:33:42 +02:00
tosh
54b4eaf939 Fix: the 'iz' command was break due to a bad format string passed to r_cons_printf. (PFMT64 to print a ut32 integer) 2014-06-23 15:33:42 +02:00
condret
942b37a39a fix ar <regsize> 2014-06-23 15:10:20 +02:00
Jody Frankowski
2831e8fc86 Colorize s 2014-06-23 12:06:35 +02:00
jvoisin
bc04cb6825 Add some zignatures goodies
- z-prefix is now working
- z doesn't forget to count things
- help is improved
2014-06-23 12:05:27 +02:00
pancake
0afb84c3dc Add http.dirlist (defaults to false) 2014-06-22 14:57:54 +02:00
pancake
1d725e3245 Fix r2agent -s 2014-06-22 14:25:54 +02:00
jvoisin
d55550550a Refactor a little bit rsa-find.c 2014-06-22 13:58:56 +02:00
pancake
a27a6801eb Fixes for @jvoisin and @jody-frankowski 2014-06-22 12:55:46 +02:00
Jody Frankowski
8efc5d64c6 Colorize 'd' help and capitalize descriptions 2014-06-22 12:53:11 +02:00
condret
678a20103f Add new ops for esilvm (xor, xoreq) 2014-06-22 12:17:36 +02:00
jvoisin
061184084b Add /Ar, to search for RSA keys 2014-06-22 01:41:57 +02:00
Jody Frankowski
730a9c2b8f Colorize c 2014-06-21 16:04:46 -04:00
jvoisin
16039faeb2 Colorize o 2014-06-21 21:32:43 +02:00
jvoisin
3d3e1b900f Set a specific color for help msg 2014-06-21 18:00:11 +02:00
jvoisin
5e9e4b368c Close #1046 2014-06-21 14:56:48 +02:00
jvoisin
6c29c03d25 Colorize px 2014-06-21 14:42:00 +02:00
jvoisin
e26f494e81 Colorize ??? 2014-06-21 14:37:40 +02:00
jvoisin
ef475dc096 Colorize /? 2014-06-21 14:24:46 +02:00
LemonBoy
50f30ce907 Make the MZ loader use non-CS relative offsets. Fixes #1044 2014-06-21 12:54:29 +02:00
jvoisin
15dcbfefad Colorize zignatures 2014-06-21 10:32:25 +02:00
Jonathan Neuschäfer
9d8dbbd7e8 r_bin_reload: initialize len_bytes, avoid unpredictable allocation
The problem here is that r_io_desc_read checks out_sz, the argument
&len_bytes is passed as, and uses *out_sz as the number of bytes to
allocate unless its UT64_MAX.  So, instead of passing an uninitialized
value, initialized len_bytes to UT64_MAX.
2014-06-21 01:39:33 +02:00
Jonathan Neuschäfer
6790d8d432 Fix out-of-bounds read in COFF and P9 file recognition
(In check_bytes, that is.)
2014-06-21 01:39:27 +02:00
Jonathan Neuschäfer
c57c2c5c96 fix an out of bounds read in r_hex_str2bin 2014-06-21 01:39:20 +02:00
Jonathan Neuschäfer
7884abec3d cmd_query: don't parse arguments if the cmdline is "k"
Fixes an out-of-bounds read.
2014-06-21 01:39:14 +02:00
jvoisin
f70541e7dd Colorize some p commands 2014-06-20 18:57:56 +02:00
jvoisin
2976f30b68 Colorize @@, *, r, k, y and $ 2014-06-20 18:37:08 +02:00
condret
1407d499b5 cleanup and add new cbs for esilvm 2014-06-20 18:04:57 +02:00
pancake
6227c12bfe Remove getopt arg for r2 -V. wtf @jvoisin 2014-06-20 17:48:27 +02:00
pancake
1da63b127c 'wt' now works without any argument 2014-06-20 17:21:57 +02:00
pancake
bb4dadc0a9 Honor R_IO_WRITE open flag 2014-06-20 17:02:57 +02:00
pancake
e64c1e50d0 Fix 'ii' imports name 2014-06-20 15:31:11 +02:00
pancake
42792bc172 Aim to fix some PE oob reads (corkami) 2014-06-20 15:27:12 +02:00
pancake
56efc577c0 Update mips register profile for esil. Exposes a bug in RReg 2014-06-20 14:55:59 +02:00
jvoisin
931e573b9e Colorize dx 2014-06-20 14:18:30 +02:00
pancake
17611ab872 Fix mips.esil 2014-06-20 13:37:39 +02:00
jvoisin
d3822e2382 Colorizs ., !, = 2014-06-20 13:25:17 +02:00