..
auxiliary
cpp
Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math ( #3421 )
2023-03-30 18:36:48 +08:00
.gitignore
meson.build
librz/util: add bit counting and address alignment calculation helper. ( #4886 )
2025-02-10 00:42:54 +08:00
minunit.h
mock_io.inl
Change len parameter type to size_t in RzIO API ( #4012 )
2023-12-03 19:28:16 +08:00
rz_arch_buffer.h
rz_test_cmd_test
test_addr_interval.c
test_agraph.c
Add (i)CFG node type annotations + bug fix ( #4221 )
2024-02-14 23:40:00 +08:00
test_analysis_block.c
struct timezone is obsolete/deprecated ( #4672 )
2024-10-16 17:13:17 +08:00
test_analysis_block_invars.inl
Convert basic block into RzPVector ( #4349 )
2024-03-10 15:59:15 +08:00
test_analysis_cc.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_analysis_class_graph.c
Add different types of RzGraphNodeInfos. ( #4189 )
2024-02-09 22:23:36 +08:00
test_analysis_function.c
librz/analysis: add force function rename API ( #4703 )
2024-11-08 09:01:25 +08:00
test_analysis_hints.c
test_analysis_meta.c
test_analysis_op.c
Initialize RzAnalysisOp properly. ( #4350 )
2024-03-10 18:26:10 +08:00
test_analysis_var.c
Add missing vector foreach macros to clang-format cfg ( #4456 )
2024-04-22 07:16:46 +08:00
test_analysis_xrefs.c
test_annotated_code.c
Add missing vector foreach macros to clang-format cfg ( #4456 )
2024-04-22 07:16:46 +08:00
test_base64.c
test: some base64 unit tests to demonstrate bugs
2023-10-13 09:42:50 +08:00
test_big.c
test_bin_lines.c
test_bin_mach0.c
Fix dyldcache reading tests with optimization ( Fix #3459 ) ( #5035 )
2025-03-25 08:12:09 +01:00
test_bits.c
librz/util: add bit counting and address alignment calculation helper. ( #4886 )
2025-02-10 00:42:54 +08:00
test_bitvector.c
Adding missing operation in bitvector lib and core theory ( #4078 )
2024-01-08 23:10:14 +08:00
test_buf.c
RzBuffer consistency and make buffer type public ( #4666 )
2024-10-12 11:27:21 +02:00
test_cmd.c
librz/core: remove old shell completely ( #5004 )
2025-03-17 22:26:22 +08:00
test_compare.c
test_config.c
test_config.h.in
test_cons.c
Remove global RzLine instance
2024-01-07 22:40:25 +08:00
test_contrbtree.c
Improve cmd_help.yaml and fix random number generator ( #3452 )
2023-04-07 20:22:01 +08:00
test_core_analysis_stats.c
test_core_bin.c
Refactor the maps in RzBinPlugin from list to pvector ( #4081 )
2024-01-07 12:42:54 +08:00
test_core_cmd.c
core/cmd: just store RzCore reference instead of void *data
2022-08-26 07:53:43 +08:00
test_core_seek.c
test_core_task.c
rz_core_task_join: Return fine-grained error values ( #4505 )
2024-05-22 12:03:35 +08:00
test_crypto.c
Fix plugin removal and clean code ( #3277 )
2023-01-16 13:32:46 +01:00
test_debruijn.c
test_debug.c
Add missing vector foreach macros to clang-format cfg ( #4456 )
2024-04-22 07:16:46 +08:00
test_debug_session.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_diff.c
Remove agd and add rz_analysis_similarity/match + refactoring
2022-10-04 20:02:35 +02:00
test_ebcdic.c
test_encodings.c
String/Hex-Search 2/9: Improve Unicode support.
2025-02-22 04:12:49 +08:00
test_endian.c
util: rz_endian cleanup and documentation ( #3900 )
2023-10-05 10:40:00 +08:00
test_event.c
test_file.c
test_flags.c
Make rz_flag_set_next() try the addr before incremental numbers as suffix ( #3986 )
2023-11-18 23:15:50 +01:00
test_flirt.c
test_float.c
Fix #4799 : Use Meson to set c_std=c99 ( #4828 )
2025-01-13 22:22:23 +08:00
test_glob.c
test_graph.c
Enable generation of inter-procedual control flow graph. ( #4001 )
2023-12-14 22:34:43 +08:00
test_hash.c
Add SM3 hash ( #3769 )
2023-08-17 21:59:06 +08:00
test_hex.c
String/Hex-Search 1/9: Add hexadecimal number helpers, doxygen and type annotations.
2025-02-22 04:12:49 +08:00
test_ht.c
util: implement iterator for hash tables and sets ( #4639 )
2024-09-24 21:36:54 +08:00
test_id_storage.c
test_idpool.c
test_idstorage.c
test_il_definitions.c
test_il_helpers.c
RzIL: add unit-tests for float cmp helpers ( #4458 )
2024-04-24 20:09:03 +08:00
test_il_reg.c
test_il_validate.c
Add HtSP, HtSS, HtSU, SetS ( #4415 )
2024-04-16 20:27:48 +08:00
test_il_vm.c
rzil: add 'fexcept'|'FEXCEPT' ( #4771 )
2024-12-18 13:39:01 +08:00
test_inflate_deflate.c
test_intervaltree.c
struct timezone is obsolete/deprecated ( #4672 )
2024-10-16 17:13:17 +08:00
test_io.c
librz/core: Fix disassembly (e.g. pd) with unmapped gaps ( #4932 )
2025-02-26 22:59:44 +08:00
test_io_ihex.c
test_itv.c
librz/util: implement a bounded interval. ( #4977 )
2025-03-09 15:24:07 +08:00
test_json.c
RzUtil add new API
2023-08-25 23:32:05 +08:00
test_list.c
Add unit test for rz_list_sorted_uniq ( #5032 )
2025-03-24 21:56:05 +08:00
test_log.c
Add rz_log and rz_core_notify functions usable with not-formatted strings. ( #4448 )
2024-04-22 07:31:37 +08:00
test_lzma.c
test_mem.c
librz/util: add bit counting and address alignment calculation helper. ( #4886 )
2025-02-10 00:42:54 +08:00
test_ovf.c
test_pj.c
test_rbtree.c
test_reg.c
Rewrite RzReg to use RzBitVector
2022-11-01 10:58:16 +08:00
test_regex.c
/e: Set NUL (\0) as newline (#4862 )
2025-01-25 19:07:34 +08:00
test_rop.c
Expose APIs for rz-solver ( #4648 )
2024-10-16 16:23:10 +08:00
test_rop_constraint.c
Expose APIs for rz-solver ( #4648 )
2024-10-16 16:23:10 +08:00
test_run.c
test_rz_test.c
Revert #4506 ( #4519 )
2024-05-27 21:50:58 +08:00
test_sdb.h
DWARF improve DWARF5 support and refactor
2023-08-25 23:32:05 +08:00
test_sdb_array.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_sdb_diff.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_sdb_sdb.c
Remove SdbList ( #4496 )
2024-05-17 19:23:04 +08:00
test_sdb_util.c
test_serialize_analysis.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_config.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_debug.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_flag.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_seek.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_spaces.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_serialize_types.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_skiplist.c
Add user pointer to RzListComparator ( #4204 )
2024-02-11 13:28:33 +08:00
test_skyline.c
test_socket.c
Rewrite and fix non-libuv tcp server (Rt command)
2022-08-06 13:20:52 +02:00
test_spaces.c
test_sparse.c
test_stack.c
test_str.c
Replace current regex engine with PCRE2 ( #4185 )
2024-02-05 12:51:16 +08:00
test_str_search.c
String/Hex-Search 8/9: Add vastly improved string search.
2025-02-22 04:12:49 +08:00
test_strbuf.c
RzStrBuf: remove weakref related code
2023-08-15 09:00:22 +08:00
test_subprocess.c
Add *pty API ( #3221 )
2022-12-29 20:38:39 +08:00
test_table.c
table: Right-align number columns ( #4849 )
2025-01-19 23:00:37 +08:00
test_task.c
test_threads.c
Allow RzThreadIterator to be stopped. ( #4904 )
2025-02-14 03:30:38 +08:00
test_tokens.c
RzAsm/RzAnalysis pointer sharing changes before RzArch and Hexagon fixes ( #4667 )
2024-10-17 15:30:40 +08:00
test_tree.c
test_type.c
sdb: remove unused cas and expire features ( #4487 )
2024-05-12 18:27:54 +08:00
test_uleb128.c
test_unum.c
librz/util/num: handling minimum st64 in rz_num_abs ( #4952 )
2025-03-02 22:44:09 +08:00
test_util.c
RzUtil add new API
2023-08-25 23:32:05 +08:00
test_vector.c
Add rz_pvector_enumerate macro ( #4462 )
2024-04-27 11:07:06 +08:00
test_yank.c