Update README.md

This commit is contained in:
Alex H 2020-04-06 01:22:14 +02:00 committed by GitHub
parent 8172861682
commit cd47e6cd32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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