radare2/libr/core
2021-07-29 19:53:50 +02:00
..
p Apply fix in sixref plugin to be in sync with the latest xref ##anal 2021-05-07 12:22:57 +02:00
agraph.c Fix some issues spotted by msvc (#18899) 2021-07-15 17:24:05 +02:00
anal_objc.c Refix the objc parsing boundary check (#18648) 2021-05-01 02:45:54 +02:00
anal_tp.c Simplify RConfigHold APIs and update calls from RCore ##config 2021-02-05 18:48:01 +01:00
blaze.c Boolify cfg.debug (#18452) 2021-03-14 22:22:04 +01:00
canal.c ##anal 2021-07-25 21:56:44 +02:00
carg.c Fix #18323 - honor anal.calls in aa ##anal 2021-04-25 01:11:57 +02:00
casm.c Show results after pressing ^C in /ad ##search (#18549) 2021-04-08 03:41:44 +02:00
cbin.c Honor Flag.maxLength in more RName.filter calls 2021-07-29 19:53:50 +02:00
cconfig.c Add one more RReg wrapper in RAnal for bindings (#18946) 2021-07-28 12:09:23 +02:00
cfile.c Fix #18717 - Syscall table is always loaded on startup now (#18742) 2021-05-24 17:18:03 +02:00
cio.c Boolify cfg.debug (#18452) 2021-03-14 22:22:04 +01:00
citem.c Rename r_io_map_get to r_io_map_get_at ##io 2021-03-12 17:56:46 +01:00
cmd_anal.c Identify the analysis bottleneck into a toggleable #if 2021-07-26 01:03:34 +02:00
cmd_api.c Handle aliased files in wff and wtf commands ##shell 2021-04-27 15:15:40 +02:00
cmd_cmp.c Fix cX command and minor cleanup ##anal (#18451) 2021-03-14 21:52:52 +01:00
cmd_debug.c Add 'sigstr' to the 'di' output for verboser stop reasons ##debug 2021-07-17 13:00:21 +02:00
cmd_egg.c Add Lg to list egg plugins (#18801) 2021-06-04 14:43:18 +02:00
cmd_eval.c Fix memleak in db/formats/mangling/mangling 2021-01-25 02:37:21 +01:00
cmd_flag.c Rename r_io_map_get to r_io_map_get_at ##io 2021-03-12 17:56:46 +01:00
cmd_hash.c Fix last covs 2021-05-25 11:46:01 +02:00
cmd_help.c Add &w command to wait and run for queued commands ##core 2021-07-05 21:57:34 +02:00
cmd_helps.c Implement the comma command to manage user-defined tables ##util (#17702) 2020-12-09 03:39:49 +01:00
cmd_helps.h Implement the comma command to manage user-defined tables ##util (#17702) 2020-12-09 03:39:49 +01:00
cmd_info.c Honor Flag.maxLength in more RName.filter calls 2021-07-29 19:53:50 +02:00
cmd_log.c Add Lg to list egg plugins (#18801) 2021-06-04 14:43:18 +02:00
cmd_macro.c Fix old uses of @@ and @@@ (#409) 2021-01-25 00:34:58 +01:00
cmd_magic.c Use pj in cmd_search.c##refactor (#18163) 2021-01-04 11:29:24 +01:00
cmd_meta.c Implement CLj command and improve CL output ##dwarf (#18540) 2021-04-04 18:54:24 +02:00
cmd_mount.c Rework r_vc_checkout and fix some mem leaks ##projects (#18894) 2021-07-10 19:15:38 +02:00
cmd_open.c Implement socket:// plugin, inspired by radare1 ##io (#18740) 2021-05-24 14:16:23 +02:00
cmd_print.c Fix meson build and proper use of cgen ##build (#18920) 2021-07-21 17:22:39 +02:00
cmd_project.c Remove transitional projects code ##projects 2021-01-03 10:54:00 +01:00
cmd_quit.c Add scr.hist.filter to toggle the filtered history up/down search ##shell (#18913) 2021-07-18 19:15:54 +02:00
cmd_search_rop.c Fix format string warnings 2020-10-19 11:50:06 +02:00
cmd_search.c Fix some issues spotted by msvc (#18899) 2021-07-15 17:24:05 +02:00
cmd_seek.c Fix some issues spotted by msvc (#18899) 2021-07-15 17:24:05 +02:00
cmd_type.c Use gperf on anal/d and improve build and checks ##anal 2021-05-20 00:22:20 +02:00
cmd_write.c Fix meson build and proper use of cgen ##build (#18920) 2021-07-21 17:22:39 +02:00
cmd_zign.c Simplify r_file_glob name and string allocation logic (#18893) 2021-07-09 10:35:54 +02:00
cmd.c Fix some issues spotted by msvc (#18899) 2021-07-15 17:24:05 +02:00
core.c Use RAnalBind in RAsm to reuse RAnalPlugins to disassemble ##asm 2021-07-25 22:44:47 +02:00
corelog.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
cplugin.c Import @siguza's arm64 xref finder ##search (#18572) 2021-04-11 13:35:38 +02:00
cproject.c Fix projects by removing code and honoring prj.name ##projects 2021-01-03 10:54:00 +01:00
cundo.c Merge everything time-related in r_time.h (#17445) 2020-08-12 18:54:49 +02:00
disasm_stackptr.inc Fix uninitialized variable use in ostackptr (#17836) 2020-10-26 14:03:24 +08:00
disasm.c Improve invalid address and string parameter issues in emu.str and pd comments ##disasm 2021-06-30 19:55:43 +02:00
esil2c.c Initial implementation of the pdo esil2c output ##print (#18836) 2021-06-17 01:53:05 +02:00
fortune.c fortunes: remove nsfw and creepy fortunes 2020-11-29 01:14:28 +01:00
gdiff.c Code cleanup and other minor refactoring changes 2021-01-09 17:38:54 +01:00
hack.c Handle je and jne as aliases for jz and jnz in wao ##asm 2021-05-05 00:11:38 +02:00
libs.c Esil plugin management APIs ##esil (#18371) 2021-02-19 10:24:48 +01:00
linux_heap_glibc.c Boolify cfg.debug (#18452) 2021-03-14 22:22:04 +01:00
linux_heap_jemalloc.c Fix dead increments in places 2021-01-19 05:37:17 +01:00
Makefile Initial import of the 'Radare2 Version Control System' APIs (#18499) ##core 2021-04-26 11:27:46 +02:00
meson.build Initial import of the 'Radare2 Version Control System' APIs (#18499) ##core 2021-04-26 11:27:46 +02:00
panels.c Fix #18884 - Fix changing frame commands in panels 2021-07-06 11:54:45 +02:00
patch.c Better use of the R_SOCKET_PROTO_DEFAULT and add _NONE (#17644) 2020-09-25 19:51:23 +08:00
project.c Fix #18641 prevent overwriting projects with Ps ##projects (#18755) 2021-05-26 23:42:38 +02:00
pseudo.c Fix pdcj (#18591) 2021-04-18 22:44:18 +02:00
rtr_http.c Add http.basepath to support transparent subdirectory requests ##remote 2021-06-09 21:24:32 +02:00
rtr_shell.c Add ===errmsg to support the new r2pipe side ##r2pipe (#18705) 2021-05-18 09:08:27 +02:00
rtr.c Add initial support for building r2 on WASI ##build 2021-06-20 17:14:43 +02:00
rvc.c Fix *NULL dereference in rvc2.c (#18929) 2021-07-23 18:11:28 +02:00
task.c Use pj in core ##refactor (#18267) 2021-01-22 08:44:44 +01:00
vasm.c Fix format warnings in libr/core 2020-10-22 13:37:25 +08:00
visual_tabs.inc Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
visual.c Fix asm.hint.imm keystrokes ignored ##visual 2021-07-25 23:55:48 +02:00
vmarks.c Fix format warnings in libr/core 2020-10-22 13:37:25 +08:00
vmenus_graph.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus_zigns.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus.c Fix #18292 - Clarify the use of Vdn/Vdr and rename VdR to VdX ##visual 2021-07-25 23:15:33 +02:00
windows_heap.c Implement RTable:sql and add RTable.name ##core 2021-01-15 10:56:58 +01:00
yank.c Rename r_cons_memcat to r_cons_write ##api (#18559) 2021-04-10 22:21:35 +02:00
zdiff.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00