Memflow plugin for YClass. Also see: ko1N/yclass-memflow.
- Configure YClass to use this plugin
- Create
memflow-config.toml
in YClass config directory (see YClass README). - Configure
memflow-config.toml
with desired settings.
# REQUIRED
# OS type (i.e. "win32", "native")
os = "win32"
# OPTIONAL
# Path to a directory with memflow plugins, if none then uses default scan locations.
scan_path = "./my_memflow_plugins/"
# Connector type (i.e. "kvm", "qemu", etc...)
conn = "kvm"
# Arguments to pass to the connector.
conn_args = "foo foo"
# Arguments to pass to the os.
os_args = "blah blah"