rizin/librz/io
Florian Märkl 77a334a2af
Refactor srec reading to not use sscanf (#3321)
Parsing with sscanf turned out to cause an extreme slowdown. As only hex
values are being read, this can be done with RzUtil-provided
functionality. Relevant test cases exist in test/db/io/srec.
2023-01-25 16:42:46 +01:00
..
p Refactor srec reading to not use sscanf (#3321) 2023-01-25 16:42: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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00