radare2/libr/core
yossizap c2d0319657 Fix debug rebase regressions ##debug
PR #16131 broke rebase by changing the order in which cfg.debug was set,
causing r_core_file_reopen to treat the debugee as a regular file and
skip the baseaddr calculation.
2020-03-14 20:25:13 +01:00
..
p Remove Custom Analysis for Java (#15817) ##anal 2020-01-16 11:25:49 +01:00
agraph.c Convert preinc/predec in 3rd part of for statement to postinc/postdec (#16187) 2020-03-12 18:40:46 +01:00
anal_objc.c Blindfix #13659 - crash in aao with a fuzzed macho 2019-04-08 16:33:10 +02:00
anal_tp.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
blaze.c Remove more members from RAnalBlock ##anal (#15975) 2020-02-14 17:50:10 +01:00
canal.c Fix one memleak (#16199) 2020-03-12 15:09:31 +01:00
carg.c Refactor RAnal Basic Blocks and Functions (#15169) ##anal 2020-01-15 15:23:34 +01:00
casm.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
cbin.c Fix last coverity issues (#16114) 2020-03-03 12:41:32 +01:00
cconfig.c fixed a spellig mistake in anal.delay (#16204) 2020-03-13 16:48:23 +08:00
cfile.c Fix debug rebase regressions ##debug 2020-03-14 20:25:13 +01:00
cio.c Do not use the elvis operator for bool expressions (#16073) 2020-02-28 15:19:37 +01:00
citem.c Fix memory leaks and other problems found by ASAN. (#14980) 2019-09-08 01:24:14 +08:00
cmd_anal.c Enhance the way imports are processed in r_anal_function_get_signature ##types (#16211) 2020-03-13 22:28:25 +01:00
cmd_api.c Change macro syntax to use ; instead of , 2020-03-11 00:11:01 +01:00
cmd_cmp.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01: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 Make r_reg_get_list() search harder (#16202) ##reg 2020-03-13 12:01:54 +01: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 Implement ecHj to list highlight rules in json format ##cons 2020-03-04 00:08:39 +01:00
cmd_flag.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_hash.c Fix hashbang for lang plugins that do not set argc/argv (#15218) 2019-10-07 17:28:56 +02:00
cmd_help.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_info.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_log.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_macro.c Change macro syntax to use ; instead of , 2020-03-11 00:11:01 +01:00
cmd_magic.c Implemented pmj (#15864) ##print 2020-01-20 17:39:04 -05:00
cmd_meta.c Remove remaining cmdtail usages 2020-03-08 19:50:54 +01:00
cmd_mount.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_open.c Fix debug rebase regressions ##debug 2020-03-14 20:25:13 +01:00
cmd_print.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01: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 Docuemnt Q in q? 2019-07-17 18:48:36 +02:00
cmd_search_rop.c Make r_reg_get_list() search harder (#16202) ##reg 2020-03-13 12:01:54 +01:00
cmd_search.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_seek.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
cmd_type.c Implement tpv command and some random code cleannup ##types 2020-03-12 14:10:06 +01:00
cmd_write.c Fix #16142 - missleading wopD error message 2020-03-05 19:34:28 +01:00
cmd_zign.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd.c Make r_reg_get_list() search harder (#16202) ##reg 2020-03-13 12:01:54 +01:00
core.c Add acvf command and devirtualizing vtable method calls (#16157) ##anal 2020-03-10 14:08:14 +01:00
corelog.c Fix is.j iEj and iaj json validation issue in r2 -- (#15724) ##json 2019-12-29 13:19:44 +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 Enhance the way imports are processed in r_anal_function_get_signature ##types (#16211) 2020-03-13 22:28:25 +01:00
esil_data_flow.c Improve registers handling in ESIL dfg ##esil 2019-10-28 10:10:24 +01:00
fortune.c Some coverity fixes 2020-01-08 14:16:11 +01:00
gdiff.c Refactor RAnal Basic Blocks and Functions (#15169) ##anal 2020-01-15 15:23:34 +01:00
hack.c Add 'wao jinf' for Dalvik ##asm 2020-02-10 00:59:39 +01:00
libs.c Add pkgname in RLibStruct for r2pm on outdated plugins ##core (#15813) 2020-01-15 09:49:41 +01:00
linux_heap_glibc.c Some coverity fixes 2020-01-08 14:16:11 +01:00
linux_heap_jemalloc.c More spelling fixes in the code 2019-06-20 13:36:02 +08:00
Makefile Do not compile radare2-shell-parser by default (#15769) 2020-01-07 13:37:04 +01:00
meson.build Very simple tree sitter integration (#15414) ##command 2019-11-06 10:33:23 +01:00
panels.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
patch.c Fix #15002 - Propagate write error issues into RCore.patch ##io (#15029) 2019-09-13 18:28:26 +02:00
plugin.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
project.c Preserve "functions" flagspace when saving projects (#16057) ##projects 2020-02-26 17:37:23 +01:00
pseudo.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
r2-shell-parser-cmds.inc Support iter_hit_command and update radare2-shell-parser (#16132) ##core 2020-03-05 14:41:37 +01:00
rtr_http.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
rtr_shell.c Fix fgets() usage (#16068) 2020-02-29 20:47:10 +01:00
rtr.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
task.c Fix some Race Conditions with the thready task scheduler (#15667) ##core 2019-12-18 16:54:37 +01:00
vasm.c Improve visual assembler usability 2019-04-28 00:38:39 +02:00
visual_tabs.inc O in visual is supported in panels with the "i" key ##panels (#14942) 2019-09-01 16:27:11 +02:00
visual.c Add VdN (afs!) to edit function signature with cfg.editor ##visual 2020-03-10 10:30:32 +01:00
vmarks.c Improve visual mark ##visual 2019-05-11 10:09:17 +02:00
vmenus_graph.c Fix fgets() usage (#16068) 2020-02-29 20:47:10 +01:00
vmenus_zigns.c Fix fgets() usage (#16068) 2020-02-29 20:47:10 +01:00
vmenus.c Add VdN (afs!) to edit function signature with cfg.editor ##visual 2020-03-10 10:30:32 +01:00
windows_heap.c Fix spelling errors (#15904) 2020-01-27 07:43:47 +01:00
yank.c Fix #10696 - Kill r_io_map_add_next_available 2020-02-24 01:16:14 +01:00
zdiff.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00