radare2/libr/include
2018-11-25 01:55:46 +01:00
..
msvc s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
r_crypto Move trie, mixed, slist into Sdb's Attic, and DES from util to crypto ##refactor 2018-11-07 17:18:14 +01:00
r_util Replace r_str_utf16_encode() for escaping strings for json (#12259) 2018-11-22 10:55:21 +01:00
sdb sync sdb to a3463734c6d656ab174b32ba0b64e77475edae29 (#12244) 2018-11-20 16:50:28 +01:00
sflib Enhance ragg2-cc to support -a arm -b 64 -k darwin (iOS) 2017-01-29 02:36:50 +01:00
getopt.c
r2naked.h Use void in prototypes (#7972) 2017-07-20 10:48:55 +02:00
r_anal_ex.h
r_anal.h Improvements arm/thumb analysis ##anal 2018-11-22 21:31:54 +01:00
r_asm.h Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring 2018-11-14 10:47:28 +01:00
r_bin_dwarf.h Fix #8813 - segfault in dwarf parser 2017-11-14 04:15:54 +09:00
r_bin.h Introduce RBinArchOptions to avoid creating fake RBinFile/Objects ##bin 2018-11-22 15:14:37 +01:00
r_bind.h added possibility to execute r2 commands on syscall hit (#11283) 2018-08-28 15:56:07 +02:00
r_binheap.h Add RPVector struct 2018-07-30 18:49:37 +02:00
r_bp.h Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
r_cmd.h Fix a shitton of warnings 2018-11-14 12:50:30 +01:00
r_config.h Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring 2018-11-14 10:47:28 +01:00
r_cons.h Fix #11552 - Implemlent r_cons_more and refactor some less.c ##visual 2018-11-14 13:15:50 +01:00
r_core.h Add fcnInsteadOfAddr arg for proper xX in visualRefs from V, Vb and VV 2018-11-25 01:55:46 +01:00
r_crypto.h Use quoted includes in r_crypto.h 2018-11-11 15:08:47 +01:00
r_debug.h Fix #12022 - Slow backtrace fixed by speeding up ptrace_wrap_func() ##debug 2018-11-20 01:13:30 +01: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 Remove >>0 because thats a warning in C++ 2018-11-21 13:55:09 +01:00
r_flag.h Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring 2018-11-14 10:47:28 +01:00
r_flist.h Implement Pn+, and fix bugs (thx clang-analyzer) 2017-04-10 00:49:02 +02:00
r_fs.h Fix #11918 - Moved r_print.h into r_util/r_print.h 2018-11-14 10:54:22 +01:00
r_hash.h Fix SHA digest alignment issues found by UBSAN (#11596) 2018-09-20 16:44:00 +02:00
r_heap_glibc.h linux_heap_glibc: debug heap at core file and avoid using symbols for global_max_fast assuming always the max sixe for the arch (#11632) 2018-09-25 09:59:05 -07:00
r_heap_jemalloc.h first PR heap jemalloc analysis 2017-08-03 13:08:21 +02:00
r_io.h Fix #12022 - Slow backtrace fixed by speeding up ptrace_wrap_func() ##debug 2018-11-20 01:13:30 +01:00
r_lang.h Modify RLang plugins for Py2/py3 support 2017-05-28 01:50:08 +02:00
r_lib.h Add more R2_ prefix for some var 2018-08-07 22:14:54 +02:00
r_list.h Upgrade SDB and use the new HtPP, HtUP, HtUU ##refactoring 2018-11-14 10:47:28 +01:00
r_magic.h [WIP] Move hardcoded paths to r_userconf.h (#9959) 2018-04-28 10:02:55 +02:00
r_parse.h Improve array indexing in disassembly ##anal 2018-11-02 18:27:45 +01:00
r_pdb.h MSVC compile correctly (WIP) 2017-05-13 00:42:00 +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 Fix #11918 - Moved r_print.h into r_util/r_print.h 2018-11-14 10:54:22 +01:00
r_regex.h
r_search.h Fix #11616 - Remove the use of RMemPool and update some comments for future discussion (#11665) 2018-09-26 11:31:24 -07:00
r_sign.h Add zign hash using sha256 (#11822) 2018-10-15 19:13:18 +02:00
r_skiplist.h Use skiplist for offset->flag mapping instead of hashmap. 2017-07-24 01:52:00 +02:00
r_socket.h API cleanup and support RCorebind in RSocket.R2Pipe ##refactor (#11875) 2018-10-20 11:57:54 +02:00
r_syscall.h syscall: do not reload sdb database if nothing changes (#11801) 2018-10-14 12:56:15 +02:00
r_th.h -Wstrict-prototypes warnings fixed (#11812) 2018-10-14 12:56:27 +02:00
r_types_base.h Fix #11553 - Remove the R_NOTNULL bad practice ##refactor 2018-10-18 13:10:34 +02:00
r_types.h Improve the support for emscripten asm.js/wasm 2018-11-15 22:49:52 +01:00
r_userconf.h.acr ptrace-wrap (#11723) 2018-10-12 12:20:18 +02:00
r_util.h More warning issues 2018-11-14 13:47:43 +01:00
r_vector.h Initial import of the REvent API ##refactor 2018-10-26 23:23:51 +02:00
r_version.h.in Fix pathes for meson (#10536) 2018-06-30 10:08:22 +02:00
sdb.h