Thread
:
How can I hook DllMain ?
View Single Post
#
9
01-24-2015, 22:50
SLV
Friend
Join Date: May 2005
Posts: 62
Rept. Given: 3
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 5
Thanks Rcvd at 2 Times in 2 Posts
Hook LoadLibraryEx -> check if dll is your -> fix flags to DONT_RESOLVE_DLL_REFERENCES -> call original -> set hooks -> call DllMain.
SLV
View Public Profile
Find all posts by SLV