rizin/test/unit
2021-11-15 19:57:14 +01:00
..
auxiliary Set CI buildtypes to highest opt level possible and set default buildtype to debugoptimized (#260) 2021-03-10 18:00:56 +08:00
cpp Add separate test to check if C++ programs work with Rizin (#1743) 2021-09-24 10:15:59 +02:00
legacy_unit Remove unused RzFList 2021-10-21 16:45:09 +08:00
.gitignore
meson.build Add thread pool and physical core number (#1973) 2021-11-14 12:06:19 +01:00
minunit.h Support rz_read_<endianness>_float/rz_read_<endianness>_double (#850) 2021-03-17 15:03:37 +01:00
mock_io.inl SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_agraph.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_analysis_block.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_analysis_block_invars.inl SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_analysis_cc.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_analysis_class_graph.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 Fix Global Variable UAF after deleting flag manually (#1697) 2021-09-16 12:26:17 +08:00
test_analysis_hints.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +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 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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_annotated_code.c Use rz_cons_get_buffer_dup 2021-08-27 20:12:57 +02:00
test_autocmplt.c RzShell: add autocompletion for @@ iterator operators, @@., @@=, etc. (#1896) 2021-10-29 00:11:45 +08:00
test_base64.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_big.c Rename RNum to the RzNum (#1539) 2021-08-29 21:06:29 +02:00
test_bin.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_bin_lines.c Add new Line Data Structure 2021-03-30 13:07:05 +08:00
test_bitmap.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_buf.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_cmd.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_config.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_core_bin.c Reorganize map skyline segments 2021-08-03 22:44:38 +08: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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_core_task.c Use rz_cons_get_buffer_dup 2021-08-27 20:12:57 +02:00
test_debruijn.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_debug.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_debug_session.c Reduce registers shown in the output of dr and Vpp when analysing an ARM64 executable (#1739) 2021-09-28 23:49:55 +08:00
test_diff.c Fix few clang-cl warnings 2021-09-04 12:06:07 +02: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 Fix few clang-cl warnings 2021-09-04 12:06:07 +02:00
test_file.c Fix Coverity CID 317020 (UAF) 2021-04-13 19:06:20 +08:00
test_flags.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_glob.c Add support to rz_str_glob and add tests (#18420) 2021-03-16 16:57:32 +08:00
test_graph.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_idstorage.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_il_definitions.c [RzIL] Add concat, append handlers etc. (#1936) 2021-11-15 19:57:14 +01:00
test_il_vm.c Avoid heap for < 65 bits and simplified rz_il_bv_new_from_* methods 2021-11-15 14:56:15 +01:00
test_inflate_deflate.c Add missing copyrights (#1570) 2021-09-02 16:39:50 +08:00
test_intervaltree.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_io.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33: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 Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08: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 Rewrite PDB parser ##bin (#1517) 2021-10-09 16:57:29 +08:00
test_pj.c Rename pj.h to rz_pj.h (#1783) 2021-10-01 21:35:39 +08:00
test_project_migrate.c Add serialization functionality for breakpoints (#1574) 2021-09-24 12:30:28 +00:00
test_queue.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_rbtree.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_reg.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08: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_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 [FLIRT] Refactoring and create rz_sign library (#1960) 2021-11-11 20:29:59 +01:00
test_serialize_config.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_serialize_debug.c Add API function for RzBreakpointItem and fix breakpoint serialization tests (#1750) 2021-09-26 10:17:13 +02:00
test_serialize_flag.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_serialize_spaces.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 [FLIRT] Refactoring and create rz_sign library (#1960) 2021-11-11 20:29:59 +01:00
test_skiplist.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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 SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_sparse.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_stack.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_str.c Remove strnlen() calls and replace by rz_str_nlen() 2021-10-26 10:50:22 +02:00
test_str_search.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_strbuf.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_subprocess.c Convert ! commands to newshell (#1235) 2021-07-28 10:33:33 +02:00
test_table.c Fix some memleaks in unit tests (#1869) 2021-10-22 09:33:20 +08:00
test_task.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_threads.c Add thread pool and physical core number (#1973) 2021-11-14 12:06:19 +01:00
test_tree.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
test_type.c Extend the pretty printing API for base types and other printers (#1781) 2021-10-02 13:51:01 +05:30
test_types.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
test_uleb128.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
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
test_yank.c Port y (yank) commands to the rzshell (#1734) 2021-09-27 13:27:41 +08:00