Ray-Trace/vendor/dynlibutils
2026-01-11 18:57:42 +04:00
..
LICENSE Initial commit 2026-01-11 18:57:42 +04:00
memaddr.h Initial commit 2026-01-11 18:57:42 +04:00
module.cpp Initial commit 2026-01-11 18:57:42 +04:00
module.h Initial commit 2026-01-11 18:57:42 +04:00
module_linux.cpp Initial commit 2026-01-11 18:57:42 +04:00
module_windows.cpp Initial commit 2026-01-11 18:57:42 +04:00
README.md Initial commit 2026-01-11 18:57:42 +04:00

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 in your build.