112 Commits

Author SHA1 Message Date
Riccardo Schirone
4b7f8313e1 Fix some COVs (#12255) 2018-11-21 17:53:20 +01:00
Riccardo Schirone
f77ecfb357 Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring
* sdb-sync: update to commit ea05ca8808605daa683a2b35f143e24c3a70f0c9
2018-11-14 10:47:28 +01:00
Riccardo Schirone
c09ba158fe
sync sdb and adapt r2 codebase (#11953)
add improvements of SdbHt from sdb
2018-10-26 15:54:32 +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
95d346b611 Fix #10674 - pzq and gcc build 2018-07-09 01:13:29 +02:00
pancake
b63e146300 Fix ft help message and install flag tags file 2018-05-27 15:55:33 +02:00
pancake
91a2e5fb9d More killing of strcasecmp/strncasecmp 2018-05-21 22:13:07 +02:00
pancake
be89180e7b Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
pancake
99e45f6f54 Fix last covs 2018-05-02 14:49:57 +02:00
radare
a30a11e2ef
More booleans (yes, no, on, off) and case-insensitive 2018-04-14 10:46:08 +02:00
pancake
1d81e15424 Introduce graph.dummy to disable the creation of dummy nodes in the graph
- If disabled layout is worst, but 't' and 'f' work because there
  are no dummy nodes to follow_nth()
2018-03-06 23:28:19 +01:00
Giuseppe
8336816d9c Add alternative and colored view for varsum (#9306)
This should _not_ break .radare2rc's that
use a boolean for `asm.varsum`.
2018-02-06 13:13:55 +01:00
pancake
e43107d1ca r_str_chop_ro, r_str_trim_const -> r_str_trim_ro 2018-01-08 03:29:29 +01:00
pancake
335938be58 r_str_chop -> r_str_trim 2018-01-08 03:22:26 +01:00
pancake
3f64b7a1dc Initial implementation of the r2 filesystem 2017-10-23 03:48:48 +02:00
pancake
3379258f87 Implement the 'es' command to list eval spaces and keys 2017-10-23 03:18:07 +02:00
pancake
f85bc674b2 Fix #7698 - UAF in r_config_set when loading a dex 2017-06-07 23:51:13 +02:00
pancake
71dd42525b Fix #7505 - Make clear that we dont do anything with that node 2017-05-19 13:48:24 +02:00
Rene Laemmert
894d083127 avoid setting the value if the node-value is the exact same pointer (#7520) 2017-05-18 16:33:48 +02:00
SkUaTeR
1b5a746786 add more fixes to msvc build (#7468)
* add more fixes to msvc build

* more fixes
2017-05-10 22:12:49 +02:00
pancake
fa671b9a16 Initial support for the Meson build system
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
yetmorecode
0a3d2ad085 Fixed regression in e* 2017-04-28 02:07:32 +02:00
yetmorecode
1ee1a3550e Added more JSON escaping 2017-04-28 02:07:32 +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
pancake
c024275459 Fix last covs 2017-03-19 03:22:00 +01:00
pancake
f82930fd75 Fix latest covs 2017-03-15 12:12:55 +01:00
alvarofe
f992370474 Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
alvarofe
ed8d668247 Use ht_* in config.c 2017-02-24 23:42:17 +01:00
pancake
93eb47ccac Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
SchumBlubBlub
6c00c9e2d5 Reorganize string macros 2017-02-06 00:00:03 +01:00
pancake
57e33f0d04 Fix some latest covs 2017-01-03 17:58:36 +01:00
Álvaro Felipe Melchor
a11477769c Added RConfigHold (#6250) 2016-11-23 18:36:11 +01:00
pancake
aba4ca918f Fix #6222 - ej valid JSON format 2016-11-20 23:15:12 +01:00
pancake
2b37951e63 Initial implementation of pC (column disasm) 2016-10-08 00:02:47 +02:00
pancake
41d6e9edde Add bash autocompletion support 2016-10-04 14:34:06 +02:00
Sven Steinbauer
2996538700 Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
Álvaro Felipe Melchor
0bc983027f improve arm/thumb in elf file format and disasm 2016-08-07 17:38:34 +02:00
Sven Steinbauer
547f8bbc5c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
Sven Steinbauer
8da8ad740f Cleanup fixes
* For commit comments and compiler errors
* Fixes for PR comments
* fix some "infer fixes" commits

Signed-off-by: Riccardo Schirone <sirmy15@gmail.com>
2016-05-23 11:25:44 +02:00
pancake
bbaafb6b3d Fix #4511 - r_config bool values are case insensitive 2016-04-04 23:37:20 +02:00
pancake
72d289ff4d Better addr|int detection in r_config_node_type 2016-02-16 00:13:41 +01:00
pancake
d35556a3e6 Fix #2276 - Implement et command 2016-02-16 00:10:46 +01:00
pancake
1d0768bf74 Fix asm.emu in projects 2015-12-16 22:07:30 +01:00
pancake
965d789c4a Update indentation in some more random files 2015-12-14 14:32:18 +01:00
pancake
92c1631a06 More indent fixes 2015-12-09 00:41:44 +01:00
Álvaro Felipe Melchor
7498ddff58 Fix crash demangle in objc reported by revskills 2015-10-29 12:57:06 +01:00
Álvaro Felipe Melchor
5105830b5c fix heap use after free in config.c 2015-10-01 13:08:17 +02:00
Álvaro Felipe Melchor
ac965a56c0 Fix #3359 2015-10-01 11:01:55 +02:00
Jeffrey Crowell
92226d0650 Rename r_config_swap() to r_config_toggle()
closes #3309
2015-09-17 14:20:51 -04:00