Skip to content

emesare/yclass-memflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yclass-memflow

Memflow plugin for YClass. Also see: ko1N/yclass-memflow.

How to use

  1. Configure YClass to use this plugin
  2. Create memflow-config.toml in YClass config directory (see YClass README).
  3. Configure memflow-config.toml with desired settings.

memflow-config.toml

# 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"

About

Memflow plugin for YClass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages