|
-
Mar 11th, 2004, 08:19 AM
#1
Thread Starter
New Member
Compiled code
When i make an *.exe from my code i get the visual basic exe, if i open it with notepad or some hex editor i can see some of my code and stuff like pathe where the program has been compiled too.
I want to get rid of it, if I just delte it the program dosent work anymore, can i crypto the code somehow or something? So every1 would not see the code...
Sry for pure english
-
Mar 11th, 2004, 08:48 AM
#2
Thread Starter
New Member
Can't any1 help me?
I just dont want to show my code and i and dont want ppl to find out that i made da code...
-
Mar 11th, 2004, 08:54 AM
#3
Frenzied Member
I dont think you can hide string information like that.
Are you doing something malicious that you dont want traced back to you?
-
Mar 11th, 2004, 09:07 AM
#4
Thread Starter
New Member
not really just wanna joke with some friends, gonna have a little fun with them but they allvis use hex edit or somthing to chek the code befor they open it and if they see i made it they dont wanna open it and they see string info too that sux....
-
Mar 11th, 2004, 09:14 AM
#5
There are some tools the encrypt an exe. These can be found on "hackers"-sites. There are also tools to decrypt an exe. Search for one (encrypt exe in google) and see qhat it does.
-
Mar 11th, 2004, 09:18 AM
#6
Thread Starter
New Member
thx I'll take a look
-
Mar 11th, 2004, 09:37 AM
#7
Supreme User
I know, its annoying. Its shows up:
D:\Microsoft Visual Studio\Projects\
for me in Wordpad, wonder if you could use Resource Hacker to change the string table data?
When you tried modyfing it in Hex, did you just delete the string? As if you
a) add bytes through hex
b) delete values which shouldnt
it will corrupt, send me the exe if you like, ill fix it for you if i can
-
Mar 11th, 2004, 09:56 AM
#8
Thread Starter
New Member
Yea i tried to delete it I'll try to change the symbols but if i cant handel it i'll tell u where u can find da code.
-
Mar 11th, 2004, 10:00 AM
#9
Supreme User
-
Mar 11th, 2004, 10:01 AM
#10
Hyperactive Member
You could use a program like Hex Workshop or ResHacker
If you use reshacker, then you can change those strings to whatever you like (as long as you find the strings)
if you use "hex workshop" then you must overwrite the text with a random letter or so... like x0x0x0x00x0x0x00x0x0x0x0x or whatever you like...
But these two programs are the best.. and then pack it with UPX
(to reduce size, and to crypt the code some more)
if you hex edit the upx-crypted exe and replace the text UPX (apperars 3 times early in the file) with any other three letters, then you cannot decrypt it using UPX later...
so then your buddies would have to run it,inorder to see it...
But make no viruses please... and make it possible to REMOVE your joke from the machine...
***************
Please use [highlight=vb] ..your code.. [/highlight] when posting code!
When you have received the working answer to your question,
please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.
Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...
Please Answer All Questions With Working Code Examples...
My Unfinished Projects and My working Programs
***************
-
Mar 11th, 2004, 11:05 AM
#11
I think that if you compile to P-Code that you wan't be able to see the strings.
-
Mar 11th, 2004, 12:59 PM
#12
Thread Starter
New Member
Thx all.
Its no virus
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|