Commit Graph

30 Commits

Author SHA1 Message Date
Riccardo Schirone
23161bbf7f Remove most warnings during compilation 2019-02-14 10:40:25 +01:00
pancake
46955f69d5 Add cfg.log.events=false by default ##config 2019-01-13 03:42:56 +01:00
pancake
2c8d417d65 Implement the cmd_colon and experimental http.colon ##http 2019-01-13 03:42:56 +01:00
pancake
62b52e4abe Implement T=& and handle more meta events ##sync 2019-01-13 03:42:56 +01:00
pancake
572539af9c Initial WIP implementation of sync using http and T ##sync 2019-01-13 03:42:56 +01:00
pancake
9e4dff5294 Add Ll as an alias for #! ##plugins 2019-01-11 15:37:46 +01:00
radare
35a5c42a52
Add LL command to lock screen ##visual
* Clear terminal backbuffer
* Password not saved in command history
* Show timestamp of last attempt
* Do a random sleep after every read to avoid time attacks
* ^Z is disabled
* Can be used from shell `r2 -qcLL --`
2018-10-31 01:52:08 +01:00
Rafael Rivera
18e6cb9484 Fix plugin file path parsing (#11092) 2018-08-16 19:09:18 +02:00
pancake
6a64ae487a Fix #10849 - Improve L command with all subcommands and proper help message
- Autocomplete L <file>
- Rename core_anal into core_a2f
- Fix a2f - it was not creating any valid function
2018-08-01 05:10:54 +02:00
Florian Märkl
f18a01fb6a Fix a few warnings 2018-06-26 23:09:07 +02:00
Abdel-Rahman A
4dffa5cd2e Fix JSON output of Lsj (#9641) 2018-03-09 15:16:31 +01:00
Abdel-Rahman A
cad295e740 Add JSON output to Ls command (#9637) 2018-03-09 09:01:16 +01:00
Maijin
f7aee6b441 Fix #8314 2017-11-22 15:25:34 +01:00
Fangrui Song
86de0abd20 Use RList for cmd_descriptors, make it a member of RCore (#8034) 2017-07-27 14:52:17 +02:00
Fangrui Song
c6a0d3617e L/T commands: move help_msg_*[] arrays to top (#8021) 2017-07-26 15:08:48 +02:00
pancake
f26213074b Rename Tp to L command to be consistent with iL and oL
- More to come
2017-05-29 01:37:54 +02:00
pancake
7db1a11d33 More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
Maijin
ffd8ecd14b Add remaining [?] 2016-11-26 14:57:21 +01:00
monosource
bb79c50024 core/cmd_log: Fixed T description 2016-07-12 21:24:55 +02:00
Jeffrey Crowell
9518841434 refactor includes (#4757) 2016-05-03 04:52:41 +02:00
pancake
365d089eb8 Fix #3557 - V_ is the new VF_, old one is in V?? 2015-10-29 12:54:19 +01:00
pancake
917bbb3a7c Fix #2404 - Fix duplicated syscall tracing issues on linux
- this is a workaround, and must be tested on other platforms
- handles ^C now
2015-04-19 13:43:38 +02:00
Anton Kochkov
6111f710ef Fix CID 1291604 2015-04-19 05:32:48 +03:00
pancake
ef6c71208d Fix tons of input crashes reported in #2220 2015-03-22 23:24:13 +01:00
pancake
6665bea84e More scr.interactive protections 2015-02-12 17:24:20 +01:00
pancake
66fa8e5d74 Fix 'ls' 2014-08-28 22:51:03 +02:00
pancake
fd9f04d1dd Add TT in remote http console (r2 -C host:port) 2014-08-28 04:41:33 +02:00
pancake
c6bc6f099d Rename l to T, add cfg.user and 'TT' chat prompt
* Add cfg.user variable
* Implement TT chat prompt
* Invoked from 'VT'
* Rename 'l' to 'T' command (log -> textlog)
* Add r_sys_whoami () -> set default username
* Add $$ trap instruction in ESIL
* Implement POP and STACK esil commands
2014-08-28 03:11:13 +02:00
pancake
1cd7df86ec Add 'lm' command to better manage pending log messages 2014-07-31 05:20:48 +02:00
pancake
0d3b5e18ea Add missing file and minor hashbang fix 2014-07-30 22:15:16 +02:00