radare2/libr/core
2018-10-26 22:32:30 +02:00
..
p Fix #11487 (#11534) 2018-09-15 22:52:12 +02:00
anal_tp.c initiatized -> initialized (#11905) 2018-10-22 23:35:55 +02:00
blaze.c Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
canal.c Add golang symbols detection in aaa Fix #10959 2018-10-25 09:45:28 +02:00
carg.c Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
casm.c Fix gcc8 warnings and rename core/asm.c to casm.c ##refactor 2018-10-20 01:23:15 +02:00
cbin.c sync sdb and adapt r2 codebase (#11953) 2018-10-26 15:54:32 +02:00
cconfig.c Kill anal.bb.align variable ##refactor 2018-10-25 15:34:09 +02:00
cfile.c remove r_bin_load_io2 and rename MODE defines ##refactor 2018-10-24 16:54:57 +02:00
cio.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
cmd_anal.c Fix #11879 - Move aae in aaa ##anal (#11933) 2018-10-25 12:51:59 +02:00
cmd_api.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
cmd_cmp.c Fix #11614 - Crashes in ccd, aecs, aecc, afbc (#11618) 2018-09-22 01:31:45 +02:00
cmd_debug.c Fix gcc8 warnings and rename core/asm.c to casm.c ##refactor 2018-10-20 01:23:15 +02:00
cmd_egg.c Fix more memleaks 2018-03-14 15:31:08 +01:00
cmd_eval.c Fix instruments leaks (#11695) 2018-10-01 19:57:33 +02:00
cmd_flag.c Fix #11460 - Show help message for unhandled f subcommands (#11547) 2018-09-17 09:50:31 +02:00
cmd_hash.c Fix asan issue related to the hashbang launch 2018-07-19 17:25:44 +02:00
cmd_help.c Improve and update help message for the $F variables (#11819) 2018-10-15 16:18:21 +02:00
cmd_info.c Fix #11923: Early null check in cmd_info.c iz cmd (#11928) 2018-10-24 18:46:14 +02:00
cmd_log.c Fix plugin file path parsing (#11092) 2018-08-16 19:09:18 +02:00
cmd_macro.c
cmd_magic.c Honor search.maxhits in /m (#11609) 2018-09-21 16:32:25 +02:00
cmd_meta.c Fix #11464, reinstate Ct functionality (#11465) 2018-09-10 10:27:47 +02:00
cmd_mount.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
cmd_open.c remove r_bin_load_io2 and rename MODE defines ##refactor 2018-10-24 16:54:57 +02:00
cmd_print.c sync sdb and adapt r2 codebase (#11953) 2018-10-26 15:54:32 +02:00
cmd_project.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
cmd_quit.c
cmd_search_rop.c Make Travis green again 2018-04-09 10:33:57 +02:00
cmd_search.c remove r_bin_load_io2 and rename MODE defines ##refactor 2018-10-24 16:54:57 +02:00
cmd_section.c Remove SR commands ##refactoring 2018-10-26 22:32:30 +02:00
cmd_seek.c Fix superfluous seek on error while -escr.interactive=0 (#11166) 2018-08-21 11:42:24 +08:00
cmd_type.c Fix tj (#11797) 2018-10-12 12:18:38 +02:00
cmd_write.c Make wc- invalidate all (fully or partially) overlapping cache (#11241) 2018-08-26 17:38:11 +02:00
cmd_zign.c Add zign hash using sha256 (#11822) 2018-10-15 19:13:18 +02:00
cmd.c Fix gcc8 warnings and rename core/asm.c to casm.c ##refactor 2018-10-20 01:23:15 +02:00
core.c Fix null deref in aav for static builds 2018-10-20 18:32:38 +02:00
cundo.c Initial import of the CoreUndo API and uc command 2018-03-14 12:12:44 +01:00
disasm.c Fix pdJ for asm.xrefs.fold and max 2018-10-21 18:28:44 +02:00
fortune.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
gdiff.c Added import graph; updated ag? help 2018-05-21 01:55:43 +02:00
graph.c Fix crashes in nN, w, add space and other stuff for visual panels 2018-10-11 13:01:20 +02:00
hack.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
libs.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
linux_heap_glibc.c remove duplicate word 2018-10-21 01:23:50 +02:00
linux_heap_jemalloc.c Freebsd build fix (#10213) 2018-05-28 18:47:49 +02:00
log.c
Makefile Fix gcc8 warnings and rename core/asm.c to casm.c ##refactor 2018-10-20 01:23:15 +02:00
meson.build Fix gcc8 warnings and rename core/asm.c to casm.c ##refactor 2018-10-20 01:23:15 +02:00
panels.c sync sdb and adapt r2 codebase (#11953) 2018-10-26 15:54:32 +02:00
patch.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
plugin.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
project.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
pseudo.c Add parentheses in macros where needed for safety (#11290) 2018-08-30 13:16:50 +02:00
rtr.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
task.c Fix #11509 - XNU debugger (#11557) 2018-09-18 11:35:10 +02:00
vasm.c Fix #11340 - Visual Assembler not writing 2018-09-02 03:05:14 +02:00
visual.c Code cleanup in the mach0 parser ##refactor 2018-10-24 13:05:29 +02:00
vmarks.c
vmenus.c WIP: gcc8 warnings (#11795) 2018-10-12 12:17:29 +02:00
yank.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00