[Tutorial]VB.net - Obfuscator
Imports Code :
Code:
Imports System
Imports System.IO
add a button and add this code :
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
Credits : Don't know just cracked an app
This code can block .net reflector
press "Thanks" button if u like it Can you explain better plz?
No, Looks like it open's a file Reads it and just changes Text To byte's " a very basic obfuscatior"
Not really much of a tut, just a "Hey come copy and paste me and learn nothing pl0x" kind of TuT.
Yeah, and as I have said to the last 5 posts here, this is what the snippers vault is for.
Any small source, snippet or project (10 , 11 , 12 lines etc) should go into the snippets vault.