From 0e99ac48e5991542e62b75486b0272a2497ed424 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 9 Dec 2020 09:19:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e13ed..4ac137c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ My suggestion is you call only small functions if you want to call functions. # Example -Since all of the games memory is mapped into your process you can simply walk the games PEB for loaded modules. Here is an example of how to do that. +Since all of the processes memory is mapped into your process you can simply walk the processes PEB for loaded modules. Here is an example of how to do that. ```cpp auto get_module_base(vdm::vdm_ctx* v_ctx, nasa::injector_ctx* rinjector,