rizin/librz/io
Riccardo Schirone e933003b5b
librz: do not duplicate plugins (#3313)
* librz: do not duplicate plugins

Plugins structures are statically defined at the file scope and not
dynamically allocated. Plugins should not allocate them either as
RzLibPlugin keeps a reference to them anyway.
2023-01-23 12:51:09 +00:00
..
p Fix plugin removal and clean code (#3277) 2023-01-16 13:32:46 +01:00
io.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
io_cache.c Convert 'wc' commands to rzshell (#2297) 2022-02-10 15:48:57 +01:00
io_desc.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
io_fd.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
io_map.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
io_memory.c
io_memory.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
io_plugin.c librz: do not duplicate plugins (#3313) 2023-01-23 12:51:09 +00:00
io_private.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
ioutils.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
meson.build Removed rzbochs 2022-12-04 16:53:58 +01:00
p_cache.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
serialize_io.c