radare2/libr/include
2021-11-20 01:02:53 +01:00
..
heap mv shlr/heap into libr/include/heap (#19285) 2021-10-22 14:56:34 +02:00
r_crypto Add one more word in AES key search and merge Sbox (#16811) 2020-05-12 11:58:26 +08:00
r_util Liberate RSpaces from old rbtree api 2021-11-20 01:02:53 +01:00
sflib Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
ptrace_wrap.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r2naked.h
r_agraph.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_anal.h Add serialization API for vars ##anal 2021-11-02 11:04:35 +01:00
r_asm.h Add the first multiarch assembler plugin: vasm ##asm 2021-10-12 21:49:11 +02:00
r_bin_dwarf.h Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
r_bin.h Use new rbtree api to store relocs 2021-11-15 03:12:19 +01:00
r_bind.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_bp.h Fixed failure in bp placement when no architecture plugin is available ##debug 2020-12-03 00:15:12 -06:00
r_cmd.h Overhaul alias system 2021-10-04 09:30:37 +02:00
r_codemeta.h Add disasm+decompiler side by side api for the codemeta api ##disasm 2021-11-07 00:44:22 +01:00
r_config.h Fix autocompletion for 'e ' and handle cfg.charset=<tab> ##shell (#18748) 2021-05-24 21:41:35 +02:00
r_cons.h Fix buffer overflow in RConsPixel API affecting the braile renderer ##cons 2021-10-28 17:34:11 +02:00
r_core.h Add disasm+decompiler side by side api for the codemeta api ##disasm 2021-11-07 00:44:22 +01:00
r_crypto.h Add AES Key Wrap Algorithm ##crypto 2021-09-25 06:53:57 +02:00
r_debug.h Cleanup and boolify some more debug apis ##refactor 2021-10-04 20:56:34 +02:00
r_diff.h Abstract r_diff_levenshtein_path ##diff (#18509) 2021-03-29 00:32:17 +02:00
r_drx.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_egg.h Add ragg2 -e to pass egg programs as argument, and improve code quality 2021-05-04 13:16:55 +02:00
r_endian.h Speedup parsing PE exports (#16762) ##bin 2020-05-05 12:58:06 +02:00
r_flag.h New 'avg' command and RAnal.global to manage global variables ##anal 2021-10-14 12:40:55 +02:00
r_flist.h
r_fs.h Use r_return in the r_fs api 2021-09-02 18:26:37 +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 ssdeep fuzzy hashing algorithm ##hash (#18490) 2021-03-18 00:35:03 +01: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 r_io_map_add_bottom ##io 2021-11-07 21:11:05 +01:00
r_lang.h Add #!*? command to show rlang plugin examples ##lang 2021-03-29 21:00:45 +02:00
r_lib.h Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
r_list.h Add r_list_iter_get_prev (siol eternal) ##util 2021-06-07 22:44:03 +02:00
r_magic.h Add size parameter to r_magic_load_buffer ##util (#18760) 2021-05-27 16:27:04 +02:00
r_main.h Rename rvc2 to ravc2 to follow the ra*2 pattern ##tools (#18938) 2021-07-26 00:05:35 +02:00
r_parse.h Remove ctype.c 2yo deadcode ##types 2021-10-13 09:28:10 +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 Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_reg.h Save and check the reg arena size when peekpoking (Fix tests_64923) ##crash 2021-11-01 22:38:53 +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 Add /cu[qj*] and r_search_find_uds API ##search 2021-02-01 12:42:03 +01: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 Initial import of the isotp:// plugin ##io 2021-09-16 12:53:23 +02:00
r_syscall.h Type and null check fixes for RConfig 2021-01-18 11:15:04 +01:00
r_th.h Better handling of HAVE_SYSTEM, PTY, FORK, DYLINK and THREADS ##build 2021-06-10 13:52:29 +02:00
r_types_base.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +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 Fix builds issues on meson, windows, ios, static and wasi 2021-10-19 20:57:19 +02:00
r_userconf.h.acr Final mingw fixes 2021-10-19 12:52:00 +02:00
r_util.h Remove unused binheap api (#19275) 2021-10-21 15:13:02 +02:00
r_vector.h Add binary search alg to pvector ##util (#19414) 2021-11-16 23:56:21 +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 Add a clone command ##rvc 2021-10-30 09:35:43 +02:00