Page 1 of 2
Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 10:52 am
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

.
Re: Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 11:08 am
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
Re: Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 11:13 am
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:)
Re: Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 11:15 am
by Rings
Re: Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 11:37 am
by elfo116
purebsic anything?
Re: Making a exe crypter (how to?)
Posted: Thu Jan 07, 2010 1:02 pm
by Kaeru Gaman
Re: Making a exe crypter (how to?)
Posted: Tue Jun 08, 2010 8:43 pm
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!
Re: Making a exe crypter (how to?)
Posted: Tue Jun 08, 2010 10:28 pm
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.

Re: Making a exe crypter (how to?)
Posted: Wed Jun 09, 2010 3:48 pm
by elfo116
Thanks, but this is in c++ ... i ask for purebasic examples .
Re: Making a exe crypter (how to?)
Posted: Wed Jun 09, 2010 4:48 pm
by jamba
elfo116 wrote:
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"
Re: Making a exe crypter (how to?)
Posted: Wed Jun 09, 2010 10:02 pm
by Thorium
elfo116 wrote:
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?
Re: Making a exe crypter (how to?)
Posted: Thu Jun 10, 2010 2:08 pm
by elfo116
you can not help because you have no clue and so you say things like:)
Thanks anyway.
Re: Making a exe crypter (how to?)
Posted: Thu Jun 10, 2010 2:27 pm
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...
Re: Making a exe crypter (how to?)
Posted: Thu Jun 10, 2010 3:16 pm
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?
Re: Making a exe crypter (how to?)
Posted: Thu Jun 10, 2010 4:39 pm
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 ...