Anton Kochkov
008af29003
Fix CID #972173
2014-04-25 05:40:30 +04:00
Anton Kochkov
633043ae8f
Fix CID #1134677
2014-04-25 05:36:16 +04:00
Anton Kochkov
f1e2ffa2ca
Fix CID #1134712
2014-04-25 05:24:21 +04:00
Anton Kochkov
dff80a870b
Fix CID #1134716
2014-04-25 05:18:29 +04:00
Anton Kochkov
3f4d7bdf34
Fix CID #1134755
2014-04-25 05:18:29 +04:00
Anton Kochkov
bca86df493
Fix CID #1134856
2014-04-25 05:04:44 +04:00
Anton Kochkov
5e8305e7a6
Fix CID #1134893
2014-04-25 05:01:42 +04:00
Anton Kochkov
e0c0e18ee6
Fix CID #1134958
2014-04-25 04:58:48 +04:00
Anton Kochkov
e7d75ab994
Fix CID #1135011
2014-04-25 04:56:37 +04:00
Anton Kochkov
52cc6ccce4
Fix CID #1135067
2014-04-25 04:52:47 +04:00
Anton Kochkov
06057c3945
Fix CID #1135068
2014-04-25 04:48:31 +04:00
Anton Kochkov
9864220150
Fix CID #1135101
2014-04-25 04:42:05 +04:00
Anton Kochkov
41aa422a8a
Fix CID #1135168
2014-04-25 04:37:18 +04:00
Anton Kochkov
0146be4273
Fix CID #1135634
2014-04-25 04:31:47 +04:00
Anton Kochkov
14f3c113d3
Fix CID #1195065
2014-04-25 04:19:34 +04:00
Fedor Sakharov
179147bf77
util: Read strings from file correctly
2014-04-21 19:22:37 +04:00
Adam Pridgen
ea94ae5c2c
Fix CID: 1204243, 1204247, 1204246, 1204245, 1204244
2014-04-20 23:55:50 -05:00
deeso
a1e81a4cbd
refactored some of cmd_hash
2014-04-20 17:22:51 -05:00
Anton Kochkov
b257f06a9c
Fix CID #11351131
2014-04-20 03:33:59 +04:00
pancake
b7ac099d2d
Add 'pxd' for base10 hexdump
2014-04-12 01:14:13 +02:00
pancake
77b2e5fcc2
Fix hex.cols=1 infinite loop
2014-04-09 05:12:26 +02:00
pancake
3cc4187fc6
Add 'pca' to print code asm line 'ps' in r1
2014-04-11 00:34:48 +02:00
pancake
bb531643ca
Fix asm.arch=? asm.cpu=? and add hex.pairs option
2014-04-10 22:18:26 +02:00
pancake
10f2439c5d
Update sdb and fix #777 - pxq and pxw honors cfg.big_endian
2014-04-10 19:18:21 +02:00
pancake
5091fa0887
Fix segfaults and minor changes in m68k disasm + anal, webversion is not
2014-04-06 03:29:29 +02:00
Adam Pridgen
b182b23b40
fixing the following coverity issues, which entails the issue with print and most of the java issues:
...
1196398, 1196403, 1196402, 1196401, 1196400, 1196413, 1196415, 1196414, 1196411
2014-04-05 00:39:17 -05:00
Adam Pridgen
3048a34783
Trying to fix mem-leaks, and allow updating of bin object infos
2014-04-03 14:04:07 -05:00
Adam Pridgen
6bc694f873
Added colorization to pdn and added a dead code warning if all the bytes in a method are not consumed during analysis.
2014-04-01 16:22:56 -05:00
pancake
796bb19cfd
Implement ?x- command to decode hexpair strings
2014-03-31 17:16:27 +02:00
Jann Horn
d0fb7bb687
Fix r_sandbox_check_path – there were ways to perform directory traversal.
...
- The function failed to catch the case that the path ends with "..",
allowing the contents of the directory one path component above the
cwd to be listed. This is probably not very interesting.
- The function did not check for ".." components in the path if it
starts with R2_WWWROOT, leading to full directory traversal (example:
/usr/local/share/radare2/0.9.8.git/www/../../../../../../etc/passwd
- Use strncmp instead of memcmp
- Handle relative webroot paths properly
- Check for empty R2_WWWROOT
2014-03-27 00:32:43 +01:00
pancake
13fb09ee5f
Update sdb from git and sync base64 fixes
2014-03-26 23:17:40 +01:00
pancake
7a47a7c29c
Some fixes for RLang plugins
2014-03-26 01:34:32 +01:00
pancake
aa30ed647f
Fix #719 - Fixes in yank and uncrustify indentation rules
2014-03-22 00:37:25 +01:00
Adam Pridgen
b144099451
RCore yank_buf is now a RBuffer with a defined API. Tweaked RBuffer so it reallocs buffers correctly. Modified io_zip to write through on new files.
2014-03-20 13:09:37 -05:00
jvoisin
ea2363d926
Fix some coverity issues
2014-03-16 00:16:43 +01:00
pancake
fb98bc1335
More sdbization for comments and hints (-250LOC)
2014-03-12 02:44:49 +01:00
pancake
6bcdeb9430
Fix #688 - Fix overflow in r_str_escape
2014-03-10 01:06:50 +01:00
Fedor Sakharov
bb68fa072c
util: Fix umask when making temp file
2014-03-09 00:01:04 +04:00
Fedor Sakharov
61193c6527
Fix coverity issues in r_util
2014-03-08 11:56:15 +01:00
pancake
f7bdfb2bbc
Fix #575 - Thanks @montekki - plus other enhacements
...
- Use ↑ for utf8 backlines
- Support multiple RAnalMetas on every line in disasm.c
- Use sdb in disasm to retrieve RAnalMetas instead of api
2014-03-08 02:36:33 +01:00
pancake
784a1d2a72
Import radare2-capstone asm/anal plugins
2014-03-07 04:15:45 +01:00
pancake
7d1a63a545
Fix #585 - Segfault in echo q | r2 -d lib
2014-03-02 04:36:27 +01:00
pancake
fa7a304da3
Fix segfault in r_hex_str2bin
2014-03-01 23:17:52 +01:00
pancake
8d68b37b02
Add MOD operator '%' in RNumCalc
2014-02-26 19:42:56 +01:00
pancake
03b61eeb25
Implement AND, OR, XOR, NEG operations in r_num_calc()
2014-02-26 18:33:42 +01:00
pancake
ec58f84572
Add asm.bytespace=true config variable
2014-02-25 01:35:23 +01:00
pancake
2590e997b1
Fix r_sys_now() and implement scr.fps
2014-02-24 16:10:12 +01:00
pancake
fb3af59852
Oops. Fix typo in str.c
2014-02-23 16:37:24 +01:00
pancake
070bc97286
Fix #582 - Escape binary strings in output error message
2014-02-23 01:56:26 +01:00
pancake
9b9b04576f
Purge all r_lib references
2014-02-20 22:16:23 +01:00