rizin/librz/include
Florian Märkl ff4d6608c0
Add rz_bv_append_inplace() (#6592)
Warning: this also swaps the arguments of the old rz_bv_append() to be
consistend with the new inplace variant.
The reason why the inplace function has the low as the first operand is
that it can be more efficient to append to an existing vector inplace
than to prepend to it. Then, the first argument is being used as the
in-out one in all other inplace functions.
2026-07-03 23:31:30 +08:00
..
rz_crypto librz/bin: add CaRT container format support (#5964) 2026-03-07 20:51:50 +08:00
rz_esil Move ESIL into its own namespace (#6199) 2026-04-11 16:26:01 +08:00
rz_il shell: fix output indentation in plF command (#6198) 2026-04-12 19:33:18 +08:00
rz_util Add rz_bv_append_inplace() (#6592) 2026-07-03 23:31:30 +08:00
sflib Rewrite C compiler code for rz-gg (#5761) 2026-01-10 13:36:51 +08:00
meson.build build: fix rz_bin_stabs.h hdr install (#6526) 2026-06-18 03:46:03 +08:00
rz_agraph.h Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
rz_analysis.h Fix tn- <hex_number> (#6585) 2026-07-02 11:11:28 +08:00
rz_arch.h Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
rz_asm.h librz/debug: native debugger plugin for RISC-V (#5966) 2026-04-26 16:28:07 +08:00
rz_basefind.h Revert back only the changes for the threads code and ignores rz-test 2024-06-02 18:11:06 +08:00
rz_bin.h librz/bin: add STABS format parser (#6511) 2026-06-17 04:13:23 +08:00
rz_bin_dwarf.h Fix memory leaks related to DWARF (#6245) 2026-04-17 17:33:11 +00:00
rz_bin_source_line.h Add HtSP, HtSS, HtSU, SetS (#4415) 2024-04-16 20:27:48 +08:00
rz_bin_stabs.h librz/bin: add STABS format parser (#6511) 2026-06-17 04:13:23 +08:00
rz_bind.h
rz_bp.h Move RzBreakpoint into RzDebug (#5124) 2025-05-13 01:57:37 +08:00
rz_build_version.h.in Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
rz_cmd.h Add pf commands autocomplete (#6445) 2026-06-02 13:44:07 +08:00
rz_cmp.h
rz_config.h Add RzConfigValidator for validating (on set) owned variables (#6356) 2026-05-16 16:12:13 +02:00
rz_cons.h librz/cons/histogram: revamp visual horizontal histogram (#6365, #4431) (#6440) 2026-06-07 14:00:31 +08:00
rz_constructor.h Convert from rz_str_new to rz_str_dup (#4178) 2024-02-07 00:07:53 +08:00
rz_core.h refactor: move rz_core_types_rename to rz_core.h (#6536) 2026-06-20 02:54:56 +08:00
rz_crypto.h librz/util: base64, base85, base36, base32, base16 support and refactor (#5216) (#5271) 2025-08-17 15:26:25 +08:00
rz_debug.h Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
rz_demangler.h Bump rz-libdemangle to get the dlang demangler (#6566) 2026-06-28 12:50:08 +08:00
rz_diff.h Implement lcs-roll distance (myers+fastcdc) (#6512) 2026-06-15 23:23:54 +08:00
rz_drx.h
rz_egg.h Fix egg context ownership as rz_egg_emit_t is static (#6463) 2026-06-06 09:49:34 +08:00
rz_endian.h Revert changes for rz_read_be128 and rz_write_be128 (#5779) 2026-01-11 18:06:02 +08:00
rz_flag.h Fix aav.aav.* naming #2205 (#6079) 2026-03-29 17:49:04 +08:00
rz_flirt.h Add WASM to sig enum in rz_flirt.h (#4945) 2025-02-28 14:06:16 +08:00
rz_gadget.h librz/core: implement ROP/JOP/COP gadget cache (#6328) 2026-05-24 21:48:42 +08:00
rz_getopt.h
rz_hash.h implement shake-128 and shake-256 (#6490) 2026-06-23 11:47:13 +08:00
rz_heap_glibc.h Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
rz_heap_jemalloc.h Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
rz_il.h
rz_io.h Fix RZ_IPI usage on public headers & fix memory leak in the ROP code. (#6171) 2026-04-08 13:37:17 +08:00
rz_jemalloc_types.h heap: refactor parser for jemalloc 4.5.0 (#5722) 2026-01-07 00:24:12 +08:00
rz_lang.h Remove static global variables from armass.c, rtr.c, rtr_http.c, and c.c (#6183) 2026-04-09 00:53:01 +08:00
rz_lib.h refactor: Use HtSP for storing plugins. (#4687) 2024-10-26 16:31:13 +08:00
rz_list.h Revert "Implement Pool Node allocation for RzList (#6203)" (#6313) 2026-05-04 22:45:00 +08:00
rz_magic.h Fix memory leak in RzMagicLine: free test_string and name fields (#5782) 2026-01-15 13:37:04 +00:00
rz_main.h rz-ar: add archive extraction utility (#6036) 2026-03-18 03:51:18 +08:00
rz_mark.h refactor: rz_mark_foreach_glob to rz_mark_foreach_regex (#5446) 2025-10-11 00:55:10 +08:00
rz_math.h test/bench: measure standard deviation for benchmarks (#6390) 2026-05-25 05:08:06 +08:00
rz_parse.h Move parse into arch. (#4342) 2024-03-07 23:50:22 +08:00
rz_pdb.h librz/bin/pdb: fix memory leaks of PDB callable convention strings and orphaned callables (#6468) 2026-06-09 12:23:56 +08:00
rz_pf.h Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
rz_platform.h Reject NULL values in rz_platform_profiles_init() (#5090) 2025-04-22 15:49:02 +08:00
rz_project.h Bump project version to 25 due to asm.demangle removal (#6461) 2026-06-04 22:39:57 +08:00
rz_reg.h RzReg: Associate roles with RzRegItem instead of name strings (#6291) 2026-04-30 12:03:51 +02:00
rz_search.h Remove dead code of /b. 2025-12-31 23:45:05 +08:00
rz_sign.h
rz_skiplist.h
rz_skyline.h
rz_socket.h Remove RAP protocol (#5046) 2025-03-27 00:55:06 +08:00
rz_syscall.h Fix: asn and asr command #3885 (#5477) 2025-11-04 23:38:16 +08:00
rz_th.h Fix deadlock in rz_th_queue_close_when_empty() (#6383) 2026-05-25 09:25:29 +02:00
rz_type.h Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
rz_types.h Add Alpha linux native debugger (#6447) 2026-06-09 12:27:19 +08:00
rz_types_base.h Use stdint types for ut64 and friends (#6276) 2026-04-22 21:43:04 +08:00
rz_types_overflow.h
rz_userconf.h.in Implement ring buffer (#6081) 2026-04-13 10:15:49 +00:00
rz_util.h test/bench: measure standard deviation for benchmarks (#6390) 2026-05-25 05:08:06 +08:00
rz_vector.h Add order ignoring remove_at version with better performance. (#6389) 2026-05-22 20:54:49 +00:00
rz_windows.h
rz_windows_heap.h Simplify relative #include to windows_heap_types.h (#6211) 2026-04-11 23:25:15 +08:00