1364 Commits

Author SHA1 Message Date
pancake
857b1bfce1
Add scr.hist.filter to toggle the filtered history up/down search ##shell (#18913)
* Introduced in f6f7728cf411a08bf81374aaf301b896c49ff842
2021-07-18 19:15:54 +02:00
pancake
ddb7842228
Improved reverse-search in command history ##shell 2021-07-18 18:37:23 +02:00
pancake
5f4c27f7f8
Initial implementation of ~.... for hudline prompt ##visual (#18861)
* Add new RCons.hud.line(_string) APIs
2021-06-28 00:13:15 +02:00
pancake
7c14bac05b
Add initial support for building r2 on WASI ##build 2021-06-20 17:14:43 +02:00
Sergi Àlvarez i Capilla
d20b1ac8de Fix memleak when allocation fails in RCons.input 2021-06-10 22:40:03 +02:00
pancake
f49ba3a948
Reduce stackframe usage in exchange for the heap for portability (#18824) 2021-06-10 16:13:38 +02:00
pancake
02b6d5d4f0 Fix RCons grep regression 2021-05-30 21:28:50 +02:00
Murphy
70d533b488
Fix grep cmd with neg (#18763) ##cons 2021-05-30 10:29:33 +02:00
pancake
d90510f951 Fix more recently introduced memleaks 2021-05-21 11:17:32 +02:00
pancake
3fd5ef358c
Add scr.optimize with experimental optimization ansi routine ##visual 2021-05-20 02:47:34 +02:00
pancake
374037a4d2 Fix warnings 2021-05-18 19:34:23 +02:00
pancake
df95c1e6c8 Rename defragger test to bobcrawl 2021-05-11 13:22:29 +02:00
pancake
57a9926b1f
Remove globals in cons/grep and random cleanup (#18671) 2021-05-10 11:56:08 +02:00
pancake
7ac5e17440
Fix double-prompt bug (#18650)
Co-authored-by: pancake <pancake@nopcode.org>
2021-05-03 09:46:03 +02:00
pancake
a2e28857b3 Handle aliased files in wff and wtf commands ##shell 2021-04-27 15:15:40 +02:00
pancake
69f18eecef Add guard check for r_cons_write 2021-04-27 15:15:40 +02:00
gogo2464
c093e68c48
Support null bytes in r_print_raw ##print 2021-04-27 13:27:29 +02:00
pancake
c217db6b8d Fix oob crash in 'pri' command ##print 2021-04-25 01:44:35 +02:00
Anthoine Bourgeois
a846d314dc Fix type "intgerp" -> "intgrep"
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
2021-04-24 21:58:09 +02:00
pancake
d1cd05a82d Fix oob read crash in dietline 2021-04-21 13:07:04 +02:00
pancake
b5e262a6b9 Linux debugger improvements 2021-04-19 17:28:42 -07:00
pancake
5f98cb2ff8
Add new theme named 'bluy' (#18588) ##cons
Co-authored-by: pancake <pancake@nopcode.org>
2021-04-16 19:29:22 +02:00
valdaarhun
b3941078a4 Fix Ctrl-J issue and remove redundant code in 'Ctrl-J' block ##cons 2021-04-10 23:46:33 +02:00
pancake
0a268e67a5 Implement pFX command exemplifying the use of r_sys_unxz() ##print
* Add support for xz decompression, that will be the base for future
  api handling internal implementations and system tools to decompress
  buffers in memory.
2021-04-10 23:13:27 +02:00
pancake
3862fb7e82
Rename r_cons_memcat to r_cons_write ##api (#18559) 2021-04-10 22:21:35 +02:00
pancake
3f70b40af0 Minor white theme fix 2021-04-09 17:34:42 +02:00
pancake
530c737d5d
Fix incorrect use of non-const strings and fiz zousans of warnings (#18544)
Co-authored-by: pancake <pancake@nopcode.org>
2021-04-06 12:45:19 +02:00
pancake
bd0b0be77b
Two coverity findings less 2021-03-30 00:56:04 +02:00
pancake
e3dfe63657 Fix a couple of warnings 2021-03-29 11:40:33 +02:00
pancake
8dc2894613 Add agfb for braile graphs ##visual
* Can be used from shell, panels or visual
* Added graph.zoom and graph.mini config variables
* Add r_str_size() api like r_cons_size()
* Add r_cons_pixel_flush()
2021-03-29 11:34:57 +02:00
pancake
625aca16e6 Implement RConsPixel and RBraile APIs ##cons 2021-03-29 11:34:57 +02:00
pancake
a7c08c15ce Don't scream out WARNINGs, capitalizing it is enough 2021-03-19 11:02:54 +01:00
pancake
6ed4b00727 Fix heap overflow in cons.grep 2021-03-10 16:58:24 +01:00
Alexandr
15094a5e01
Fix #16254 - grep expression parse improvement ##cons (#18419) 2021-03-06 23:04:37 +01:00
pancake
4ae1527bd2 Fix null derefs on RCons when no context is provided ##cons 2021-03-02 00:36:07 +01:00
pancake
4dee81b7a9 Initial implementation of graph edge highlighting ##visual 2021-02-28 16:17:07 +01:00
pancake
054b5fa46a
Add 32bit Debian packaging and bonus CI fixes ##build 2021-02-13 05:09:30 +01:00
pancake
126f8c799f Add p2 and pri in visual graphics modes ##visual 2021-02-09 11:38:24 +01:00
Khairul Azhar Kasmiran
3f18a68556 Fix strncpy truncation warnings 2021-02-06 03:30:53 +01:00
ChD1
2f1488656d
Add hidden aeaB by using switch instead of ifelse chain + divbyzero issue fixed 2021-01-27 17:52:29 +01:00
ChD1
580bdf2c52
Fix some bugs in dex.c, marshal.c, panels.c and other code optimization and fixel (#18297) 2021-01-27 10:53:50 +01:00
Kamil Rytarowski
9d761f6a88
Avoid array subscript type issues (#18295)
Cast char to unsigned char for standard reasons and security purposes.

Fixes build issues on NetBSD.
2021-01-26 13:08:58 +01:00
pancake
f6f7728cf4
Implement history filtering for dietline ##cons (#18283) 2021-01-25 03:28:37 +01:00
Liumeo
c631443b9b
Remove strncat usage (#18229) ##refactor 2021-01-14 17:24:23 +01:00
pancake
298888dfec Fix issues spotted with gcc -Werror 2021-01-13 01:28:10 +01:00
eagleoflqj
7b1b103f13 Fix r2 - tab crash related to regex apis 2021-01-09 12:47:47 +01:00
Liumeo
06b735441d
Fix memleak in test_anal_block & test_io (#18153) 2021-01-02 09:37:23 +01:00
pancake
0cd6b5528a
Initial implementation of r_cons_eprintf ##cons (#18145) 2020-12-31 19:35:01 +01:00
pancake
4b6fd801e4
Import last random rizin fixes and more (#18128) 2020-12-28 23:34:16 +01:00
ratijas
44755fe08d
Fix help rendering: avoid printing trailing whitespaces (#18115) ##cons 2020-12-27 12:16:20 +01:00