Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-06-2018, 02:55
revert revert is offline
Friend
 
Join Date: Feb 2018
Posts: 4
Rept. Given: 0
Rept. Rcvd 5 Times in 1 Post
Thanks Given: 8
Thanks Rcvd at 19 Times in 5 Posts
revert Reputation: 5
Stealth64 1.3 source code

I should have done this half a decade ago but if anybody can still use this then have fun. Compile the DLL with masm. The C-sources with visual studio 2010.
Attached Files
File Type: zip Stealth64_1.3.zip (999.8 KB, 79 views)
Reply With Quote
The Following 5 Users Gave Reputation+1 to revert For This Useful Post:
deepzero (02-19-2018), Loki (02-06-2018), MarcElBichon (02-07-2018), sh3dow (02-11-2018), tonyweb (02-10-2018)
The Following 11 Users Say Thank You to revert For This Useful Post:
Indigo (07-19-2019), Loki (02-06-2018), ontryit (02-06-2018), p4r4d0x (01-18-2019), ragdog (01-18-2019), sendersu (02-06-2018), sh3dow (02-11-2018), tonyweb (02-10-2018), yoza (02-20-2019), Zeokat (03-04-2018), zeuscane (02-06-2018)
  #2  
Old 02-06-2018, 14:19
ontryit ontryit is offline
Friend
 
Join Date: Nov 2011
Posts: 172
Rept. Given: 127
Rept. Rcvd 17 Times in 14 Posts
Thanks Given: 411
Thanks Rcvd at 70 Times in 43 Posts
ontryit Reputation: 17
Question

Quote:
Originally Posted by revert View Post
I should have done this half a decade ago but if anybody can still use this then have fun. Compile the DLL with masm. The C-sources with visual studio 2010.
can you mirror it outside this board, i can't download from attachment. Thank you.
Reply With Quote
The Following User Says Thank You to ontryit For This Useful Post:
Indigo (07-19-2019)
  #3  
Old 02-07-2018, 02:23
revert revert is offline
Friend
 
Join Date: Feb 2018
Posts: 4
Rept. Given: 0
Rept. Rcvd 5 Times in 1 Post
Thanks Given: 8
Thanks Rcvd at 19 Times in 5 Posts
revert Reputation: 5
Sure, here you go.
hxxp://www90.zippyshare.com/v/HpE8jIiH/file.html
Reply With Quote
The Following 4 Users Say Thank You to revert For This Useful Post:
Abaddon (02-07-2018), Indigo (07-19-2019), ontryit (02-08-2018), Stingered (02-07-2018)
  #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: 255
Rept. Given: 71
Rept. Rcvd 85 Times in 38 Posts
Thanks Given: 136
Thanks Rcvd at 331 Times in 110 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)
  #5  
Old 02-19-2018, 03:02
revert revert is offline
Friend
 
Join Date: Feb 2018
Posts: 4
Rept. Given: 0
Rept. Rcvd 5 Times in 1 Post
Thanks Given: 8
Thanks Rcvd at 19 Times in 5 Posts
revert Reputation: 5
hahaha don't be greedy Fyyre. I gave a few copies to some respected reversers back in the day so you were not the only one Not planning to maintain this plugin any longer. Hence the release of the sources.
Reply With Quote
The Following 2 Users Say Thank You to revert For This Useful Post:
Fyyre (02-28-2018), Indigo (07-19-2019)
  #6  
Old 02-28-2018, 09:45
Fyyre's Avatar
Fyyre Fyyre is offline
Fyyre
 
Join Date: Dec 2009
Location: 0°N 0°E / 0°N 0°E / 0; 0
Posts: 255
Rept. Given: 71
Rept. Rcvd 85 Times in 38 Posts
Thanks Given: 136
Thanks Rcvd at 331 Times in 110 Posts
Fyyre Reputation: 85
Quote:
Originally Posted by revert View Post
hahaha don't be greedy Fyyre. I gave a few copies to some respected reversers back in the day so you were not the only one :D Not planning to maintain this plugin any longer. Hence the release of the sources.
haha, dw - i still greatful you shared with me. so very helpful over the years <3
__________________
Best Wishes,

Fyyre

--

https://github.com/Fyyre
Reply With Quote
The Following 3 Users Say Thank You to Fyyre For This Useful Post:
Indigo (07-19-2019), revert (02-28-2018), tonyweb (03-03-2018)
  #7  
