Initial commit

This commit is contained in:
Michal 2026-01-11 18:57:42 +04:00 • committed by GitHub
commit 3dd53cf457
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
105 changed files with 35670 additions and 0 deletions

9
vendor/dynlibutils/README.md vendored Normal file
View file

@ -0,0 +1,9 @@
DynLibUtils is a library for interacting with dynamically loaded libraries (DLL, SO).
Allows to get library sections, find pattern in memory and VirtualTable address by name.
This library is designed to simplify development for CS2 server, supports Windows/Linux x86_64.
Usage
------------
Copy the source and header files to your project and add [`module.cpp`](module.cpp) in your build.