radare2/libr/include
2018-07-16 13:06:24 +02:00
..
msvc s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
r_util Fix several bugs in java class parser and recent changes in the disasm loop 2018-07-16 13:06:24 +02:00
sdb Optimize ls_empty() and r_list_empty() (#10244) 2018-06-03 02:20:28 +02:00
sflib
btree.h
getopt.c
r2naked.h Use void in prototypes (#7972) 2017-07-20 10:48:55 +02:00
r_anal_ex.h
r_anal.h plugins on meson build (#10716) 2018-07-13 18:19:56 +02:00
r_asm.h plugins on meson build (#10716) 2018-07-13 18:19:56 +02:00
r_bin_dwarf.h Fix #8813 - segfault in dwarf parser 2017-11-14 04:15:54 +09:00
r_bin.h plugins on meson build (#10716) 2018-07-13 18:19:56 +02:00
r_bind.h Implement named breakpoints with support for expressions 2018-06-19 12:27:57 +02:00
r_binheap.h Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332) 2017-08-27 18:05:58 +02:00
r_bp.h Implement named breakpoints with support for expressions 2018-06-19 12:27:57 +02:00
r_cmd.h s/deinit/fini/g 2018-05-27 15:55:33 +02:00
r_config.h
r_cons.h Add file completion to V! > open file 2018-07-10 10:33:28 +02:00
r_core.h Add r_core_bind_cons() (#10715) 2018-07-12 15:32:42 +02:00
r_crypto.h Implem and integration of the Serpent cipher (ECB) (#8917) 2017-11-30 22:47:29 +01:00
r_debug.h Add stop address info to the "di" command (#10445) 2018-06-22 13:17:40 +02:00
r_diff.h Use system diff in graphdiff nodes if possible and improve graphviz style (#9988) 2018-04-30 02:47:51 +02:00
r_egg.h Ragg2-cc -> Ragg2 merge (#9658) 2018-03-15 11:48:21 +01:00
r_endian.h Fix /v when no size is specified 2018-01-06 23:45:06 +01:00
r_flag.h Add asm.flags.real option disabled by default 2018-07-05 00:55:51 +08:00
r_flist.h
r_fs.h WIP: Handle path tab autocompletion in RFShell (#9837) 2018-04-24 13:57:17 +02:00
r_hash.h Using safe memory clearance for sensitive data. (#10337) 2018-06-13 16:38:08 +02:00
r_heap_glibc.h two fixes for working with heap in 32bits (#10625) 2018-07-08 15:19:45 +02:00
r_heap_jemalloc.h first PR heap jemalloc analysis 2017-08-03 13:08:21 +02:00
r_io.h Fix #10444 - aav, /v enforces the map information, considering null:// (#10508) 2018-07-09 16:32:34 +02:00
r_lang.h
r_lib.h Initial draft implementation of the loader plugins for RBin 2018-01-07 21:54:41 +01:00
r_list.h Optimize ls_empty() and r_list_empty() (#10244) 2018-06-03 02:20:28 +02:00
r_magic.h [WIP] Move hardcoded paths to r_userconf.h (#9959) 2018-04-28 10:02:55 +02:00
r_parse.h Add asm.flags.real option disabled by default 2018-07-05 00:55:51 +08:00
r_pdb.h
r_print.h RConsContext (#10450) 2018-06-23 12:10:13 +02:00
r_qrcode.h Initial support for qrcode in 'pq' and 'pqz' commands 2017-07-17 19:05:24 +02:00
r_reg.h Added ifdef cplusplus for r_reg.h 2017-12-15 16:57:35 +01:00
r_regex.h
r_search.h Refactor search (#8566) 2017-09-20 17:00:18 +02:00
r_sign.h Added autoload of zignatures (#8554) 2017-09-18 17:48:19 +02:00
r_skiplist.h Use skiplist for offset->flag mapping instead of hashmap. 2017-07-24 01:52:00 +02:00
r_slist.h
r_socket.h Fixes for winedbg spawn (#10486) 2018-06-25 14:53:25 +02:00
r_syscall.h Use r_syscall_ref to avoid dblfree-or-leak issue 2018-03-14 12:58:16 +01:00
r_th.h Use named semaphores on macOS 2018-07-14 16:39:42 +02:00
r_types_base.h Honor scr.color un cu[1248] 2018-04-03 00:44:54 +02:00
r_types.h Add r_userconf back to include/r_types.h (#10314) 2018-06-11 02:48:34 +02:00
r_userconf.h.acr Fix pathes for meson (#10536) 2018-06-30 10:08:22 +02:00
r_util.h Initial work on using idpool+idstorage from RBin + initial new RBin.open() api (#10160) 2018-05-22 17:48:34 +02:00
r_vector.h Faster onIterMap (#8544) 2017-09-18 04:29:29 +02:00
r_version.h.in Fix pathes for meson (#10536) 2018-06-30 10:08:22 +02:00
sdb.h