VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is how to Sheild a program from someone trying to Decompile ir.

by PulseWave (25 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 24th February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is how to Sheild a program from someone trying to Decompile ir.

Rate This is how to Sheild a program from someone trying to Decompile ir.



'Stops people from decompiling your progs'
Dim i As Integer
a = "."
Open Text1.Text For Binary As #1
Seek #1, 25
Put #1, , a
Close #1
End Function


Download this snippet    Add to My Saved Code

This is how to Sheild a program from someone trying to Decompile ir. Comments

No comments have been posted about This is how to Sheild a program from someone trying to Decompile ir.. Why not be the first to post a comment about This is how to Sheild a program from someone trying to Decompile ir..

Post your comment

Subject:
Message:
0/1000 characters