radare2/libr/include
2024-09-30 18:31:34 +02:00
..
heap Fix comment typo "psuedo" -> "pseudo" 2023-09-08 12:34:42 +02:00
r_anal Optimize RAnalOp.setBytes with extra sauce for NEWABI ##analysis 2024-07-23 10:32:31 +02:00
r_crypto Add ed25519 private key search ##search 2024-08-14 17:39:14 +02:00
r_util Initial support to describe RBuffer instances ##util 2024-09-19 12:53:40 +02:00
sflib Fix multiple typos in ios-syscalls.txt ##anal 2022-12-23 01:06:05 +01: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 Five less globals in agraph 2024-02-17 05:09:06 +01:00
r_anal.h Improve visualization of the visual xrefs view ##visual 2024-09-30 18:31:34 +02:00
r_arch.h Initial support for the UXN machine ##arch 2024-07-11 01:00:08 +02:00
r_asm.h Fix #22563 - fix 'cannot assemble' in dmp, using egg shellcodes ##debug 2024-02-15 19:36:35 +01:00
r_bin_dwarf.h Remove apple-ism introduced in d67f69da and cleanup the dbginfo logic a bit 2024-05-02 16:50:59 +02:00
r_bin.h Implement RBin.attr(str2bits) ##bin 2024-08-04 12:39:35 +02:00
r_bind.h Add anal.flagends to stop a functions when flags are found ##analysis 2024-08-01 12:07:23 +02:00
r_bp.h Initial support for native debugger on Linux/s390x ##debug 2024-06-13 12:50:19 +02:00
r_cmd.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_codemeta.h Initial backtrace API and commands (abt) ##analysis 2023-10-06 12:56:37 +02:00
r_config.h Use RBinName in RBinSymbol ##bin 2023-12-22 01:51:42 +01:00
r_cons.h Dynamically build the word grep list, breaking the ABI ##cons 2024-09-17 19:37:09 +02:00
r_core_priv.h Fix linting complains 2024-08-19 22:23:38 +02:00
r_core.h Make the handling of invalid subcommands more consistent ##shell 2024-09-21 16:25:28 +02:00
r_crypto.h Refactor listing crypto algorithms into a single function ##crypto 2024-09-29 21:56:53 +02:00
r_debug.h Fix dbg.trace behaviour with emulation ##esil 2024-06-04 16:58:29 +02:00
r_drx.h Fix debugger build 2022-08-18 09:36:41 +02:00
r_egg.h Fix #22563 - fix 'cannot assemble' in dmp, using egg shellcodes ##debug 2024-02-15 19:36:35 +01:00
r_endian.h Add support for LE/BE 24 bit registers ##reg 2023-05-02 13:51:57 +02:00
r_esil.h Add the esil.forth plugin to support the basic ops for the language to work ##esil 2024-03-29 01:34:35 +01:00
r_flag.h RFlag.free() must return void ##api 2023-08-17 19:40:02 +02:00
r_fs.h Initial squashfs support (meson only + introduces subprojects) 2024-06-05 09:14:49 +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 Expose the ELF hash algorithm in rahash2 -a elf ##crypto 2024-08-08 11:57:05 +02:00
r_heap_glibc.h adapt get_main_arena_offset_with_relocs to different libc versions ##debug 2024-03-20 21:39:39 +01:00
r_heap_jemalloc.h mv shlr/heap into libr/include/heap (#19285) 2021-10-22 14:56:34 +02:00
r_io.h Initial support for the UF2 file format ##io 2024-07-13 14:54:44 +02:00
r_lang.h Implement r2.callAt and speedup r2.call for the qjs ##lang 2023-11-06 20:20:33 +01:00
r_lib.h Use RPluginMeta in REsil 2023-09-12 17:46:00 +02:00
r_limits.h Refactor some more elf code 2023-06-08 13:09:01 +02:00
r_list.h Reimplement internal cfg.editor line editor ##cons 2024-08-05 10:34:12 +02:00
r_magic.h Remove the last global variable in libmagic ##globals 2022-09-19 20:42:27 +02:00
r_main.h Handle -jv and make that logic generic across all tools ##shell 2024-03-16 03:03:48 +01:00
r_parse.h Initial pseudo disasm support for tricore ##arch 2024-08-30 00:51:28 +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 Minor code cleanup in the gdb code 2023-11-10 19:54:32 +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 ed25519 private key search ##search 2024-08-14 17:39:14 +02:00
r_sign.h Use RBinName in RBinSymbol ##bin 2023-12-22 01:51:42 +01:00
r_skiplist.h Refactor mach0 loading of relocs ##bin 2023-04-17 18:36:18 +02:00
r_socket.h Fix #22269 - RAP seek over 2GiB ##io 2024-02-18 07:23:49 +01:00
r_syscall.h Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
r_th.h macppc cant get thread names 2024-03-30 19:08:23 +01:00
r_types_base.h UT48 doesn't fit in long 2024-03-30 13:14:51 +01:00
r_types_overflow.h Use .inc.c in libr/core ##refactor 2023-09-07 11:23:04 +02:00
r_types.h Refactor and check numeric arguments when adding flags 'f' ##shell 2024-09-20 16:45:51 +02:00
r_userconf.h.acr Ignore arc4random_uniform detection with Emscripten ##build 2024-09-23 13:22:34 +02:00
r_util.h Implement r_base32 APIs for my future self ##api 2024-07-09 12:18:16 +02:00
r_vec.h Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
r_vector.h Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02: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 Remove the empty definition of rvc.use() 2023-06-12 09:39:45 +02:00