radare2/libr/include
2022-09-25 23:34:45 +02:00
..
heap More source spacing linting 2022-08-18 14:37:29 +02:00
r_crypto Deduplicate SM4 functions 2022-09-16 00:33:37 +02:00
r_util Add R_SYS_BITS_12 ##util 2022-09-23 04:38:35 +02:00
sflib Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
ptrace_wrap.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r2naked.h Use void in prototypes (#7972) 2017-07-20 10:48:55 +02:00
r_agraph.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_anal.h Move the readahead logic to a local variable ##threads 2022-09-23 23:34:18 +02:00
r_arch.h Introduce RArchConfig->decoder ##arch 2022-09-24 08:10:04 +02:00
r_asm.h Move the asm.m68k.gnu into the anal ##refactor 2022-09-07 01:31:48 +02:00
r_bin_dwarf.h More source spacing linting 2022-08-18 14:37:29 +02:00
r_bin.h Make dwarf unit tests portable 2022-09-20 17:05:34 +02:00
r_bind.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_bp.h Boolified the breakpoint api 2022-09-14 16:28:20 +02:00
r_cmd.h Remove some more unused and deprecated RCmd APIs 2022-09-15 16:36:10 +02:00
r_codemeta.h Bring back the 32bit builds for Cydia ##build 2022-01-14 19:41:26 +01:00
r_config.h Check magic header before assuming an interpreted file is executable ##r2pipe 2022-09-16 12:12:07 +02:00
r_cons.h Guard more critical sections in cons and core ##threads 2022-09-23 23:29:17 +02:00
r_core.h Fix warnings 2022-09-25 23:34:45 +02:00
r_crypto.h Remove all global variables from RCrypto ##globals 2022-09-21 20:54:08 +02:00
r_debug.h Make RDebug.regRead() and regWrite() return bool ##debug 2022-09-21 12:22:46 +02:00
r_drx.h Fix debugger build 2022-08-18 09:36:41 +02:00
r_egg.h Rename REgg.Cfile to REgg.cfile ##abi 2022-05-09 08:20:01 +02:00
r_endian.h Massage more R2_580 pending changes breaking APIs and ABIs 2022-09-16 11:34:19 +02:00
r_flag.h Add more critical regions here and there 2022-09-24 23:14:29 +02:00
r_fs.h Change build order as long as now bin depends on fs ##build 2022-09-15 00:23:21 +02:00
r_getopt.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_hash.h Implement the SIP hash algorithm ##crypto 2022-09-13 21:23:21 +02:00
r_heap_glibc.h Add commands to parse mangling pointers glibc heap ##heap (#17534) 2020-09-01 00:45:12 +08:00
r_heap_jemalloc.h mv shlr/heap into libr/include/heap (#19285) 2021-10-22 14:56:34 +02:00
r_io.h Massage more R2_580 pending changes breaking APIs and ABIs 2022-09-16 11:34:19 +02:00
r_lang.h Add .author field in all the RLang plugins ##api 2022-09-14 17:53:13 +02:00
r_lib.h Add R_LIB_TYPE_ARCH and i4004 arch-plugin ##arch 2022-09-23 04:38:35 +02:00
r_list.h Deprecate the unused RFList ##api 2022-09-20 15:34:24 +02:00
r_magic.h Remove the last global variable in libmagic ##globals 2022-09-19 20:42:27 +02:00
r_main.h Initial implementation of r2pm.c ##r2pm 2021-12-16 12:47:40 +01:00
r_parse.h Merge asm.sparc_gnu into anal.sparc_gnu ##arch 2022-08-19 13:31:47 +02:00
r_pdb.h Improving PDB type information parsing and saving types into SDB (#17226) 2020-07-25 01:40:55 +08:00
r_qrcode.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_reg.h Add some more typedefs and enums to r_arch ##refactor 2022-09-22 05:11:10 +02:00
r_regex.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_search.h /ca update help message and add block cipher parameter 2022-09-15 16:28:38 +02:00
r_sign.h Simplify deserialization of byte ##signatures 2021-11-05 10:13:56 +01:00
r_skiplist.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_skyline.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_socket.h Add r_file_is_executable and r_file_extension apis ##api 2022-09-19 02:06:35 +02:00
r_syscall.h Type and null check fixes for RConfig 2021-01-18 11:15:04 +01:00
r_th.h Guard more critical sections in cons and core ##threads 2022-09-23 23:29:17 +02:00
r_types_base.h Add R_MUSTUSE hint ##lint 2022-07-04 18:21:11 +02:00
r_types_overflow.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_types.h Implement thread-safe refcounting - but disabled by default ##api 2022-09-20 15:34:24 +02:00
r_userconf.h.acr Add the acr --enable-threadsafety flag and the same for meson ##build 2022-09-23 22:07:49 +02:00
r_util.h Implement thread-safe refcounting - but disabled by default ##api 2022-09-20 15:34:24 +02:00
r_vector.h Fix undefined behaviour in RVector, RPVector, RInterval and container_of ##fix 2022-03-21 12:04:14 +01:00
r_version.h.in Upgrade to acr-1.8.1 to get semver support ##core (#15816) 2020-01-17 12:18:05 +01:00
rvc.h Create a struct for rvc state ##projects 2022-05-26 19:52:01 +02:00