Commit Graph

67 Commits

Author SHA1 Message Date
pancake
c2abb6ab2f Initial refactoring of the r_syscmd APIs and begin with binr/r2bb 2017-01-03 03:48:55 +01:00
pancake
12165ab875 Unescape 'c' string and properly handle the length 2016-12-29 14:32:29 +01:00
Álvaro Felipe Melchor
27903bc75b minor cleanup 2016-12-24 18:47:40 +01:00
Kitsu
e34bfcb184 Fix filled buffer memory leak 2016-12-24 18:41:43 +01:00
Maijin
ffd8ecd14b Add remaining [?] 2016-11-26 14:57:21 +01:00
pancake
9f4c8768a7 Implement prj.files and fix some bugs in project listing and saving 2016-10-17 23:58:39 +02:00
Sven Steinbauer
2996538700 Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
Jeffrey Crowell
9518841434 refactor includes (#4757) 2016-05-03 04:52:41 +02:00
Ayman Khamouma
7529c97e78 Add * variants to c and cx commands 2016-04-21 15:25:06 +02:00
Ayman Khamouma
d7126c3d87 Add bitmask feature in cx command 2016-04-21 15:22:36 +02:00
Kitsu
55b0769c5e Missed fix in f4618c0 of r_core_diff for proper compilation 2016-03-22 14:47:57 +01:00
pancake
0f541befd7 Fix some recent regression in cmd parsing 2015-10-25 03:34:51 +01:00
pancake
b515a34676 More stdboolification 2015-09-14 12:35:38 +02:00
pancake
8a5723eb2a Better ls. Add support for cd - and handle BR arm64 instruction
- Analysis with eobjmp has changed a bit, but its still buggy
2015-08-18 02:44:59 +02:00
Álvaro Felipe Melchor
2fed5a722a Fix a read of size 1 in cmd_cmp 2015-06-14 23:15:51 +02:00
Jeffrey Crowell
0c8837de17 fix #2037 fail if compared file size is 0 2015-05-05 14:55:30 -04:00
Anton Kochkov
53aef526b4 Fix Coverity defects
Fix CID 1291594
Fix CID 1291593
2015-04-18 23:19:50 +03:00
pancake
ef6c71208d Fix tons of input crashes reported in #2220 2015-03-22 23:24:13 +01:00
pancake
ad80aba942 Initial support for debugger memory snapshots dms. Enhace hexdiffing
- Fix linux debugger
- ccc shows hexdiffing, but only the ones that differ
2015-02-23 03:29:40 +01:00
pancake
0ea1e637bf c show helps instead of telling you how to show help 2015-01-22 02:32:31 +01:00
pancake
1ccd0e3b67 Fix #1938 - Workaround for cg /dev/urandom crash 2015-01-17 01:21:43 +01:00
newlog
980b10352c Improve cg command description 2015-01-09 22:28:34 +01:00
pancake
c7e1fad6bc Add Vn (mini-ascii-art graph visual mode) 2015-01-09 11:39:25 +01:00
pancake
904c34e0d7 Colorize ccd/cud 2015-01-03 16:19:24 +01:00
pancake
17ac10d6e2 Fix another cmd_cmp crash (thanks newlog for spotting it) 2015-01-03 16:04:58 +01:00
pancake
8f9ed86e72 Fix uninitialized buffer issue 2015-01-03 13:48:44 +01:00
pancake
f2d1fadee6 Fix COVs in swift-demangler and cud/ccd 2015-01-03 11:49:08 +01:00
pancake
9829b0981c Add 'ccd' and 'cud' to compare disasms in column and unified modes 2015-01-01 12:45:05 +01:00
pancake
b15e1b9606 Add experimental agf to compare two functions from the same file #1894 2014-12-22 11:04:12 +01:00
pancake
8c43eddaa2 Honor io.va and scr.width in S= 2014-11-06 03:02:38 +01:00
pancake
2cf4cd6b03 Implement 'cv' to allow cheat search and do not print @@ in foreach offset 2014-09-08 11:01:00 +02:00
jvoisin
052d576ae6 coverifix 2014-08-24 19:40:08 +02:00
pancake
6d4ca16d1e Handle \~ in r_core_cmd and extend 'cd' command to handle home expansion 2014-08-20 11:29:44 +02:00
jvoisin
9f18c219a6 Optimize radiff2 -g off1,off2
- Less than one sec now versus more than 15 before
- Code is cleaner (no more "r_core_cmdf")
- Colours are now correct
- Fix `radiff2 -C`
2014-08-20 03:51:10 +02:00
jvoisin
beaf17a8ae Fix CID 1231790 2014-08-17 18:14:16 +02:00
jvoisin
f6d4fc7622 Add the cd command (equivalent to cd $HOME) 2014-08-15 19:41:41 +02:00
jvoisin
bcbeb3c066 Fix some gcc warnings 2014-08-11 16:07:17 +02:00
pancake
672d59cad0 Chop argument in 'cat' 2014-08-07 00:37:44 +02:00
jvoisin
bc30cb72c6 Fix some coverity issues 2014-07-07 16:09:03 +02:00
Jody Frankowski
730a9c2b8f Colorize c 2014-06-21 16:04:46 -04:00
jvoisin
083357db9c Even more colored help! 2014-06-19 21:00:22 +02:00
pancake
650c824171 Implement list color themes with 'ecf' command 2014-05-28 01:07:02 +02:00
Anton Kochkov
fe643408b6 Fix CID 1211151 2014-05-06 01:31:09 +04:00
jvoisin
71ab007b52 Fix CID 1211153 2014-05-05 17:36:29 +02:00
jvoisin
6b6b7bb3cb Fix CID 1134518 2014-05-01 05:17:57 +02:00
jvoisin
49e1871af8 Fix multuples possible issues
- unchecked malloc return
- possible division by 0
2014-04-28 11:37:12 +02:00
deeso
dd07844436 Fixing some Null Dereference Bugs courtesy of coverity 2014-04-22 18:39:17 -05:00
pancake
08d94e38e1 Plugins are now loaded from API, not from Core constructor 2014-04-03 12:43:30 +02:00
pancake
d55212a17a Fixes for p= and add 'fm' to move flags 2014-03-02 05:41:45 +01:00
pancake
67c4daf25f Autocomplete ls and cat, add ls -l and more 2014-01-26 05:16:26 +01:00