[vb.net] Help with crypter

Questions about programming languages and debugging
Post Reply
algorithm
Newbie
Newbie
Posts: 4
Joined: 06 Aug 2010, 19:50
13

[vb.net] Help with crypter

Post by algorithm »

I keep getting a error "illegal instruction" when I run the encrypted file.
My code is here, someone who knows vb.net please help.
thanks.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: [vb.net] Help with crypter

Post by bad_brain »

is there an error code like "CS:0550 IP:609f OP:63 50 05 00 00"? :-k
Image

algorithm
Newbie
Newbie
Posts: 4
Joined: 06 Aug 2010, 19:50
13

Re: [vb.net] Help with crypter

Post by algorithm »

@bad-brain
Yes something to do with 16msdos with that error or what ever, the pe header is probaly all messed up or something?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: [vb.net] Help with crypter

Post by bad_brain »

well, a little hard to say without the full error message, and I have to admit I am not the best coder, especially not in VB...I'm a server freak... :lol:

but from what I found in context with "illegal instruction" it points to a really severe error (VB seems to be pretty tolerant to small errors), so you are probably right with your assumption... :wink:
Image

algorithm
Newbie
Newbie
Posts: 4
Joined: 06 Aug 2010, 19:50
13

Re: [vb.net] Help with crypter

Post by algorithm »

Thanks, I got it figured out. It was just like 3 lines of code, when I was spliting the file it self. Now I just have to add the RunPE to it Oh what fun.

Post Reply