radare2/libr/core
2017-02-05 15:43:08 +01:00
..
p Fixed small typo (#6492) 2017-01-12 16:56:58 +01:00
anal_tp.c enhancing aftm (#6529) 2017-01-18 19:20:47 +02:00
anal_vt.c fix some coverities 2016-12-18 23:41:55 +01:00
asm.c XOR assemble for x86.nz requires 2 parameters 2016-12-26 02:20:57 +01:00
canal.c Fix pdfj fixes 2017-02-05 01:24:50 +01:00
cbin.c Clean up o?/ob? and use consistent fieldname 'objid' for obj/ob/obo (#6675) 2017-02-03 23:33:21 +01:00
cconfig.c Tweak ?help for scr.nkey (#6669) 2017-02-03 16:32:35 +01:00
cio.c Fix #6516 - Check null deref before crashing in r_io 2017-01-16 12:15:59 +01:00
cmd_anal.c Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
cmd_api.c fix more coverities 2016-12-19 17:23:30 +01:00
cmd_cmp.c Initial refactoring of the r_syscmd APIs and begin with binr/r2bb 2017-01-03 03:48:55 +01:00
cmd_debug.c Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
cmd_egg.c Fix gs regressions 2017-02-03 13:06:03 +01:00
cmd_eval.c see all help with ?* and get rid of another infinite loop 2016-12-13 00:32:17 +01:00
cmd_flag.c Fix fd and use it in axt and visual xrefs 2017-01-24 01:41:12 +01:00
cmd_hash.c Fix #6124 - ensure "#\t" doesn't get processed as a command (#6132) 2016-11-06 21:54:50 +01:00
cmd_help.c Update ?description for = commands (#6671) 2017-02-03 18:20:23 +01:00
cmd_info.c Fix #6622 - oobr due to wrong manipulation of iSq 2017-02-03 10:13:43 +01:00
cmd_log.c Add remaining [?] 2016-11-26 14:57:21 +01:00
cmd_macro.c Fix crash in macros 2016-10-18 02:08:53 +02:00
cmd_magic.c Fix #1476: respect search.from and don't seek on /m (#4973) 2016-05-23 11:25:17 +02:00
cmd_meta.c Fix oob read in Cs command 2017-01-29 20:39:32 +01:00
cmd_mount.c Initial refactoring of the r_syscmd APIs and begin with binr/r2bb 2017-01-03 03:48:55 +01:00
cmd_open.c Add o= help 2017-02-05 15:43:08 +01:00
cmd_print.c Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
cmd_project.c Fix #6694 - oobread in P 2017-02-05 11:36:34 +01:00
cmd_quit.c Honor Q as an alias for q! in visual and prompt 2016-12-19 04:46:50 +01:00
cmd_search_rop.c Fix ropsearch dblfree issue 2016-12-22 15:55:33 +01:00
cmd_search.c Disable bin.verbose in /B 2017-01-22 10:45:26 +01:00
cmd_section.c Add parameter to Sf 2016-11-08 14:27:37 +01:00
cmd_seek.c Improve a bit the help for anal-related commands (#6348) 2016-12-21 09:02:55 +01:00
cmd_type.c Rewriting t- cleanly (#6552) 2017-01-22 19:46:47 +02:00
cmd_write.c Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
cmd_zign.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
cmd.c libr/core/cmd.c codestyle fix (#6615) 2017-01-30 19:27:40 +01:00
core.c Fix #6676 - rbin warn after re-o 2017-02-03 20:47:09 +01:00
disasm.c Fix pdfj fixes 2017-02-05 01:24:50 +01:00
file.c Fix rbin warning when ood after o 2017-02-04 17:35:09 +01:00
gdiff.c Fix the radiff2 -C MATCH issue, still not perfect but getting in shape 2016-09-22 23:57:16 +02:00
graph.c Fix #4554 stackptr calculation on pdr and graph 2017-01-31 13:06:26 +01:00
hack.c Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
help.c
Jamroot Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
libs.c Fix invalid free() on teardown for io plugins (#5722) 2016-09-09 19:30:23 +02:00
linux_heap_glibc.c Fix #5758 - load splitdebug symbols for dmh 2017-01-15 02:10:42 +03:00
log.c replace r_cons_printf("%s\n",p) r_cons_println(p) 2016-06-26 00:52:03 -04:00
Makefile Rename libr/core/anal.c -> libr/core/canal.c 2017-01-14 16:56:05 +01:00
panels.c Add experimental horizontal layout and diagonal lines via graph.linemode/layout 2017-01-14 01:14:50 +01:00
patch.c Reindent a bit more 2016-10-26 23:16:31 +02:00
plugin.c Remove two unused fields in RAnalOp and some deadcode 2016-06-17 14:26:24 +02:00
project.c fix leaks and null deref 2016-11-10 22:26:15 -08:00
pseudo.c Fix regression in pdc 2017-01-20 14:48:14 +01:00
rtr.c Fix #6415 - Properly disable sandbox after http.sandbox 2017-01-09 13:19:08 +01:00
task.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
vasm.c Fix VA boundaries 2016-11-24 23:37:47 +01:00
visual.c Tweak Visual ?help (#6679) 2017-02-04 13:01:39 +01:00
vmarks.c fix visual mark target address (#5637) 2016-08-29 20:20:10 +02:00
vmenus.c Add shift information in visual bit editor Vd1 2017-01-29 17:25:13 +01:00
yank.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00