rizin/libr/include
Riccardo Schirone 3e40ca0a93 core/graph: extend r_core_visual_graph to accept a graph
Now it is possible to pass an already initialized RAGraph that can be
used in interactive mode, without being based on a function.
2016-01-05 00:36:26 +01:00
..
sdb Only use gcc's visibility attribute starting from 4.0 2015-12-07 21:48:44 +01:00
sflib Fixed accept prototype for linux x64 and darwin 2015-12-31 02:07:21 +01:00
btree.h Fix doublefree in btree and use-after-free in windbg 2015-11-02 12:32:31 +01:00
getopt.c
ht.h Fix #3901 - Cannot debug directories and follow symlinks 2016-01-03 01:28:02 +01:00
list.h
naked.h Fix null deref in r_core_free and add naked.h 2015-12-27 02:33:53 +01:00
r.h
r_anal.h Softly kill boolt type 2016-01-03 02:05:26 +01:00
r_anal_ex.h
r_asm.h Get rid of _Bool 2015-12-01 12:39:12 +01:00
r_bin.h New bin plugin with initial Nintendo 3DS support. It loads decrypted FIRM files. 2016-01-04 01:08:32 +01:00
r_bin_dwarf.h Add Rust,Swift,C++14,.. dwarf detection and fix omf warning 2015-05-23 11:03:20 +02:00
r_bind.h
r_bp.h Add support for 'interpreter' in RBin, ELF and MACH0 2015-10-22 02:13:26 +02:00
r_cmd.h Remove erringly written semicolon in macro 2015-10-06 00:25:02 +03:00
r_config.h Fix asm.emu in projects 2015-12-16 22:07:30 +01:00
r_cons.h core/graph: extend r_core_visual_graph to accept a graph 2016-01-05 00:36:26 +01:00
r_core.h core/graph: extend r_core_visual_graph to accept a graph 2016-01-05 00:36:26 +01:00
r_crypto.h
r_db.h
r_debug.h Boolify RDebug API 2015-12-04 02:57:56 +01:00
r_diff.h
r_egg.h Handle iOS/WatchOS/Linux SVC imm in REgg 2015-09-19 19:13:22 +02:00
r_flags.h Initial support for 'an' aka no-return analysis points 2015-11-12 13:47:44 +01:00
r_flist.h Fix more issues reported by clang-analyzer 2015-11-03 22:14:00 +01:00
r_fs.h Softly kill boolt type 2016-01-03 02:05:26 +01:00
r_hash.h Various bug fixes in RHash api 2015-10-17 12:18:55 +02:00
r_io.h Clarify r_io_section_mget->_in api and use the heap for section->name 2016-01-03 03:08:58 +01:00
r_lang.h #3052 all printf member functions changed to cb_printf 2015-08-09 03:25:05 +02:00
r_lib.h Add version field in plugins, and check it before loading 2015-06-21 10:09:12 +02:00
r_list.h Fix #3901 - Cannot debug directories and follow symlinks 2016-01-03 01:28:02 +01:00
r_magic.h
r_parse.h Implement asm.relsub 2015-11-19 23:12:25 +01:00
r_pdb.h #3052 all printf member functions changed to cb_printf 2015-08-09 03:25:05 +02:00
r_print.h Added config variable to set absolute or relative lines 2015-12-28 16:44:26 +01:00
r_reg.h ARM's SP is r13 and add LR in r14 2015-12-31 14:10:11 +01:00
r_regex.h Fixes for RRegex, Use r_regex_match(), comp+exec seems buggy 2015-10-24 02:06:45 +02:00
r_search.h Fix #2474 - Implement rafind2 -m for magic search 2015-10-19 03:56:59 +02:00
r_sign.h Implemented 'zp' command 2015-12-24 12:24:05 +01:00
r_slist.h
r_socket.h socket/run: split r_run_start to make debugging easier 2015-10-29 08:21:24 +01:00
r_syscall.h #3052 all printf member functions changed to cb_printf 2015-08-09 03:25:05 +02:00
r_th.h remove a dup-line 2015-10-30 13:42:36 +00:00
r_types.h Fix build for apple tv and watch simulators 2015-12-29 17:58:34 +01:00
r_types_base.h Fix #3286 - Use stdbool.h 2015-09-14 02:08:31 +02:00
r_userconf.h.acr Fix problem with C++11 2015-12-01 13:10:54 +01:00
r_util.h Fix #3901 - Cannot debug directories and follow symlinks 2016-01-03 01:28:02 +01:00
sdb.h