Posts by user65104 • 11 points
1 post
-
1
votes0
answers100
viewsQ: How to call a function from an already injected dll(c++)?
how do I call a function within a DLL already injected into the process? example: I would like when I press a button on the form I created, to call the asmFunction() function; if I call the function…