From d870f10a2718aa887cd1e3bc2ac4facbabfcfc52 Mon Sep 17 00:00:00 2001 From: ko1N Date: Mon, 22 Nov 2021 22:40:58 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e918c2f..2e28000 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ let conn_args = if args.len() > 1 { ConnectorArgs::new() }; -let mut conn = memflow_pcileech::create_connector(&conn_args) +let mut conn = memflow_pcileech::create_connector(&conn_args, log::Level::Debug) .expect("unable to initialize memflow_pcileech"); ``` @@ -110,6 +110,8 @@ On Windows systems the memory map can be obtained from the Registry under the fo HKEY_LOCAL_MACHINE\\HARDWARE\\RESOURCEMAP\\System Resources\\Physical Memory\\.Translated ``` +In case no memory mappings are provided by the user the connector will use the memory mappings found by the os integration (e.g. win32). + ## Troubleshooting Q: The plugin is not detected/found by memflow