rizin/test/unit
2022-04-18 18:47:08 +02:00
..
auxiliary Split unit and integration tests 2022-03-23 10:34:53 +01:00
cpp Revert test/unit/cpp/meson.build (#2003) 2021-11-21 19:39:34 +08:00
legacy_unit Format according to clang-format-13 2021-11-25 15:44:28 +08:00
.gitignore
meson.build Split unit and integration tests 2022-03-23 10:34:53 +01:00
minunit.h
mock_io.inl
rz_arch_buffer.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
rz_test_cmd_test
test_addr_interval.c
test_agraph.c
test_analysis_block.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
test_analysis_block_invars.inl
test_analysis_cc.c
test_analysis_class_graph.c
test_analysis_function.c Refactor RzTypes to use structs instead of SDB + New Tree-Sitter based C Parser (#1047) 2021-07-20 01:46:45 +08:00
test_analysis_global_var.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
test_analysis_hints.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
test_analysis_meta.c Port C (metainformation) commands to the rzshell (#1752) 2021-10-15 16:48:18 +08:00
test_analysis_op.c Disable GPL code and Add RISC-V support via Capstone 5 (#2087) 2021-12-11 13:30:01 +01:00
test_analysis_var.c Refactor RzTypes to use structs instead of SDB + New Tree-Sitter based C Parser (#1047) 2021-07-20 01:46:45 +08:00
test_analysis_xrefs.c
test_annotated_code.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
test_base64.c
test_big.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
test_bin_lines.c
test_bitmap.c
test_bitvector.c Fix copied bit count in rz_copy_nbits and add unit test (#2547) 2022-04-18 18:47:08 +02:00
test_buf.c Implement new rz_buf_fwd_scan() API (#2530) 2022-04-17 15:08:08 +02:00
test_cmd.c Improve suggestions when wrong command/args is used (#2365) 2022-03-02 10:39:33 +01:00
test_compare.c Port c commands to newshell (#1854) 2021-11-25 17:55:08 +05:30
test_config.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_cons.c
test_contrbtree.c
test_core_bin.c Store back-references to core files in RzIOMap (#2408) 2022-03-14 10:09:14 +01:00
test_core_cmd.c Move TSLanguage initialization into new rz_core_cmd_new API 2021-10-08 15:38:16 +02:00
test_core_seek.c
test_core_task.c Use rz_cons_get_buffer_dup 2021-08-27 20:12:57 +02:00
test_debruijn.c Finish conversion of w commands to rzshell (#2412) 2022-03-16 11:20:29 +00:00
test_debug.c Add unit tests for software breakpoints 2022-01-26 17:12:26 +01:00
test_debug_session.c Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
test_diff.c Fix few clang-cl warnings 2021-09-04 12:06:07 +02:00
test_ebcdic.c EBCDIC character support (#1643) 2021-11-22 09:48:57 +08:00
test_endian.c
test_event.c Fix few clang-cl warnings 2021-09-04 12:06:07 +02:00
test_file.c Introduce rz_file_dos_basename() API 2022-03-29 09:27:51 +08:00
test_flags.c
test_flirt.c [FLIRT] add info extraction 2021-12-23 17:06:55 +01:00
test_glob.c
test_graph.c
test_hash.c Added details on pointer ownership (#1164) 2021-05-24 20:17:21 +02:00
test_hex.c Document rz_hex_str2bin and add unit tests 2021-11-09 12:01:41 +01:00
test_id_storage.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_idpool.c
test_idstorage.c
test_il_definitions.c [RzIL] Add rz_il_value_eq() 2022-01-22 18:40:10 +01:00
test_il_reg.c Enable specifying exact reg bindings in RzAnalysisILConfig (#2261) 2022-01-29 09:14:08 +00:00
test_il_validate.c [RzIL] Forbid data after ctrl effects by validation 2022-01-13 21:35:25 +01:00
test_il_vm.c [RzIL] Add remaining comparison aliases and tests (#2295) 2022-02-08 17:29:35 +01:00
test_inflate_deflate.c [FLIRT] Create signatures from RzAnalysis data (#2036) 2021-12-15 19:08:16 +01:00
test_intervaltree.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
test_io.c Store back-references to core files in RzIOMap (#2408) 2022-03-14 10:09:14 +01:00
test_io_ihex.c
test_itv.c Reorganize map skyline segments 2021-08-03 22:44:38 +08:00
test_json.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_list.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
test_ovf.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
test_pj.c Rename pj.h to rz_pj.h (#1783) 2021-10-01 21:35:39 +08:00
test_queue.c
test_rbtree.c
test_reg.c Extend bitvector and reg unit tests 2022-02-05 21:50:48 +01:00
test_run.c Add RzRun tests 2021-08-23 18:45:22 +08:00
test_rz_test.c Convert ! commands to newshell (#1235) 2021-07-28 10:33:33 +02:00
test_sdb.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
test_serialize_analysis.c Remove ESIL Pins (#2096) 2021-12-12 18:27:34 +01:00
test_serialize_config.c
test_serialize_debug.c Make dcu fail on failed bp instead of blindly continuing 2022-01-26 17:12:26 +01:00
test_serialize_flag.c
test_serialize_spaces.c
test_serialize_types.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
test_sign.c Split unit and integration tests 2022-03-23 10:34:53 +01:00
test_skiplist.c
test_skyline.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
test_spaces.c
test_sparse.c
test_stack.c
test_str.c RzUtil/str: remove len argument from rz_str_filter 2022-04-06 01:46:18 +08:00
test_str_search.c EBCDIC character support (#1643) 2021-11-22 09:48:57 +08:00
test_strbuf.c Make rz_strbuf_slice() truncate on excessive len (#2115) 2021-12-18 23:16:24 +01:00
test_subprocess.c Convert ! commands to newshell (#1235) 2021-07-28 10:33:33 +02:00
test_table.c Refactor RzTable: change the implementation to RzVector (#2536) 2022-04-13 00:57:52 +08:00
test_task.c
test_threads.c Add thread pool and physical core number (#1973) 2021-11-14 12:06:19 +01:00
test_tree.c
test_type.c Introduce addr_bits to type db for e.g. thumb (#2457) 2022-03-27 15:53:42 +02:00
test_uleb128.c Fix many pointer/int conversion warnings on arm32 (#2246) 2022-01-25 11:41:17 +01:00
test_unum.c Move bitmask creation to common rz_num_bitmask() 2022-01-23 18:29:31 +01:00
test_util.c Finish conversion of w commands to rzshell (#2412) 2022-03-16 11:20:29 +00:00
test_vector.c Refactor RzTable: change the implementation to RzVector (#2536) 2022-04-13 00:57:52 +08:00
test_yank.c Port y (yank) commands to the rzshell (#1734) 2021-09-27 13:27:41 +08:00