radare2/libr/include/r_util
2022-10-04 15:53:05 +02:00
..
bplist.h Add lint for C++ include support ##build 2022-08-22 19:01:34 +02:00
pj.h Add 'pFB' command to use the new BPLIST parser ##print 2022-01-30 22:30:10 +01:00
r_alloc.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_ascii_table.h -Wstrict-prototypes warnings fixed (#11812) 2018-10-14 12:56:27 +02:00
r_asn1.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_assert.h Improve internal RBuffer API checks ##util 2022-10-04 15:53:05 +02:00
r_axml.h Implement pFAj to render android xml in JSON (abi break) ##print 2022-09-14 08:55:25 +02:00
r_base64.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_base91.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_big.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_bitmap.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_buf.h Cleanup stuff 2022-06-26 12:41:22 +02:00
r_cache.h Fix Windows build 2021-07-08 00:05:54 +02:00
r_ctypes.h Boolify r_type_set and typedef RTypeKind 2022-09-16 11:51:30 +02:00
r_debruijn.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_diff.h Check for subcommands of iz to improve output on invalid input (#19467) 2021-12-05 04:43:31 +01:00
r_event.h Add RIO on write event ##io 2020-11-01 02:12:14 +01:00
r_file.h Initial support for XDG env vars and paths ##core 2022-09-29 17:33:21 +02:00
r_graph_drawable.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_graph.h Graph refactor ##refactor (#17631) 2020-10-06 10:57:51 +08:00
r_hex.h Simplify deserialization of byte ##signatures 2021-11-05 10:13:56 +01:00
r_idpool.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_intervaltree.h Fix undefined behaviour when traversing uninitialized trees (#18904) 2021-07-16 12:02:07 +02:00
r_itv.h Fix #14024 - Make r_io_map_get() faster (#17324) ##io 2020-07-31 10:04:57 +02:00
r_json.h Fix #20760 - Implement native gron via ~{=} ##shell 2022-09-19 11:05:51 +02:00
r_log.h Implement log.source and log.origin ##shell 2022-09-14 18:51:02 +02:00
r_mem.h Massage more R2_580 pending changes breaking APIs and ABIs 2022-09-16 11:34:19 +02:00
r_name.h Fix #20040 - invalid char bug in afl* when function names contain ';' ##projects 2022-05-05 02:08:54 +02:00
r_new_rbtree.h Make CRBTree.foreach() C++ friendly ##api 2022-05-12 17:14:10 +02:00
r_num.h Use of RNum.calc in rax2 to honor error code ##tools 2022-07-23 10:23:51 -04:00
r_panels.h Simplify panel's stack delta reset '.' key implementation 2022-05-06 18:39:59 +02:00
r_pkcs7.h Add Authentihash support for PE (#15987) ##bin 2020-02-20 21:03:16 +01:00
r_pool.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_print.h Remove RPrintRowlog and use R_LOG isntead ##shell 2022-09-16 20:45:13 +02:00
r_protobuf.h Implemen pFbj for json printing of protobuf ##print 2022-09-21 23:19:59 +02:00
r_punycode.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_queue.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_range.h Kill tinyrange api because it's not used anywhere (#17027) 2020-06-09 21:20:16 +02:00
r_rbtree.h Remove RContRBTree API 2021-10-28 19:48:46 +02:00
r_ref.h Fix refcounting issues 2022-09-21 09:31:05 +02:00
r_sandbox.h Add prj.sandbox to enable experimental sandboxed project loading ##projects 2021-12-20 23:20:50 +01:00
r_signal.h Add RSignal.toHuman() and improve RDebugReason.toString() ##debug 2021-07-17 13:00:21 +02:00
r_spaces.h Make CRBTree.foreach() C++ friendly ##api 2022-05-12 17:14:10 +02:00
r_stack.h Fix several bugs in the RStack API ##crash 2022-06-08 19:15:48 +02:00
r_str_constpool.h Avoid sdb double headers (#17249) ##build 2020-07-21 10:28:43 +02:00
r_str_util.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_str.h Update r2pm manpage and add -q and -a flags ##r2pm 2022-09-21 20:54:08 +02:00
r_strbuf.h Use R_PRINTF_CHECK for r_strbuf_replacef ##util 2022-09-13 21:22:34 +02:00
r_strpool.h Add more extern "C" to make C++ users happy 2017-08-27 20:21:19 +02:00
r_sys.h Add R_SYS_BITS_12 ##util 2022-09-23 04:38:35 +02:00
r_table.h Implement TSV output format for RTable ##print 2022-09-14 00:19:24 +02:00
r_time.h Add cmd.undo and handles it for w and CC commands ##core 2022-07-31 06:34:16 -04:00
r_token.h Add lint for C++ include support ##build 2022-08-22 19:01:34 +02:00
r_tree.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_uleb128.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_utf8.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_utf16.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_utf32.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_w32.h Bring back the mingw32 builds ##windows 2021-11-28 22:10:51 +01:00
r_w32dw.h Add lint for C++ include support ##build 2022-08-22 19:01:34 +02:00
r_x509.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00