radare2/libr/include
2022-11-21 13:16:36 +01:00
..
heap Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
r_anal Moving more logic between asm, arch, parse and anal ##api 2022-11-18 03:02:24 +01:00
r_crypto Deduplicate SM4 functions 2022-09-16 00:33:37 +02:00
r_util Introduce RSysBits and its packing/checking macros ##arch 2022-11-21 13:16:36 +01: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 Fix null deref in agg and avoid destructive manners of 'V ,' ##graph 2022-10-21 02:46:43 +02:00
r_anal.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_arch.h Introduce RSysBits and its packing/checking macros ##arch 2022-11-21 13:16:36 +01:00
r_asm.h Introduce RSysBits and its packing/checking macros ##arch 2022-11-21 13:16:36 +01:00
r_bin_dwarf.h More source spacing linting 2022-08-18 14:37:29 +02:00
r_bin.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01: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 Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_codemeta.h Bring back the 32bit builds for Cydia ##build 2022-01-14 19:41:26 +01:00
r_config.h Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
r_cons.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_core.h Deprecate more unused fields from RAsmPlugin ##asm 2022-11-21 12:04:46 +01:00
r_crypto.h Remove all global variables from RCrypto ##globals 2022-09-21 20:54:08 +02:00
r_debug.h Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
r_drx.h Fix debugger build 2022-08-18 09:36:41 +02:00
r_egg.h Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
r_endian.h Massage more R2_580 pending changes breaking APIs and ABIs 2022-09-16 11:34:19 +02:00
r_esil.h RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01: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 Initial abi breaking changes in RCrypto/RHash ##crypto 2022-10-27 14:49:19 +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 Add treebuf io plugin ##io 2022-10-22 09:15:51 +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 Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01: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 Fix the parse.z80.pseudo plugin and add a test ##asm 2022-11-21 09:56:43 +01: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 Implement RReg.clone() ##api 2022-11-10 00:02:58 +01:00
r_regex.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_search.h Fix /w and /wi, add tests, minor code cleanup ##search 2022-10-29 01:17:08 +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 Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
r_syscall.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_th.h Fix zig's @cInclude of r_th.h ##build 2022-11-06 04:12:52 +01:00
r_types_base.h Move the 'sh' plugin to the new home ##arch 2022-11-09 18:51:50 +01: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 Add rio reloc maps ##io 2022-10-03 21:17:07 +02:00
r_userconf.h.acr Add support for statically compiled themes ##cons 2022-11-02 10:57:15 +01:00
r_util.h Stop aeg from abusing agg ##refactor 2022-10-20 07:56:57 +02:00
r_vector.h Rename RVector.len to RVector.length for consistency ##api 2022-11-06 19:48:53 +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 Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00