Search found 17 matches

by htm_hx
May 25, 2017 6:24
Forum: Beginners
Topic: The latest FB production of a DLL project, the use of multi-threaded, found some of the following problems:
Replies: 9
Views: 1332

The latest FB production of a DLL project, the use of multi-threaded, found some of the following problems:

The latest FB production of a DLL project, the use of multi-threaded, found some of the following problems: 1. base variables not available #Define definition must use global variables; Problem: the injection process goes wrong 2. function with return value, you must use the variable assignment retu...
by htm_hx
May 24, 2017 19:48
Forum: Beginners
Topic: Generate a DLL injection process in the WINDOWS system, running does not support the VEH; seek God to help solve
Replies: 5
Views: 1683

Generate a DLL injection process in the WINDOWS system, running does not support the VEH; seek God to help solve

I generated a DLL; the following VEH code is used in DLL; runs on some computers; if the code is executed to an exception, the process disappears directly; VEH is not triggered dim shared as any ptr g_h1, g_continue_execution_address ''----------------------------------------------------------------...