radare2/libr/core
2019-05-31 04:45:19 +02:00
..
p Add anal.ex option, cleanup and improve the Java support ##anal 2019-05-08 18:26:11 +02:00
agraph.c Implement graph.ntitles to toggle graph title nodes ##graph 2019-05-18 12:22:46 +02:00
anal_objc.c Blindfix #13659 - crash in aao with a fuzzed macho 2019-04-08 16:33:10 +02:00
anal_tp.c Optimize r_str_bounds by removing an unnecessary strdup ##optimization 2019-03-25 15:29:11 +01:00
blaze.c Fixing aab (#13741) 2019-04-14 17:33:49 +02:00
canal.c Fix #14186 - aarj was throwing invalid json 2019-05-31 04:45:19 +02:00
carg.c Fix null deref in types when invalid db and add more basic libc ##types 2019-04-03 19:06:52 +02:00
casm.c Fix #13321 - Make /ci [from] [to] find immediates in range ##search 2019-04-15 02:36:50 +02:00
cbin.c Completely eliminate the bytes apis in RBin ##bin 2019-05-27 18:18:01 +02:00
cconfig.c Make zignature comparison fuzzy ##signature 2019-05-30 17:43:41 +02:00
cfile.c Fix some UAF in rap server, handle HTTP over rap and tcp properly ##remote (#14081) 2019-05-16 14:18:16 +02:00
cio.c Fix assert in wai trying to write an empty buffer 2019-05-21 23:45:31 +02:00
cmd_anal.c Fix #14186 - aarj was throwing invalid json 2019-05-31 04:45:19 +02:00
cmd_api.c Fix #13738 - Autocomplete $aliases ##cons 2019-04-14 17:45:55 +02:00
cmd_cmp.c Code refactoring the theme based colorization to reduce derefs ##cons 2019-04-16 15:56:41 +02:00
cmd_colon.c Fix vvs and make :> work again to create empty files 2019-05-06 20:42:40 +02:00
cmd_debug.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
cmd_egg.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
cmd_eval.c Fix some UAF in rap server, handle HTTP over rap and tcp properly ##remote (#14081) 2019-05-16 14:18:16 +02:00
cmd_flag.c Fix is.j and implement Cs.j to please r2dec (#14113) 2019-05-20 14:57:17 +02:00
cmd_hash.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_help.c Implement $O variable pointing at cursor ##core 2019-05-21 13:16:54 +02:00
cmd_info.c Completely eliminate the bytes apis in RBin ##bin 2019-05-27 18:18:01 +02:00
cmd_log.c Fix ml/mL/Lm inconsistency 2019-05-05 02:02:06 +02:00
cmd_macro.c Fix #7653 - inline macro foreach 2017-10-09 13:31:19 +02:00
cmd_magic.c Honor search.maxhits in /m (#11609) 2018-09-21 16:32:25 +02:00
cmd_meta.c Fix is.j and implement Cs.j to please r2dec (#14113) 2019-05-20 14:57:17 +02:00
cmd_mount.c Implement mw command and fix segfault on old fs support ##bin 2019-05-10 11:25:35 +02:00
cmd_open.c Fix om* order ##core 2019-05-14 17:38:55 +02:00
cmd_print.c Add Objective-C and Rust (pco, pcr) ##print 2019-05-20 20:35:13 +02:00
cmd_project.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_quit.c Add q!!! command for fast quits 2017-10-11 23:48:48 +02:00
cmd_search_rop.c Make Travis green again 2018-04-09 10:33:57 +02:00
cmd_search.c Fix agfg - GML output format fails with high-ids because of Java ##graph 2019-05-07 12:26:20 +02:00
cmd_seek.c Add ooc, o., o.q and rename old o. into o: ##core 2019-04-14 23:06:01 +02:00
cmd_type.c Fix includes from to ignoring dir.types ##types 2019-05-15 08:46:43 +02:00
cmd_write.c Fix assert in wai trying to write an empty buffer 2019-05-21 23:45:31 +02:00
cmd_zign.c Make zignature comparison fuzzy ##signature 2019-05-30 17:43:41 +02:00
cmd.c Honor ^C in @@@F and @@@s ##core 2019-05-28 03:25:06 +02:00
core.c Implement $O variable pointing at cursor ##core 2019-05-21 13:16:54 +02:00
corelog.c Initial WIP implementation of sync using http and T ##sync 2019-01-13 03:42:56 +01:00
cundo.c Minor fixes 2019-04-19 13:30:20 +02:00
disasm_stackptr.inc Do not compute asm.stackptr when not requested, fixes slow disasm issue 2019-03-25 05:48:55 +01:00
disasm.c Priorize strings in case multiple metas match ##disasm 2019-05-28 03:25:06 +02:00
esil_data_flow.c Add vvs command to edit function signature from visual ##types 2019-05-06 20:36:41 +02:00
fortune.c Several improvements in the Visual mode (help, tabs, ...) ##visual 2019-01-02 02:09:31 +01:00
gdiff.c Fix #13541 - Automatic radiff2 -p when no bininfo is found ##diff 2019-03-29 13:03:17 +01:00
hack.c Implement 'wao jinf' to assemble infinite loop instruction ##asm 2019-01-26 12:08:04 +08:00
libs.c Fix musl build (required for Alpine) 2018-12-18 18:24:09 +01:00
linux_heap_glibc.c Fix crash in dmh on Frida 2019-05-02 12:53:03 +03:00
linux_heap_jemalloc.c Code refactoring for the theme based colorization to reduce derefs - dmh commands set ##cons (#13906) 2019-04-27 10:55:18 +02:00
Makefile Make -C http work like the tcp and rap remotes, expose the shell via == ##remote 2019-05-17 12:09:23 +02:00
meson.build Make -C http work like the tcp and rap remotes, expose the shell via == ##remote 2019-05-17 12:09:23 +02:00
panels.c Fix a few bugs and the speed in the graph (#14187) 2019-05-30 15:25:13 +08:00
patch.c Rewrite the RBuffer API to make it safer and adjust the codebase ##refactor (#13656) 2019-05-15 15:34:06 +02:00
plugin.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
project.c Fix warnings here and there 2019-05-14 10:44:19 +02:00
pseudo.c Implement visual decompiler and fix the RConfigHold API ##disasm 2019-03-04 02:44:13 +01:00
rtr_http.c Make -C http work like the tcp and rap remotes, expose the shell via == ##remote 2019-05-17 12:09:23 +02:00
rtr_shell.c Make -C http work like the tcp and rap remotes, expose the shell via == ##remote 2019-05-17 12:09:23 +02:00
rtr.c Make -C http work like the tcp and rap remotes, expose the shell via == ##remote 2019-05-17 12:09:23 +02:00
task.c Print "Task finished" only if interactive ##core 2019-04-04 14:59:27 +02:00
vasm.c Improve visual assembler usability 2019-04-28 00:38:39 +02:00
visual_tabs.inc t key instead of tab key is supported in Disassembly panel ##panels 2019-04-19 16:46:54 +02:00
visual.c Default to scr.color=COLOR_MODE_16 for Alacritty on Windows ##cons 2019-05-27 18:21:17 +02:00
vmarks.c Improve visual mark ##visual 2019-05-11 10:09:17 +02:00
vmenus_graph.c Fix some LGTM warnings (#14047) 2019-05-13 14:09:33 +02:00
vmenus_zigns.c Initial implementation of the visual zignatures in vbz ##sign 2019-01-26 08:29:08 -06:00
vmenus.c Default to scr.color=COLOR_MODE_16 for Alacritty on Windows ##cons 2019-05-27 18:21:17 +02:00
yank.c Implement yq,yj,y*,y! and b* ##core 2019-05-07 01:24:43 +02:00
zdiff.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00