Initial commit
This commit is contained in:
commit
3dd53cf457
105 changed files with 35670 additions and 0 deletions
9
vendor/dynlibutils/README.md
vendored
Normal file
9
vendor/dynlibutils/README.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue