From 96cb38b6aec6c6828ebe64cab4f4556d4694b90a Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 29 Nov 2020 17:22:07 +0100 Subject: [PATCH] Updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d908948..3b05d48 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ real_base=0x3000 The `real_base` parameter is optional. If it is not set there will be no re-mapping. +## Troubleshooting + +Q: The plugin is not detected/found by memflow + +A: Make sure to compile the plugin with the correct flags. More information can be found in the (usage)[#using-the-library-in-a-rust-project] section. + ## License Licensed under GPL-3.0 License, see [LICENSE](LICENSE).