https://github.com/emesare/yclass-memflow
Memflow plugin for YClass
https://github.com/emesare/yclass-memflow
memflow
Last synced: 3 months ago
JSON representation
Memflow plugin for YClass
- Host: GitHub
- URL: https://github.com/emesare/yclass-memflow
- Owner: emesare
- Created: 2022-12-05T05:13:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T22:56:25.000Z (over 2 years ago)
- Last Synced: 2025-03-15T15:53:39.755Z (3 months ago)
- Topics: memflow
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yclass-memflow
[Memflow] plugin for [YClass]. Also see: [ko1N/yclass-memflow](https://github.com/ko1N/yclass-memflow).
## How to use
1. [Configure YClass to use this plugin](https://github.com/dankope/yclass/blob/master/README.md#plugin-api)
2. Create `memflow-config.toml` in YClass config directory ([see YClass README](https://github.com/ItsEthra/yclass#plugin-api)).
3. Configure `memflow-config.toml` with desired settings.### `memflow-config.toml`
```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"
```[Memflow]: https://github.com/memflow/memflow
[YClass]: https://github.com/ItsEthra/yclass