From 2d977498c7964c9b9015c22ee6d3b8016318e119 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 17 Aug 2020 22:33:20 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39b5338..d812168 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ the handle to the driver we can start sending IOCTL's to BattlEye. The IOCTL dat +# limitations + +Now that we can ask BEDaisy to read/write for us, what are the limitations? Well first off you cannot use this to read/write the process that battleye is protecting but you can use +this to read/write any other process you can open a simple handle too. `Rust`, `Valorant`, you name it, just open a `PROCESS_QUERY_LIMITED_INFORMATION` handle and pass it to `BEDaisy`. \ No newline at end of file