..
legacy_unit
Implement 'aoem' command to show memory refs via emulation ##esil
2023-03-29 11:36:35 +02:00
.gitignore
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
Makefile
Enhance RHex API preconditions and fix asan unit tests
2023-06-21 21:20:10 +02:00
meson.build
Add new optimized vector implementation ##util
2023-06-12 17:11:56 +02:00
minunit.h
minunit.h: Use snprintf instead ( #367 )
2021-01-19 05:37:17 +01:00
r2r_cmd_test
Fix r2r -i when fixing multiple tests ( #16817 )
2020-05-14 15:10:03 +02:00
test_addr_interval.c
Enable unit tests compilation by default in meson ( #16990 )
2020-06-04 12:14:15 +02:00
test_agraph.c
Stop aeg from abusing agg ##refactor
2022-10-20 07:56:57 +02:00
test_anal_block_invars.inl
Remove unused Function Tree and Fix Relocate ( #15898 )
2020-01-26 00:07:54 +01:00
test_anal_block.c
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
test_anal_cc.c
Add setters for CC self and error and Tests ##anal ( #17704 )
2020-09-30 13:39:20 +08:00
test_anal_class_graph.c
Stop aeg from abusing agg ##refactor
2022-10-20 07:56:57 +02:00
test_anal_function.c
Refactor Labels out of SDB ##anal ( #17621 )
2020-09-16 09:54:33 +02:00
test_anal_hints.c
Refactor Anal Hints ( #15876 ) ##anal
2020-02-13 11:48:24 +01:00
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
Add API for getting Atomic and Typedef Types and remove broken !size ( #17599 )
2020-09-15 13:31:38 +02:00
test_anal_var.c
Remove RList.get_top and RList.get_bottom
2023-03-03 10:14:51 +01:00
test_anal_xrefs.c
Minor Fixes for XRefs counting ( #16546 ) ##anal
2020-04-12 16:42:19 +02:00
test_base64.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_big.c
Fix oom in the LE parser ##bin
2023-03-05 11:30:03 +01:00
test_bin.c
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
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
Fix #18799 - r2pipe command output not always captured ( #18800 )
2021-06-04 12:07:56 +02:00
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
Improve cons_html_filter. ( #17471 )
2020-08-17 09:13:20 +03:00
test_crbtree.c
Fix static/R_API function definition formatting
2021-12-21 20:58:12 +01:00
test_debruijn.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_debug_session.c
Fix tests
2023-06-15 12:26:49 +02:00
test_debug.c
Add test for x64 to verify fpu and xmm register size and offset ( #16186 )
2020-03-12 11:48:41 +08:00
test_diff.c
Check for subcommands of iz to improve output on invalid input ( #19467 )
2021-12-05 04:43:31 +01:00
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
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
test_flags.c
Fix Tests after Reports by asan ( #16776 )
2020-05-08 21:45:01 +02:00
test_glob.c
Fix glob matching in several cases ##shell
2022-04-02 20:34:56 +02:00
test_graph.c
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
test_hex.c
Introduce r_arch.h. Use RArchConfig in RAnal and improve RRef api ##api
2022-04-24 23:11:26 +02:00
test_id_storage.c
Branch prediction optimizations (1/3) ##performance
2023-04-18 16:10:16 +02:00
test_idpool.c
Fix a bunch of warnings ( #17575 )
2020-09-02 19:54:17 +08:00
test_idstorage.c
Fix a bunch of warnings ( #17575 )
2020-09-02 19:54:17 +08:00
test_intervaltree.c
Rename RVector.len to RVector.length for consistency ##api
2022-11-06 19:48:53 +01:00
test_io.c
Redesigned IO cache with layers ##io
2023-06-14 18:26:12 +02:00
test_json.c
Fix static/R_API function definition formatting
2021-12-21 20:58:12 +01:00
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
Add ovf tests and more overflow macro definitions ##util ( #17216 )
2020-07-24 13:21:52 +02:00
test_pdb.c
Move bin.pdb into bin.formats.pdb
2022-08-23 18:52:25 +02:00
test_pj.c
Add pj_reset() API ##json ( #16802 )
2020-05-12 00:11:42 +02:00
test_queue.c
Convert preinc/predec in 3rd part of for statement to postinc/postdec ( #16187 )
2020-03-12 18:40:46 +01:00
test_r2pipe.c
Fix regression in unit test
2022-11-02 23:26:42 +01:00
test_r2r.c
Fix R_LOG_ORIGIN issue in the ci
2022-11-10 18:16:06 +01:00
test_rbtree.c
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
test_reg.c
Fix tests
2023-06-15 12:26:49 +02:00
test_regex.c
Enable linting for trailing tabs ##lint
2022-08-22 23:25:40 +02:00
test_sdb.h
Add API for getting Atomic and Typedef Types and remove broken !size ( #17599 )
2020-09-15 13:31:38 +02:00
test_sign.c
Enable linting for trailing tabs ##lint
2022-08-22 23:25:40 +02:00
test_skiplist.c
The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util
2022-07-20 17:36:27 +02:00
test_spaces.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_sparse.c
Imports Tests from radare2-regressions ( #15546 )
2019-12-08 15:31:14 +01:00
test_ssdeep.c
Implement ssdeep fuzzy hashing algorithm ##hash ( #18490 )
2021-03-18 00:35:03 +01:00
test_stack.c
Fix several bugs in the RStack API ##crash
2022-06-08 19:15:48 +02:00
test_str.c
JSON is not happy with \x## but \u00## works as expected ##util
2023-07-20 17:58:33 +02:00
test_strbuf.c
Fix typos in different locations
2023-01-16 18:41:04 +01:00
test_table.c
Implement RTable:sql and add RTable.name ##core
2021-01-15 10:56:58 +01:00
test_tree.c
Remove R_EMPTY and R_EMPTY2
2022-03-13 11:26:10 +01:00
test_uleb128.c
Fix #17353 - Remove duplicated implementation of uleb128 in mach0 ##bin ( #17489 )
2020-09-24 09:47:23 +02:00
test_unum.c
Clean up r_num ##util ##refactor ( #18049 )
2020-12-17 22:24:27 +01:00
test_util.c
Rename R_CONST to R_TAG and add unit tests for them ##api
2023-04-12 22:37:12 +02:00
test_vec.c
Fix issue with creating vec of pointer type ##util
2023-08-11 15:04:10 +02:00
test_vector.c
Enable linting for trailing tabs ##lint
2022-08-22 23:25:40 +02:00