Old 01-18-2019, 02:23
ragdog ragdog is offline
Friend
 
Join Date: Feb 2011
Posts: 56
Rept. Given: 2
Rept. Rcvd 25 Times in 7 Posts
Thanks Given: 9
Thanks Rcvd at 8 Times in 5 Posts
ragdog Reputation: 25
Hello

Quote:
Sure, here you go.
hxxp://www90.zippyshare.com/v/HpE8jIiH/file.html
This link works anymore can any relink it?

greets,
Reply With Quote
The Following User Says Thank You to ragdog For This Useful Post:
Indigo (07-19-2019)
  #8  
Old 01-18-2019, 15:13
SegWolf SegWolf is offline
Friend
 
Join Date: Oct 2018
Posts: 17
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 3
Thanks Rcvd at 26 Times in 7 Posts
SegWolf Reputation: 1
Quote:
Originally Posted by ragdog View Post
Hello

This link works anymore can any relink it?

greets,
You can get it here:
Quote:
https://tuts4you.com/e107_plugins/download/download.php?view.2425
There are no sources included though you can reverse the binary itself. ScyllaHide is much much advanced. Why not use that? The Stealth64 is very, very old.
Reply With Quote
The Following User Says Thank You to SegWolf For This Useful Post:
Indigo (07-19-2019)
  #9  
Old 01-18-2019, 15:16
ragdog ragdog is offline
Friend
 
Join Date: Feb 2011
Posts: 56
Rept. Given: 2
Rept. Rcvd 25 Times in 7 Posts
Thanks Given: 9
Thanks Rcvd at 8 Times in 5 Posts
ragdog Reputation: 25
Quote:
Originally Posted by SegWolf View Post
You can get it here:


There are no sources included though you can reverse the binary itself.
I use it allready and have download this Binary from T4you but ,
The source it would be very useful.
Reply With Quote
The Following User Says Thank You to ragdog For This Useful Post:
Indigo (07-19-2019)
  #10  
Old 01-18-2019, 16:45
deepzero's Avatar
deepzero deepzero is offline
VIP
 
Join Date: Mar 2010
Location: Germany
Posts: 300
Rept. Given: 111
Rept. Rcvd 64 Times in 42 Posts
Thanks Given: 178
Thanks Rcvd at 215 Times in 92 Posts
deepzero Reputation: 64
Since the author clearly made it available publicly and it has also spread far by now, I will post a mirror.

https://www90.zippyshare.com/v/FhD0KziY/file.html
Reply With Quote
The Following 6 Users Say Thank You to deepzero For This Useful Post:
cachito (01-18-2019), Indigo (07-19-2019), Newbie_Cracker (01-30-2019), niculaita (01-18-2019), p4r4d0x (01-19-2019), ragdog (01-18-2019)
  #11  
Old 02-18-2019, 03:01
revert revert is offline
Friend
 
Join Date: Feb 2018
Posts: 4
Rept. Given: 0
Rept. Rcvd 5 Times in 1 Post
Thanks Given: 8
Thanks Rcvd at 19 Times in 5 Posts
revert Reputation: 5
Quote:
Originally Posted by SegWolf View Post
The Stealth64 is very, very old.
I'm feeling very very old now as well
Reply With Quote
The Following User Says Thank You to revert For This Useful Post:
Indigo (07-19-2019)
  #12  
Old 02-18-2019, 03:37
Kurapica's Avatar
Kurapica Kurapica is offline
VIP
 
Join Date: Jun 2009
Location: Archives
Posts: 190
Rept. Given: 20
Rept. Rcvd 143 Times in 42 Posts
Thanks Given: 67
Thanks Rcvd at 403 Times in 87 Posts
Kurapica Reputation: 100-199 Kurapica Reputation: 100-199
@revert !

~ Legends never die ~
Reply With Quote
The Following 5 Users Say Thank You to Kurapica For This Useful Post:
Fyyre (04-07-2019), Indigo (07-19-2019), revert (02-23-2019), tonyweb (02-25-2019), user1 (02-22-2019)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VB6 N-CODE - Stop any servive and Start any APP-Release and Source Code wilson bibe General Discussion 5 04-10-2013 00:23


All times are GMT +8. The time now is 16:41.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )