View Single Post
  #3  
Old 07-28-2018, 13:23
nir nir is offline
Guest
 
Join Date: Jul 2018
Location: Ind!a
Posts: 3
Rept. Given: 0
Rept. Rcvd 3 Times in 2 Posts
Thanks Given: 0
Thanks Rcvd at 8 Times in 3 Posts
nir Reputation: 3
Time functions hook

Quote:
Originally Posted by user1 View Post
I m interested in time functions hook for example and return my time.

can help with C++ code as example?
You can patch first windows dlls in memory then can continue to use your software with your date/time.

It must be ordered list process,you should create in C++.

I'm posting some kernel based API calls which you have to patch, used by almost all software's and packers :
  • GetSystemTimePreciseAsFileTime
  • GetSystemTimeAsFileTime
  • GetLocalTime
  • GetSystemTime
  • NtQuerySystemTime
Reply With Quote
The Following 2 Users Gave Reputation+1 to nir For This Useful Post:
niculaita (07-28-2018), user1 (07-29-2018)
The Following 2 Users Say Thank You to nir For This Useful Post:
niculaita (07-28-2018), user1 (07-29-2018)