rizin/test/unit
2021-08-30 23:00:43 +08:00
..
auxiliary
legacy_unit RzCmd: add some helper APIs for RzCmdStateOutput 2021-08-30 07:39:21 +02:00
.gitignore
meson.build Add rz_deflate* functions and save projects in compressed format (#1446) 2021-08-30 16:54:09 +08:00
minunit.h Support rz_read_<endianness>_float/rz_read_<endianness>_double (#850) 2021-03-17 15:03:37 +01:00
mock_io.inl
rz_arch_buffer.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
rz_test_cmd_test Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
test_addr_interval.c
test_agraph.c
test_analysis_block.c
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 New global variable concept (#1407) 2021-08-11 15:23:29 +02:00
test_analysis_hints.c
test_analysis_meta.c
test_analysis_op.c Fixes for value analysis (#1520) 2021-08-27 22:07:39 +08: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 Use rz_cons_get_buffer_dup 2021-08-27 20:12:57 +02:00
test_autocmplt.c Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
test_base64.c
test_big.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
test_bin.c Add configuration variables elf.load.sections 2021-07-28 16:40:14 +02:00
test_bin_lines.c Add new Line Data Structure 2021-03-30 13:07:05 +08:00
test_binheap.c
test_bitmap.c
test_buf.c librz/util: Fix double free in buf when whole_buf is not allocated (#1362) 2021-07-27 12:52:42 +08:00
test_cmd.c RzCmd: add some helper APIs for RzCmdStateOutput 2021-08-30 07:39:21 +02:00
test_config.c
test_config.h.in Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
test_cons.c Simplify kill_word functions in dietline and fix META-D bug 2021-04-22 11:47:44 +02:00
test_contrbtree.c
test_core_bin.c Reorganize map skyline segments 2021-08-03 22:44:38 +08:00
test_core_cmd.c Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08: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
test_debug.c
test_debug_session.c
test_diff.c Rewrite rz-diff and internal diffing library (#1126) 2021-05-14 19:47:30 +08:00
test_dwarf.c Add configuration variables elf.load.sections 2021-07-28 16:40:14 +02:00
test_dwarf_info.c Add configuration variables elf.load.sections 2021-07-28 16:40:14 +02:00
test_dwarf_integration.c Add configuration variables elf.load.sections 2021-07-28 16:40:14 +02:00
test_endian.c Support rz_read_<endianness>_float/rz_read_<endianness>_double (#850) 2021-03-17 15:03:37 +01:00
test_event.c Support self-unhooking of RzEvent Callbacks (#1255) 2021-06-30 19:49:30 +02:00
test_file.c Fix Coverity CID 317020 (UAF) 2021-04-13 19:06:20 +08:00
test_flags.c
test_glob.c Add support to rz_str_glob and add tests (#18420) 2021-03-16 16:57:32 +08:00
test_graph.c
test_hash.c Added details on pointer ownership (#1164) 2021-05-24 20:17:21 +02:00
test_hex.c
test_id_storage.c
test_idpool.c
test_idstorage.c
test_inflate_deflate.c test/unit: ignore OS byte in the gzip header when comparing deflated output (#1554) 2021-08-30 23:00:43 +08:00
test_intervaltree.c
test_io.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
test_io_ihex.c Fix ihex Write for >2 16bit Pages 2021-05-11 09:53:51 +02:00
test_itv.c Reorganize map skyline segments 2021-08-03 22:44:38 +08:00
test_json.c New RzJson to string API (#1121) 2021-05-11 19:01:14 +02:00
test_list.c Add rz_list_find_ptr() (#1092) 2021-04-30 10:07:39 +02:00
test_ovf.c Fix #1506 - Fix unsigned integer overflow in RzIO cache skyline (#1512) 2021-08-25 16:36:20 +08:00
test_pdb.c Partly refactor PDB parser (#1173) 2021-07-29 18:55:51 +08:00
test_pj.c
test_project_migrate.c New global variable concept (#1407) 2021-08-11 15:23:29 +02:00
test_queue.c
test_rbtree.c
test_reg.c
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_rzpipe.c test: use inplace 'rizin' binary for 'rzpipe' test 2021-06-14 18:32:40 +08:00
test_sdb.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
test_serialize_analysis.c New global variable concept (#1407) 2021-08-11 15:23:29 +02:00
test_serialize_config.c
test_serialize_flag.c
test_serialize_spaces.c
test_serialize_types.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_sign.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_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 Use str{l,n}cpy() in rz_str_ncpy() instead of a loop (#1395) 2021-08-25 18:21:45 +08:00
test_strbuf.c
test_subprocess.c Convert ! commands to newshell (#1235) 2021-07-28 10:33:33 +02:00
test_table.c Fix test_rz_table_transpose unit test 2021-08-28 22:16:23 +08:00
test_task.c
test_tree.c
test_type.c Resolve minor bug in rz_type_db_base_type_as_string (#1402) 2021-08-06 17:40:15 +08:00
test_types.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
test_uleb128.c
test_unum.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
test_util.c Fix Coverity CID 317125 (NULL DEREF) 2021-04-13 19:06:20 +08:00
test_vector.c Add head and tail for RzVector and RzPVector (#1450) 2021-08-15 22:53:47 +08:00