.. |
legacy_unit
|
some refactoring of the RThread thing
|
2024-02-23 18:47:27 +01:00 |
.gitignore
|
|
|
Makefile
|
Enhance RHex API preconditions and fix asan unit tests
|
2023-06-21 21:20:10 +02:00 |
meson.build
|
Initial implementation of our custom r_str_printf api
|
2024-02-08 11:16:42 +01:00 |
minunit.h
|
|
|
r2r_cmd_test
|
|
|
test_addr_interval.c
|
|
|
test_agraph.c
|
Add user pointer to r_agraph_new_from_graph for core_agD plugin
|
2023-08-27 18:47:21 +02:00 |
test_anal_block_invars.inl
|
|
|
test_anal_block.c
|
|
|
test_anal_cc.c
|
|
|
test_anal_class_graph.c
|
Stop aeg from abusing agg ##refactor
|
2022-10-20 07:56:57 +02:00 |
test_anal_function.c
|
|
|
test_anal_hints.c
|
|
|
test_anal_meta.c
|
Rename RVector.len to RVector.length for consistency ##api
|
2022-11-06 19:48:53 +01:00 |
test_anal_types.c
|
|
|
test_anal_var.c
|
Remove RList.get_top and RList.get_bottom
|
2023-03-03 10:14:51 +01:00 |
test_anal_xrefs.c
|
|
|
test_base64.c
|
|
|
test_big.c
|
Fix oom in the LE parser ##bin
|
2023-03-05 11:30:03 +01:00 |
test_bin.c
|
|
|
test_bitmap.c
|
Fix another race condition in the macho parser ##bin
|
2022-05-19 08:15:14 +02:00 |
test_buf.c
|
Redesigned IO cache with layers ##io
|
2023-06-14 18:26:12 +02:00 |
test_cmd_str.c
|
|
|
test_cmd.c
|
Remove unused apis in cmd and disable related unit tests
|
2022-09-14 08:46:06 +02:00 |
test_codemeta.c
|
Update test_codemeta.c
|
2022-06-17 06:04:39 +02:00 |
test_cons.c
|
|
|
test_crbtree.c
|
|
|
test_debruijn.c
|
|
|
test_debug_session.c
|
Fix tests
|
2023-06-15 12:26:49 +02:00 |
test_debug.c
|
|
|
test_diff.c
|
|
|
test_dwarf_info.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
test_dwarf_integration.c
|
Make dwarf unit tests portable
|
2022-09-20 17:05:34 +02:00 |
test_dwarf.c
|
Fix typos in different locations
|
2023-01-16 18:41:04 +01:00 |
test_esil_dfg_filter.c
|
Add esil.dfg.mapinfo and esil.dfg.maps config vars ##anal
|
2022-11-30 09:53:29 +01:00 |
test_event.c
|
|
|
test_flags.c
|
|
|
test_get_glibc_version.c
|
Autodetect libc version and support manual specification ##debug
|
2024-02-14 14:38:40 +01:00 |
test_glob.c
|
|
|
test_graph.c
|
|
|
test_hex.c
|
|
|
test_id_storage.c
|
Branch prediction optimizations (1/3) ##performance
|
2023-04-18 16:10:16 +02:00 |
test_idpool.c
|
|
|
test_idstorage.c
|
|
|
test_intervaltree.c
|
Rename RVector.len to RVector.length for consistency ##api
|
2022-11-06 19:48:53 +01:00 |
test_io.c
|
Assure map boundary sanity on creation ##io
|
2023-11-17 17:16:32 +00:00 |
test_json.c
|
|
|
test_list.c
|
Parse the PT_DYNAMIC elf section for the preinit pointers ##bin
|
2022-11-11 03:04:46 +01:00 |
test_ovf.c
|
|
|
test_pdb.c
|
Move bin.pdb into bin.formats.pdb
|
2022-08-23 18:52:25 +02:00 |
test_pj.c
|
|
|
test_printf.c
|
Initial implementation of our custom r_str_printf api
|
2024-02-08 11:16:42 +01:00 |
test_queue.c
|
|
|
test_r2pipe.c
|
Fix some local running of unit tests by skipping plugins
|
2023-12-12 11:00:13 +01:00 |
test_r2r.c
|
Fix R_LOG_ORIGIN issue in the ci
|
2022-11-10 18:16:06 +01:00 |
test_rbtree.c
|
|
|
test_reg.c
|
Fix tests
|
2023-06-15 12:26:49 +02:00 |
test_regex.c
|
Autodetect libc version and support manual specification ##debug
|
2024-02-14 14:38:40 +01:00 |
test_scanf.c
|
Use the safe r_str_scanf instead of scanf to parse gdb profile ##crash
|
2024-02-15 10:09:14 +01:00 |
test_sdb.h
|
|
|
test_sign.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
test_skiplist.c
|
some refactoring of the RThread thing
|
2024-02-23 18:47:27 +01:00 |
test_spaces.c
|
|
|
test_sparse.c
|
|
|
test_ssdeep.c
|
|
|
test_stack.c
|
Fix several bugs in the RStack API ##crash
|
2022-06-08 19:15:48 +02:00 |
test_str.c
|
fix unit
|
2024-02-16 07:47:47 +01:00 |
test_strbuf.c
|
Fix typos in different locations
|
2023-01-16 18:41:04 +01:00 |
test_table.c
|
|
|
test_tree.c
|
|
|
test_uleb128.c
|
|
|
test_unum.c
|
|
|
test_util.c
|
Fix NULL deref in r_core log handling
|
2023-12-05 14:34:38 +01:00 |
test_vec.c
|
Add test for previous commit
|
2024-02-13 20:34:58 +01:00 |
test_vector.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |