Making a exe crypter (how to?)

Just starting out? Need help? Post your questions and find answers here.
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Making a exe crypter (how to?)

Post by elfo116 »

Hello all, i need information to make a crypter for a tool detected as virus (but is not a real virus) and i whant make this indetected.

I need if posible library functions or some instruccions thanx :).
jpd
Enthusiast
Enthusiast
Posts: 167
Joined: Fri May 21, 2004 3:31 pm

Re: Making a exe crypter (how to?)

Post by jpd »

Hi elfo116,

a better solution is send the file to AV vendor so that the F.P.(false positive) will removed.

best
jpd
PB 5.10 Windows 7 x64 SP1
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

thanks, but I need to know how to make a crypter with PureBasic because I need it for other things.

If someone could guide me would be eternally grateful:)
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Making a exe crypter (how to?)

Post by Rings »

SPAMINATOR NR.1
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

purebsic anything?
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Making a exe crypter (how to?)

Post by Kaeru Gaman »

oh... and have a nice day.
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

I found an application programmed in PB, "PURECRYPT3R" and is just what I need, I searched the source code but is not available.

Someone could direct me to some sample code of something similar please.

Thanks!
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: Making a exe crypter (how to?)

Post by Thorium »

http://www.programmersheaven.com/2/PE-Protector

All infos you need and more.
Don't scream for code, write your own or be lame. :P
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

http://www.programmersheaven.com/2/PE-Protector

All infos you need and more.
Don't scream for code, write your own or be lame. :P
Thanks, but this is in c++ ... i ask for purebasic examples .
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: Making a exe crypter (how to?)

Post by jamba »

elfo116 wrote:
http://www.programmersheaven.com/2/PE-Protector

All infos you need and more.
Don't scream for code, write your own or be lame. :P
Thanks, but this is in c++ ... i ask for purebasic examples .

use the c++ as a guide and code your own...then when you get stuck you can ask a specific question about what you are having trouble with.
this is much more likely to get help, instead of "give me some code"
-Jon

Fedora user
But I work with Win7
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: Making a exe crypter (how to?)

Post by Thorium »

elfo116 wrote:
http://www.programmersheaven.com/2/PE-Protector

All infos you need and more.
Don't scream for code, write your own or be lame. :P
Thanks, but this is in c++ ... i ask for purebasic examples .
this is a very specialized problem, there are no examples. And if there would be examples you wouldnt learn anything from them. It doesnt matters what language is used in the articel, its all explaint how it works. If you are not familiar with the PB command set yet, forget about the exe crypter, its not a matter of knowing commands, its a matter of understanding how it works. Knowing the command set is the very basic you need to have anyway.

Or you just grab some code use it even if you don't understand it and use it for your troyans or whatever, but thats just lame. You don't want to be a script kiddy, do you?
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

you can not help because you have no clue and so you say things like:)

Thanks anyway.
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Making a exe crypter (how to?)

Post by c4s »

elfo116 wrote:you can not help because you have no clue and so you say things like:)

Thanks anyway.
Damnit, code it for yourself and don't come here this way!

If you have concrete questions don't hesitate to ask them but asking for a complete source and then for such a topic is just stupid...
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Re: Making a exe crypter (how to?)

Post by Baldrick »

elfo116 wrote:you can not help because you have no clue and so you say things like:)

Thanks anyway.
the rest of us wrote:thats just lame. You don't want to be a script kiddy, do you?
elfo116
User
User
Posts: 39
Joined: Sun Oct 12, 2008 9:50 am
Location: CADIZ

Re: Making a exe crypter (how to?)

Post by elfo116 »

just look for an example (I see no crime in that), not a complete code, but people here do not have the capacity.

Unfortunately there is not much information on PureBasic in other forums or google ...
Last edited by elfo116 on Sun Jun 13, 2010 3:02 pm, edited 1 time in total.
Post Reply