Anti-Decompiler Version 1.0

Posts 115 of 63 · Page 1 of 5
Anti-Decompiler Version 1.0
Use this program to stop people from even seeing your source code

(Yes.. quality is on the suckish side, im uploading HD tomorrow)
VirusTotal - Free Online Virus, Malware and URL Scanner
Anti-Decompiler Version 1.0.rar MD5:ecd7e43a26c4ed4c9bba96da758c7862 - VirSCAN.org Scanners did not find malware!
Also i am aware this is not a hack i'm just trying to help out the CA hack makers, ill move it to programs in a day or so
Anti-Decompiler Version 1.0.rarattachment deleted · 182 downloads before removal
This should be very useful
how you gonna say screw obfuscation? its the only guarantee nobody can get your script...
Quote Originally Posted by Grim View Post
how you gonna say screw obfuscation? its the only guarantee nobody can get your script...
i recently discovered a program that can reverse obfuscate free obfuscation programs so i decided to make an anti-decompiler program. If you have a paid obfuscation program it would be
Quote Originally Posted by Bombsaway707 View Post

i recently discovered a program that can reverse obfuscate free obfuscation programs so i decided to make an anti-decompiler program. If you have a paid obfuscation program it would be
NAO GO APPROVE MY THREAD YOU SMART MINION
Quote Originally Posted by Bombsaway707 View Post

i recently discovered a program that can reverse obfuscate free obfuscation programs so i decided to make an anti-decompiler program. If you have a paid obfuscation program it would be
Im sure some could reverse whatever your program does
But i have VMprotect and themida full version
uhhh packer?
Quote Originally Posted by CAFlames View Post
uhhh packer?
Nope it isnt packer, just doesn't let you decompile the program.
YEHS!
Thank you so much sir....
---
now we see how **** will do with out Hex editing hack
--
cool... ty
.net only I assume by your video right?
nice. hopefully everyone who releases a hack here makes it open mpgh on inject. then use this....
WoW Awsome man thx
Copy pasta? O__o
Code:
Dim dialog As New OpenFileDialog
dialog.Filter = ".NET Assembly Files (*.dll, *.exe)|*.dll *.exe|All Files|*.*"
If (dialog.ShowDialog = DialogResult.OK) Then
    Dim stream As New FileStream(dialog.FileName, FileMode.Open, FileAccess.Write)
    stream.Seek(&HF4, SeekOrigin.Begin)
    stream.WriteByte(11)
    stream.Flush
    stream.Close
End If
Quote Originally Posted by master131 View Post
Copy pasta? O__o
Code:
Dim dialog As New OpenFileDialog
dialog.Filter = ".NET Assembly Files (*.dll, *.exe)|*.dll *.exe|All Files|*.*"
If (dialog.ShowDialog = DialogResult.OK) Then
    Dim stream As New FileStream(dialog.FileName, FileMode.Open, FileAccess.Write)
    stream.Seek(&HF4, SeekOrigin.Begin)
    stream.WriteByte(11)
    stream.Flush
    stream.Close
End If
also has EOF & Im adding AES cryption btw didnt know u visited hf
Edit: adding AES and possibly XOR encryption and will release when i get home from school
Posts 115 of 63 · Page 1 of 5
This thread is closed for replies.

Tags for this Thread

None

Need help?