rizin/librz/core/cmd
Florian Märkl f9e01ba07d [RzIL] Rewrite RzAnalysisRzil as RzAnalysisILVM with config
RzAnalysisILVM wraps around the low-level RzILVM and enables emulation
of real code from disassembly, rather than raw IL.
Analysis plugins now don't actively initialize the vm anymore, but
return a fully declarative description RzAnalysisILConfig of how to set
up the vm and optionally its initial state.
This also enables multiple IL vms to exist at the same time as plugins
can not mess with the global vm anymore. See the added integration test
for an example.
2022-01-17 16:50:40 +01:00
..
cmd.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
cmd_analysis.c [RzIL] Rewrite RzAnalysisRzil as RzAnalysisILVM with config 2022-01-17 16:50:40 +01:00
cmd_api.c Fix #2135: Add ..( command (#2184) 2022-01-13 18:10:23 +08:00
cmd_block.c
cmd_cmp.c Port c commands to newshell (#1854) 2021-11-25 17:55:08 +05:30
cmd_debug.c Use API instead of commands in Visual Panels (#2163) 2022-01-03 11:05:22 +08:00
cmd_egg.c Fix null-deref on failed g 2021-12-26 10:34:25 +08:00
cmd_eval.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
cmd_flag.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
cmd_hash.c
cmd_help.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cmd_history.c Changes in how paths are handled (#1997) 2021-11-30 13:36:38 +08:00
cmd_info.c Fix #1952 - Implement iR <hashes> (#1979) 2021-11-15 14:30:48 +01:00
cmd_interpret.c Fix #2135: Add ..( command (#2184) 2022-01-13 18:10:23 +08:00
cmd_linux_heap_glibc.c
cmd_macro.c Fix #2135: Add ..( command (#2184) 2022-01-13 18:10:23 +08:00
cmd_magic.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cmd_meta.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
cmd_open.c Convert 'ob' commands to rzshell (#2201) 2022-01-14 08:45:16 +00:00
cmd_plugins.c RzShell: convert oL commands to rzshell 2021-11-05 11:58:24 +01:00
cmd_print.c Prepare various RzReg accesses for splitting 2021-12-21 13:14:08 +01:00
cmd_project.c
cmd_quit.c
cmd_regs.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
cmd_regs_meta.inc Rewrite ar and dr with newshell (#2006) 2021-12-06 19:02:43 +01:00
cmd_remote.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cmd_resize.c Port shell commands to new shell (#1875) 2021-10-26 12:04:24 +08:00
cmd_search.c Add IO/Map-based RzBuffer Implementation (#2147) 2021-12-29 10:28:55 +01:00
cmd_search_rop.c Prepare various RzReg accesses for splitting 2021-12-21 13:14:08 +01:00
cmd_seek.c Prepare various RzReg accesses for splitting 2021-12-21 13:14:08 +01:00
cmd_shell.c RzShell: convert wh command to shell/which (#1964) 2021-11-12 11:42:58 +01:00
cmd_system.c Add -I (IL lifting) option to rz-asm 2022-01-10 19:27:09 +01:00
cmd_tasks.c
cmd_type.c
cmd_windows_heap.c
cmd_write.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
cmd_yank.c
cmd_zign.c Convert fs commands to rzshell 2022-01-15 09:11:40 +08:00
rz-shell-parser-cmds.inc