Commit graph

747 commits

Author SHA1 Message Date
pancake
6d30dbc4ca 'r' command now returns file size instead of help 2014-04-23 03:31:40 +02:00
deeso
dd07844436 Fixing some Null Dereference Bugs courtesy of coverity 2014-04-22 18:39:17 -05:00
pancake
4e8ab49948 Fix freeing issue in RCore plugins and rename RCmdPlugin to RCorePlugin 2014-04-01 17:17:03 +02:00
pancake
ae20ea8132 Add ragg2-cc support for OSX-x86-64 2014-03-28 16:22:34 +01:00
Adam Pridgen
12dd493f6d extended yank command so that offset and len did not need to be specified 2014-03-22 15:44:21 -05:00
pancake
fad24ba146 Remove some warnings and unused code 2014-03-21 12:28:34 +01:00
Adam Pridgen
940db1cf75 Added the ability to yank a file into a buffer without loading it 2014-03-20 23:25:39 -05: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
pancake
53edf7c17d Merge RCmd inside RCore 2014-03-18 00:05:44 +01:00
pancake
6c641ea461 Extended help message for 'k' command 2014-03-12 02:54:21 +01:00
pancake
fb98bc1335 More sdbization for comments and hints (-250LOC) 2014-03-12 02:44:49 +01:00
pancake
73a46d574c SDBize and refactor Anal-Hints, still unfinished 2014-03-11 02:47:10 +01:00
pancake
bb7958342b Deprecate RPair API and ?k. Use SDB and integrate it with 'k' 2014-03-07 01:26:11 +01:00
pancake
c8b18c5597 Nest some SDBs and make them accessible via 'k' command 2014-03-05 03:52:42 +01:00
pancake
ec5e023eae Fix #653 - Fix segfault in r_core_cmd_subst_i 2014-02-24 00:38:53 +01:00
pancake
770431ffa7 Fix #594 - random data in stdin causes segfault 2014-02-23 01:27:59 +01:00
pancake
0b2fd7c170 Show error on wrong backitcked commands 2014-02-23 01:20:20 +01:00
pancake
56d73604e2 Fix pn? issue 2014-02-22 03:36:45 +01:00
pancake
f364124f3f Fix #648 - Crash in test-r_anal.py 2014-02-22 01:58:40 +01:00
pancake
c5191b08b5 Handle uid/gid and perms in 'ls -l' (thanks zlul) 2014-02-18 04:03:07 +01:00
Zach Riggle
36518d2ae6 Fix clang build (unicode characters outside of literals) 2014-02-15 20:47:46 -05:00
pancake
f27b9a4d70 Add 'less' unix shell command 2014-02-11 02:39:59 +01:00
pancake
a648539513 Fix static build 2014-02-03 00:19:55 +01:00
pancake
73b884ae59 Fix ls -l segfault 2014-01-28 16:56:40 +01:00
pancake
67c4daf25f Autocomplete ls and cat, add ls -l and more 2014-01-26 05:16:26 +01:00
pancake
c43188c755 Some random cleanups for help pfx 2014-01-23 09:44:47 +01:00
pancake
86d011ebba Remove useless debug printf 2014-01-18 23:10:22 +01:00
pancake
4c8346fd8a Fix more coverity issues 2014-01-18 23:02:53 +01:00
pancake
d86bf57ca4 Remove more r_lib references 2014-01-18 02:52:49 +01:00
pancake
802e808072 Merge libr/lib into libr/util and add r_sys_environ API 2014-01-18 02:42:23 +01:00
pancake
ae3e0532cb Fix zlul backtick issue. No more pn~ 2014-01-09 01:09:40 +01:00
pancake
a4d3cc6a31 Add 'pae' command to show esil from hexpairs
* Add some more prefixed help messages
2013-12-23 01:57:43 +01:00
pancake
0f8d485d21 Add new raw comment '^|' 2013-12-22 04:58:41 +01:00
pancake
f1114fa600 Fix #476 - pr . segfaults (control tailcall depth) 2013-12-22 01:54:46 +01:00
pancake
f29cbb5ad6 Fix #474 - Segfault in pc+backticks 2013-12-22 00:45:50 +01:00
pancake
0ce9611a15 Fix #466 - The '-' command works fine only once 2013-12-19 00:05:49 +01:00
pancake
8f6cd68e11 Fix division by zero in '!/' 2013-12-17 23:45:03 +01:00
pancake
2ffa9c094a Add 'wh' command for 'whereis' and 'which' 2013-12-14 03:10:04 +01:00
pancake
ddbc120876 Add '%' and '*' commands and refix install 2013-12-14 02:47:25 +01:00
pancake
feb42ff61a Implement 'iaj' command 2013-12-05 02:06:19 +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
8559ea2d0b Some more coverity fixes 2013-12-03 04:20:45 +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
f0a45a556a Fix ^w segfault and many bugfixes for macro scripting 2013-11-30 02:47:29 +01:00
pancake
4c86f43a14 Fixes in tcp connect return value and implement 2> pipes 2013-11-29 17:28:36 +01:00
pancake
456b72f85e Fix #380 - shell backticks segfaults 2013-11-22 18:20:15 +01:00
pancake
7f0fc078d8 Fix #363 - exits in visual hud mode when command not found 2013-11-15 01:54:14 +01:00
Fedor Sakharov
4558a2068c Fix memory leak in r_core_cmd_subst 2013-11-14 23:44:14 +01:00
pancake
654b7256bb Add '0x' alias for 's 0x' 2013-11-10 03:43:16 +01:00