Seregon/Hermes

Hermes/Dyforge is a program written in c++ allows you to inject a dll that can analyze all processes in a program, can be used for mod and reverse engeneering

C/3.8 KB/No license
build.bat
Hermes / build.bat
1@echo off
2rmdir /s /q build
3mkdir build
4cd build
5cmake ..
6cmake --build .
7cmake --install . --prefix ../install
8cd ..
9 
10echo Build completata con successo!
11echo I file sono stati installati in install