View Single Post
  #4  
Old 02-18-2018, 23:13
Fyyre's Avatar
Fyyre Fyyre is offline
Fyyre
 
Join Date: Dec 2009
Location: 0°N 0°E / 0°N 0°E / 0; 0
Posts: 259
Rept. Given: 75
Rept. Rcvd 85 Times in 38 Posts
Thanks Given: 141
Thanks Rcvd at 335 Times in 113 Posts
Fyyre Reputation: 85
Quote:
Originally Posted by revert View Post
I should have done this half a decade ago :D but if anybody can still use this then have fun. Compile the DLL with masm. The C-sources with visual studio 2010.
gasp. i'm not only one with anymore, booo...

anyway... here's a simple modification for VMP:

line 181 ... stealth64.c

Code:
			DWORD dw = 0;
			DWORD windowsBuildVer = 15063;
			if (!WriteProcessMemory(hProcess, (byte*)lpPeb + 0xAC, &windowsBuildVer, sizeof(windowsBuildVer), &dw))
				Addtolist(0, 1, "Stealth64 >> failed to clear PEB32!IsDebugged.");
Can add your own menu option, etc.. the object was use, not pretty gui
__________________
Best Wishes,

Fyyre

--

https://github.com/Fyyre

Last edited by Fyyre; 02-18-2018 at 23:59.
Reply With Quote
The Following 3 Users Say Thank You to Fyyre For This Useful Post:
Indigo (07-19-2019), revert (02-19-2018), tonyweb (02-19-2018)