Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-26-2004, 23:52
Fade
 
Posts: n/a
What packer would you use

im just curious to know what packer,
would you guys use if you were making
a program of your own?
Reply With Quote
  #2  
Old 03-27-2004, 01:07
dyn!o's Avatar
dyn!o dyn!o is offline
Friend
 
Join Date: Nov 2003
Location: Own mind
Posts: 214
Rept. Given: 1
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 8
Thanks Rcvd at 0 Times in 0 Posts
dyn!o Reputation: 1
It depends on what you would like to obtain:

- compression ratio (UPX)

- stability and compatibility (UPX / PeCompact)

- security (AsProtect / AcProtect)


Best regards,
dyn!o
Reply With Quote
  #3  
Old 03-27-2004, 01:51
ancev
 
Posts: n/a
nhoj,

your own packer. even if it isnt good as upx/asprotect, peoples wouldnt be able to use ready solutions for it

vecna
Reply With Quote
  #4  
Old 03-27-2004, 15:02
mc707
 
Posts: n/a
About security.....

dyn!o
Asprotect is no more secure (after release of stripper 2.07). Version 1.3 too (because of stripper 2.11 ). Maybe AcProtect is more secure, because it is not so popular. But it is low security now too.

SVKP is good, but I found only one serious program protected with it - TweakXP 3.

Xtremeprotector is very strong but it has a big minuses - 1) heavy code 2) rebooting if some debugger/decompiler dectected.

Other packers/cryptors are less secure.
Reply With Quote
  #5  
Old 03-27-2004, 19:16
dyn!o's Avatar
dyn!o dyn!o is offline
Friend
 
Join Date: Nov 2003
Location: Own mind
Posts: 214
Rept. Given: 1
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 8
Thanks Rcvd at 0 Times in 0 Posts
dyn!o Reputation: 1
Well, guys... I didn't want to learn anyone.

Anyway, let's see:

1. Own packer/crypter.
Developing own packer/crypter takes months. Even if you develop yourself an crypter within 6 months it will be easy to skip/unpack. To develop strong crypter you need minimum 2-3 persons and 1 year. And what? And I am still able to unpack it. So, where is the point of such a work?

2. AsProtect is no more secure.
That's interesting. With all respect to your skills and knowledge I bet you were always using Stripper and never unpacked AsProtect manually. Believe me, it is very good protector and if Alexy change few bytes then Stripper won't work and you wouldn't be able to quickly unpack it (I'm only assuming).

3. SVKP is good.
That's another interesting sentence. Probably you didn't saw the latest unpacker for SVKP.

4. AsProtect is more secure because of less popularity.
I propose to unpack latest Oxygen PM then (as a training).


Best regards,
dyn!o

Last edited by dyn!o; 03-27-2004 at 21:39.
Reply With Quote
  #6  
Old 03-27-2004, 23:47
r3L4x
 
Posts: n/a
no body has said fsg, smallest packer ever?
~190 byte loader this thing rocks
Reply With Quote
  #7  
Old 03-28-2004, 02:39
ferrari
 
Posts: n/a
@r3L4x

h**p://protools.anticrack.de/unpackers.htm

Mamma mia where can i download stripper 2.11(i only know 2.07)

I read on woodmann forums that some tools(especially Asprotect) are not for public use. Why are u teasing me

h**p://www.woodmann.net/forum/showthread.php?t=1124

Regards,
Reply With Quote
  #8  
Old 03-28-2004, 05:21
GabryJ
 
Posts: n/a
Armadillo, SVKP or Obsidium.

Still have to check (don't have money now to buy them) PC Guard V5, Ac Protect and XTreme Protector.

UPX, ExeStealth and AS Products are no more secure...at the moment exists unpackers for all versions.

There are other protections that seems to be not used bu authors.

SMARTE Secure (Ex-Softlocx/Titanium)
Interlock (only used by Installshield)
Software-Shield
Visual Protect

Do someone has informations?

Anyway I am trying to develop some applications and currently I do like this:

Upx+Aspack+PC Guard 4.10 OR
Upx+Aspack+Armadillo
Upx+Aspack+SVKP
Upx+Aspack+Obsidium

Then i modify sections names(if present, cause the first case strips away all names) just to mess up some things.

Anyway I program as a hobby....try to do the best but just as a hobby....so protecting is needed only to try to exactly know who is using when and what, not for earning a lot of money.

Anyway I protect each program with different protection systems so a "serial cracking" (mean all in one) of my programs is not possible and use a totaly different serial scheme for each product. But as i said before is only to track uses of my program.

Last edited by GabryJ; 03-28-2004 at 05:24.
Reply With Quote
  #9  
Old 03-28-2004, 05:46
GabryJ
 
Posts: n/a
UNPACKER FOR SVKP? I DON'T THINK IT EXISTS...

IF IT DOES, BUT I DON'T THINK SO, PROVIDE IT TO ME SO I CAN TEST ON MY PROGRAMS
Reply With Quote
  #10  
Old 03-28-2004, 07:26
r3L4x
 
Posts: n/a
ferrari why not go strait to the source? its in polish or somthing tho
_http://woodmann.com/bart/xt/

i dont use fsg for the protecting purposes, i use it because it will actually touch programs < 3kb which ive never seen a packer do, and thats pretty much the only kind i make.
Reply With Quote
  #11  
Old 03-28-2004, 11:36
Fade
 
Posts: n/a
Quote:
Originally Posted by mc707
About security.....


Xtremeprotector is very strong but it has a big minuses - 1) heavy code 2) rebooting if some debugger/decompiler dectected.
isnt that a good thing for security if somebody loads a debugger, then it will reboot? wont it make it slightly harder for the unpacker?

