rizin/librz/core/cmd
Rot127 9ea0b64372
Enable CFG generation. (#4037)
* Add CFG generation function.
* Document rz_analysis_op()
* Set type annotation to NONNULL
* Add command to generate CFG.
* Add note about not following calls.
* Add tests and simplify check.
2024-01-15 07:51:35 +08:00
..
cmd.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
cmd_analysis.c Enable CFG generation. (#4037) 2024-01-15 07:51:35 +08:00
cmd_api.c introduce user pointer in comparator to remove globals in table.c 2024-01-06 23:30:07 +08:00
cmd_block.c
cmd_cmp.c Remove hidden static in rz_str_pad 2024-01-06 23:30:07 +08:00
cmd_debug.c Transition from list to pvector for symbols in RzBinPlugin (#4077) 2024-01-06 19:54:19 +08:00
cmd_egg.c
cmd_eval.c Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
cmd_flag.c Remove hidden static in rz_str_pad 2024-01-06 23:30:07 +08:00
cmd_flirt.c Fix flirt crc calculation, length and matching 2022-10-26 21:46:22 +02:00
cmd_hash.c
cmd_history.c Remove global RzLine instance 2024-01-07 22:40:25 +08:00
cmd_info.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
cmd_interpret.c
cmd_linux_heap_glibc.c
cmd_macro.c
cmd_magic.c
cmd_math.c Remove global RzLine instance 2024-01-07 22:40:25 +08:00
cmd_meta.c Coverity fixes - memory leaks (#3348) 2023-02-05 15:22:28 +08:00
cmd_open.c Remove dead code in RzUtil alloc 2023-03-01 11:12:03 +08:00
cmd_plugins.c Unify crypto plugin api to match all the other plugins. (#3773) 2023-08-18 23:25:41 +08:00
cmd_print.c Fix prc command. 2024-01-07 22:40:25 +08:00
cmd_project.c
cmd_quit.c
cmd_regs.c Fix several memleaks (#3779) 2023-08-24 07:53:33 +08:00
cmd_regs_meta.inc
cmd_remote.c Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_resize.c io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
cmd_search.c search: resolve some signed int issues in json output (#4094) 2024-01-11 19:17:17 +08:00
cmd_search_rop.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
cmd_seek.c Fix several memleaks (#3811) 2023-08-30 20:04:36 +08:00
cmd_shell.c Remove hidden static in rz_str_pad 2024-01-06 23:30:07 +08:00
cmd_system.c
cmd_tasks.c
cmd_type.c Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
cmd_windows_heap.c
cmd_write.c io: return error when reading/writing to unmapped memory (#3323) 2023-02-11 11:36:27 +01:00
cmd_yank.c
rz-shell-parser-cmds.inc