9 lines
392 B
Markdown
9 lines
392 B
Markdown
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.
|