From cd47e6cd320e8343fb804cc97e918fbdb99d299c Mon Sep 17 00:00:00 2001 From: Alex H Date: Mon, 6 Apr 2020 01:22:14 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03b342a..4741bbf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ this project uses * shared object injection via LD_PRELOAD * opengls GlxSwapBuffer hook to draw imgui ingame menu [ref](https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/330135-linux-ld_preload-injection-without-patching-wine.html) +__third party stuff__ + +* [subhook](https://github.com/Zeex/subhook) +* [imgui](https://github.com/ocornut/imgui) + + [![unknown.png](https://i.postimg.cc/zvRW54qM/unknown.png)](https://postimg.cc/YLMjznGf) @@ -61,8 +67,3 @@ editor inject_debug_via_ldpreload.sh # start Wow via winedbg and inject libezwow.so ./inject_debug_via_ldpreload ``` - -## third party stuff - -* subhook -* imgui