Sieg
Sieg
CC#
Created by Sieg on 2/6/2025 in #help
Help me with C++ / C#
I want to make a simple c# program with 1-2 functions and a program in c++ that inject in this c# program and check integrity of c# program by calling the c# function and validating its output. HMODULE hModule = LoadLibraryA("Program.exe"); AddFunc Add = (AddFunc)GetProcAddress(hModule, "Add"); I can't get function address.
17 replies