Commit graph

25920 commits

Author SHA1 Message Date
Riccardo Schirone
53bf5c497f SPDX Copyright text for all files based on history
- Add LICENSES directory
- Download additional licenses used
- Add .reuse directory
- Add doc about SPDX/reuse

Co-authored-by: Florian Märkl <info@florianmaerkl.de>
2021-03-05 19:39:15 +08:00
Riccardo Schirone
179748bcc5 librz/main: rename from rz_ to rz- for consistency 2021-03-05 19:39:15 +08:00
Khairul Azhar Kasmiran
5f028ea060
Fix -Wmaybe-uninitialized warning in optimized asan build (#763) 2021-03-05 18:37:45 +08:00
Anton Kochkov
dd4b88482c Add missing types tests 2021-03-05 17:41:57 +08:00
Anton Kochkov
800e999940 Fix tlj output 2021-03-05 17:41:57 +08:00
Anton Kochkov
60ce8f475f Use API instead of rz_core_cmd() for t calls 2021-03-05 17:41:57 +08:00
Anton Kochkov
650294b5d8 Remove tna and tnn commands 2021-03-05 17:41:57 +08:00
Anton Kochkov
1b10c13404 Do not filter SDB for t* command 2021-03-05 17:41:57 +08:00
Anton Kochkov
14258a8a05 Use newshell for all t commands 2021-03-05 17:41:57 +08:00
Anton Kochkov
24914b4894 Use newshell for tx commands 2021-03-05 17:41:57 +08:00
Anton Kochkov
bae99d4494 librz/core/*.c refactor for RzTypes extraction 2021-03-05 17:41:57 +08:00
Anton Kochkov
92b4a7b7aa Use newshell for ts commands 2021-03-05 17:41:57 +08:00
Anton Kochkov
628b5364a4 Use newshell for tp commands 2021-03-05 17:41:57 +08:00
Anton Kochkov
4b3e8e6482 Use newshell for tl commands 2021-03-05 17:41:57 +08:00
Aswin C
c997cc98f5
Introduce RZ_CMD_ARG_TYPE_FLAG and its autocomplete feature (#764) 2021-03-05 17:28:22 +08:00
Maijin
9e5fff30e8 Remove io_rbuf #751 2021-03-05 14:41:43 +08:00
Paul I
ad7796e229 Fix memory leak in rz_bin_object_patch_relocs() 2021-03-04 22:00:05 +01:00
Khairul Azhar Kasmiran
8827956897
Fix "directive argument is null" warnings in optimized asan build (#758) 2021-03-04 17:02:15 +08:00
Riccardo Schirone
084ea0a424 build: improve documentation for static building 2021-03-03 09:57:10 +01:00
Riccardo Schirone
7423f10be0 core/cmd_analysis: fix UAF in afist command 2021-03-03 12:10:25 +08:00
Florian Märkl
3b79b427e7
Pull actively applying Code out of rz_core_bin_info() for Strings (#742) 2021-03-02 15:16:16 +00:00
Khairul Azhar Kasmiran
2cefc504c7
Prevent signed int difference overflow in java_switch_op() (#750) 2021-03-02 21:54:15 +08:00
Anton Kochkov
f6678698ac Update SDB subproject 2021-03-02 17:50:53 +08:00
Khairul Azhar Kasmiran
550ca868f7
dcpu16/dis.c: Use snprintf/strncpy instead of sprintf/strcpy (#741) 2021-03-02 17:06:58 +08:00
Riccardo Schirone
53be388b8f core: allow to sort subcommands of a command group 2021-03-02 08:44:44 +01:00
Riccardo Schirone
8baacdddf2 core: extract RzCorePlugins from RzCmd to RzCore 2021-03-02 08:44:44 +01:00
Riccardo Schirone
0573226aeb core/cautocmpl: do not add a space when completing env vars 2021-03-02 08:44:44 +01:00
Paul I
fdaf1adc69 Remove assert in hash_get_int() 2021-03-02 12:30:30 +08:00
Paul I
77d75507a6 Use ht_*_insert() if possible 2021-03-02 12:30:30 +08:00
Paul I
5deec19f97 Replace SDB wtih HT in librz/core/agraph.c 2021-03-02 12:30:30 +08:00
Anton Kochkov
978853b7ce Wrap JSON for tfj command 2021-03-02 10:39:56 +08:00
Anton Kochkov
59ad3469c8 Wrap JSON for tej command 2021-03-02 10:39:56 +08:00
Anton Kochkov
1836d5c1b3 Remove tfc, move to tf, add tfk 2021-03-02 10:39:56 +08:00
Anton Kochkov
9ed2b289a4 Remove touch command 2021-03-02 10:39:56 +08:00
Anton Kochkov
f3dc8385e8 Use newshell for to commands 2021-03-02 10:39:56 +08:00
Anton Kochkov
284a13904b Use newshell for te commands 2021-03-02 10:39:56 +08:00
Anton Kochkov
ff25186f57 Use newshell for tf commands 2021-03-02 10:39:56 +08:00
Riccardo Schirone
fa2028e171
core/cmd_debug: fix OOB read when running 'dcu' (#745) 2021-03-01 18:59:28 +00:00
Paul I
8a69088719 Use HtUP for storing trace nodes 2021-03-01 18:47:53 +01:00
Florian Märkl
ea879f74c6
Make RzBinPlugin.patch_relocs local to RzBinFile (#737) 2021-03-01 13:39:03 +01:00
Paul I
2171a7cfbf Free objects allocated by rz_syscall_get() 2021-03-01 14:11:12 +08:00
Khairul Azhar Kasmiran
28661ac655 Fix -Wformat-overflow= warning in gcc release build 2021-03-01 14:09:49 +08:00
Khairul Azhar Kasmiran
6914c63460 Fix -Wmaybe-uninitialized warning in gcc release build 2021-03-01 14:09:49 +08:00
Itay Cohen
c2f44b4c78
Disable function size by default ##breaking (#669) 2021-02-28 15:05:10 +02:00
Riccardo Schirone
6491975461 ci: fix tag generated for container 2021-02-26 21:49:40 +01:00
Riccardo Schirone
e1dcc69150 ci: fix tags filter 2021-02-26 20:55:28 +01:00
Riccardo Schirone
e70999e9d8
ci: push Docker tag also for tagged release (#627) 2021-02-26 18:48:17 +01:00
Riccardo Schirone
5b0c8b9408 rizin: RZ_IS_PORTABLE should be 0 or 1 2021-02-26 13:49:47 +01:00
Riccardo Schirone
bdd7a990a7 core: RzCmd provides default_value to handler when specified 2021-02-26 12:36:39 +01:00
Anton Kochkov
450468f6c8 Use newshell for tn and td commands 2021-02-26 18:43:23 +08:00