Commit Graph

77 Commits

Author SHA1 Message Date
radare
51cc15072a
Fix some UAF in rap server, handle HTTP over rap and tcp properly ##remote (#14081) 2019-05-16 14:18:16 +02:00
dodococo
fc4000a796 Fixes #13767: Honor color theme in p-- ##cons 2019-05-15 01:22:15 +02:00
pancake
1d33705cc0 Code cleanup in RConfig and bring back 'e asm.' for listing ##config 2019-05-05 23:18:53 +02:00
pancake
e2d94ad1e2 Fix 'e cmd.gprompt=dr=' becaues of the strtok approach ##core
This is more like a workaround
2019-04-21 12:09:44 +02:00
radare
73f76a99b2
Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
Florian Märkl
f80a47ab60 Move Palette to RConsContext to make RCoreTask less racy ##cons 2019-01-18 11:58:49 +01:00
radare
63fae31b1e
Implement ecoo and extend scr.rainbow into pd ##visual (#12499) 2018-12-17 11:04:11 +01:00
radare
f7be81edbb
Fix instruments leaks (#11695)
* Fix a small memleak in the disasm reflines
* Fix huge args leaks in r_parse for arm
* Fix another memleak
* Fix memleak in VR
* Fix memleak related to bad use of r_list_join
* Fix warnings
* Fix two rlist related asserts
2018-10-01 19:57:33 +02:00
radare
945e9566fb
Fix #11455 - Implement internal less pager with scr.pager=.. (#11548)
* Use full screen in r_cons_less (last line was not used before)
2018-09-17 12:15:12 +02:00
pancake
4e2ab95628 Fix eco crash and add ecoq 2018-09-10 17:36:17 +02:00
ylmrx
7a5a4c9661 Several themes related changes [r2con] (#11435)
- Adding a command ('ecoc') to print current color theme (c->current).
- Documenting the available themes JSON listing.
- defining a specific 'eco?' for themes related commands.
- Adding a cute little arrow to point current theme when listing themes.
- Replacing nextpal() with r_core_list_themes(), for the list, so the
code is less confusing (it's still used elsewhere ('ecp', 'ecn'), didn't remove it)
- Correcting several typos in eval docs
2018-09-08 19:03:33 +02:00
Luca Di Bartolomeo
800fa1b909 Some improvements to the visual color editor VE (#10979)
* Feat: select background color in visual color picker
* Feat: various enhancements to visual color editor

Added truecolor support
Made initial help more helpful
Added h/l keys to switch colortheme
Added c key to change the command used to generate the preview
2018-08-08 12:12:28 +08:00
pancake
a4f0ad3e38 Fix echo behaviour 2018-06-11 11:43:58 +02:00
Khairul Kasmiran
2f285d5f90 ec highlight -> wordhl 2018-06-04 15:51:36 +02:00
pancake
1c4464d88f Fix #10003 - uaf in e??j 2018-05-03 18:55:07 +02:00
Paul I
5180e0220f Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
Paul I
cc90ec6be5 [WIP] Move hardcoded paths to r_userconf.h (#9959)
* Move hardcoded paths to r_userconf.h

* Add R2_HOME_* macros

* Some cleanup
2018-04-28 10:02:55 +02:00
sivaramaaa
1d4cd29ec7
Fix #9957, Fix double free in eco (#9958) 2018-04-26 07:03:52 +05:30
Florian Märkl
cee122e9df Make r_cons_rgb_str() safe (#9938) 2018-04-21 11:31:24 +02:00
Florian Märkl
b3067bbad3 Replace usages of R2_DATDIR with r_sys_prefix() (#9889)
* Replace usages of R2_DATDIR with r_sys_prefix()

* Minor Fixes
2018-04-15 20:35:18 +02:00
pancake
30e98b24be Fix: ed works when no r2rc exists, add RFile.touch() and fix .dump() 2018-03-07 01:20:06 +01:00
Vanellope
d39ddcba26 fixed the bug that bothered you from changing more than once with VbT (#9602) 2018-03-06 10:37:43 +01:00
xarkes
70bd99da25 Fixed wrong ecoj behaviour 2018-02-26 23:18:29 +01:00
xarkes
d5f57a7ccb Fix fg+background colors handling 2018-02-24 19:14:55 +01:00
xarkes
5e097dbae1 Killed cons->truecolor in favor of cons->color 2018-02-24 11:47:38 +01:00
pancake
ff1fa01cf4 More code tweaking in RCons 2018-02-24 00:44:46 +01:00
pancake
06c519ead7 Fix the RCons.pal_init() issue :? 2018-02-23 19:28:17 +01:00
xarkes
7e98502666 Code refactoring for the color palette handling
* RConsPrintablePalette initialization
* Remove scr.rgbcolor
* Added RColor support to cons_pal_parse
* Added warnings about pal_set and missing event_update
* Code cleaning (char* to RColor), less rgb_parse
2018-02-23 19:00:47 +01:00
pancake
d8911ce002 Add ed command to edit ~/.radare2rc 2018-02-21 02:18:04 +01:00
Fangrui Song
8cc6cf068a cmd_eval.c: better help (#9414) 2018-02-17 20:20:33 -06:00
pancake
e43107d1ca r_str_chop_ro, r_str_trim_const -> r_str_trim_ro 2018-01-08 03:29:29 +01:00
Maijin
5957fcd087
Add scr.randpal in ecr help
Add scr.randpal in ecr help
2017-11-20 13:12:56 +01:00
pancake
3379258f87 Implement the 'es' command to list eval spaces and keys 2017-10-23 03:18:07 +02:00
Maijin
f1b185cd74 Attempt to make search.in clearer 2017-08-27 12:59:33 +02: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
72eaf69a5a e commands: move help_msg_*[] arrays to top (#8010) 2017-07-26 16:06:08 +02:00
pancake
4f45e836e1 Enhance sandboxing messages and checks 2017-07-20 14:49:45 +02:00
pancake
a443fa3beb Fix null derefs and memleaks of ecH 2017-06-24 20:48:17 +02:00
Lowly Worm
4a44f56cbc fix build 2017-06-20 20:50:57 -07:00
Ayman Khamouma (ak42)
c3bb9e5edf Add command ecH for instruction highlighting support (#7741)
* only use Color_NOBGRESET when actually needed
2017-06-20 15:48:45 -05:00
pancake
0668d04488 Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
yetmorecode
3bcd98bb4f Added SETOPTIONS to cconfig.c and multiple style fixes 2017-04-28 02:07:32 +02:00
yetmorecode
ca56112550 Added ev and evj command 2017-04-28 02:07:32 +02:00
Maijin
8547935c6a Fix #7127 2017-03-26 22:29:16 +02:00
pancake
e6c0d920cc Add eta command 2017-03-17 12:06:54 +01:00
Álvaro Felipe Melchor
c5747f5c77 see all help with ?* and get rid of another infinite loop 2016-12-13 00:32:17 +01:00
pancake
e8ddc68893 Add autocompletion for wxf and wtf 2016-10-27 17:11:24 +02:00
pancake
961e9479dc Autocomplete eco color themes 2016-10-27 15:50:02 +02:00
pancake
41d6e9edde Add bash autocompletion support 2016-10-04 14:34:06 +02:00
pancake
be220ec038 Fix VRR on windows issues 2016-08-14 19:29:59 +02:00