https://github.com/nir3x/serversidemapper32
ServerSideMapper32 - Server-Side DLL Mapping Solution
https://github.com/nir3x/serversidemapper32
c-plus-plus cpp dll-inject dll-injection dll-injector dll-mapping go golang injector injector-x32 injector-x86 manual-map manual-map-dll manual-mapper manual-mapping mapper server-side-mapping
Last synced: 3 months ago
JSON representation
ServerSideMapper32 - Server-Side DLL Mapping Solution
- Host: GitHub
- URL: https://github.com/nir3x/serversidemapper32
- Owner: NIR3X
- License: agpl-3.0
- Created: 2024-01-11T09:10:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:59:48.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:08:09.044Z (10 months ago)
- Topics: c-plus-plus, cpp, dll-inject, dll-injection, dll-injector, dll-mapping, go, golang, injector, injector-x32, injector-x86, manual-map, manual-map-dll, manual-mapper, manual-mapping, mapper, server-side-mapping
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ServerSideMapper32 - Server-Side DLL Mapping Solution
This is a C++ and Go project that implements a server-side DLL manual mapping mechanism. The project includes a client-side component written in C++, a server-side component written in Go, and a "Hello World" DLL source.
## Installation
To use this project, you can clone the repository and compile it using C++ and Go compilers:
```bash
git clone https://github.com/NIR3X/ServerSideMapper32 --recurse-submodules
cd ServerSideMapper32
msys2_shell -mingw32 -defterm -here -no-start -lc 'mingw32-make -C client'
msys2_shell -mingw32 -defterm -here -no-start -lc 'mingw32-make -C helloworld32'
make -C server
```## License
[](https://www.gnu.org/licenses/agpl-3.0.html)
This program is Free Software: You can use, study share and improve it at your
will. Specifically you can redistribute and/or modify it under the terms of the
[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.