thanks guys for answering my first question.

next question on similar basis, can you use 2 packers on one program or would it not work?

also, if you had a packer, any packer doesnt matter which one, for example fsg or upx if you hex edited the code slightly, and the packer still worked, would that mean the person trying to unpack the program might not be able to do so using a normal unpacking program? would they have to do it manually?
Reply With Quote
  #12  
Old 03-28-2004, 15:20
MrAnonymous
 
Posts: n/a
sometimes you could use two protectors/packers on 1 program, but its just stupid and really doesnt add any security.

yes you can modify a packer to make it maybe harder to detect in PEiD/Foil Some Generic Unpackers, a generic oep cryptor was posted a while back that would do something like that, although it was quite unstable. It really wouldnt make programs any harder to unpack tho..

In regards to Xprotector, keep in mind you'll be rebooting your customers PC and the crackers PC so in the end your no farther ahead cause no one will want to buy your software. Altho to be fair to Xprotector, its optional if it reboots your PC or not but in any event programs run so slowly protected with it its useless.
Reply With Quote
  #13  
Old 03-28-2004, 20:07
dj-siba's Avatar
dj-siba dj-siba is offline
Musician Member
 
Join Date: Jun 2003
Location: Outside the dot
Posts: 324
Rept. Given: 34
Rept. Rcvd 43 Times in 21 Posts
Thanks Given: 56
Thanks Rcvd at 159 Times in 43 Posts
dj-siba Reputation: 42
Hi

Why some mix beteween soft role?

UPX / FSG / ASPack /PECompack : COPRESSOR only.

Olthers: ASProtect / Armadillo / ACProtect / SVK prot / Xtreem Protector / Obsidium : Protector.

and i do believe that ASProtect is the best if USED the right way....
there is also Good/new idea in Xprotector....

just a newbie comment..

Regards

Last edited by dj-siba; 03-29-2004 at 18:55.
Reply With Quote
  #14  
Old 03-29-2004, 14:20
mc707
 
Posts: n/a
dyn!o
My friend has written a nice protector & want to make it shareware and release it. He was making it a less than month.

dyn!o
quote:
I bet you were always using Stripper and never unpacked AsProtect manually

You are lose! I'm always use brains&hands when Stripper won't work.

ferrari
quote:
where can i download stripper 2.11

It is a private tool at this moment. Maybe some later it will be public.

nhoj
quote:
isnt that a good thing for security if somebody loads a debugger, then it will reboot? wont it make it slightly harder for the unpacker?

No. It is not a good thing!!! What if i am a programmer, and write a drivers & debug them. I HAVE to use SoftIce (or same thing). And I take a programm(protected with Xtreme) and run it... What?! What a sh#t! My computer is down! Is this good?

I do not recomment to use 2 or more packers/cryptors to one file. The exe-file may be corrupted or unstable after that (I had some examples).
Reply With Quote
  #15  
Old 03-29-2004, 18:58
dj-siba's Avatar
dj-siba dj-siba is offline
Musician Member
 
Join Date: Jun 2003
Location: Outside the dot
Posts: 324
Rept. Given: 34
Rept. Rcvd 43 Times in 21 Posts
Thanks Given: 56
Thanks Rcvd at 159 Times in 43 Posts
dj-siba Reputation: 42
[QUOTE=mc707]
My friend has written a nice protector & want to make it shareware and release it. He was making it a less than month.


Release it...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sys packer emptyHook General Discussion 6 07-24-2012 19:46
New Packer Kyrios General Discussion 3 11-11-2005 16:00
Another .NET packer SystemeD General Discussion 5 09-19-2005 22:04
First .NET packer? SystemeD General Discussion 16 06-05-2005 15:15


All times are GMT +8. The time now is 00:02.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )