View Single Post
  #1  
Old 05-07-2020, 21:31
DavidXanatos DavidXanatos is offline
Family
 
Join Date: Jun 2018
Posts: 179
Rept. Given: 2
Rept. Rcvd 46 Times in 32 Posts
Thanks Given: 58
Thanks Rcvd at 350 Times in 116 Posts
DavidXanatos Reputation: 46
[C++ Sample] DLL injection and API hooking

I needed a program to think its not running in a terminal session so I threw something together from existing lib's that does the job: https://github.com/DavidXanatos/HideTS
Very simple using the MinHook lib.

Given how simple it is I thought it may be a good sample for anyone who needs to hook some windows API in some program for whatever reason.

Might be useful to some beginners.
Reply With Quote
The Following 2 Users Gave Reputation+1 to DavidXanatos For This Useful Post:
MarcElBichon (06-06-2020), user1 (05-19-2020)
The Following 11 Users Say Thank You to DavidXanatos For This Useful Post:
ahmadmansoor (05-19-2020), barukai (05-08-2020), Doit (05-26-2020), h8er (05-09-2020), Kurapica (01-04-2021), niculaita (05-08-2020), nimaarek (05-24-2020), SinaDiR (05-18-2020), Stingered (05-08-2020), user1 (05-19-2020), zeuscane (05-08-2020)