AminetAminet
Search:
84476 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/crypt/ppcrack.i386-aros.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:unpack / decrypt all PowerPacker files
Author:Stuart Caie
Uploader:aGGreSSor/CPU (amitrans narod ru)
Type:util/crypt
Version:1.0a
Requires:ABIv0; i386; InstallerLG
Architecture:i386-aros
Distribution:aminet
Date:2021-01-27
Download:http://aminet.net/util/crypt/ppcrack.i386-aros.lha - View contents
Readme:http://aminet.net/util/crypt/ppcrack.i386-aros.readme
Downloads:332

============================== F E A T U R E S ==============================

ppcrack is a program for decrypting or unpacking any files which were
made with the old Amiga program PowerPacker, by Nico Francois. 

You don't need the password, ppcrack will find the right key by dictionary 
attack or brute force.

Supports all PowerPacker files (data, executable, library, encrypted,
master-mode, overlay, PPLoadSeg), plus QuickPowerPacker and
PowerPacker Patch tampered executables.

============================ R E Q U I R E M E N T ==========================

ppcrack tested and worked fine on the following configurations:

- IcarOS i386               (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
- AROS One i386             (Kickstart 51.51, Workbench 40.0, AROS ABIv0)

================================= U S A G E =================================

There are 4 ways to use ppcrack.

1:    ppcrack <file(s)>

Unpacks all PowerPacked files given on the command line.

If a file is an encrypted PowerPacked executable, ppcrack will try a
dictionary attack.  If this fails, or if the file is an encrypted
PowerPacked data file, ppcrack will try out all possible decryption
keys (00000000 to FFFFFFFF) on the file. If the file is PowerPacked
but not encrypted, ppcrack will simply decrunch the file.

2:    ppcrack -from <key> -to <key> <file(s)>

As above, but ppcrack will only use decryption keys in the range
given. If the '-from' parameter is missed out, 00000000 is assumed as
the start key. If the '-to' parameter is missed out, FFFFFFFF is
assumed as the end key.

3:    ppcrack -key <key> <file(s)>

ppcrack will try only the specified decryption key on the file(s).

4:    ppcrack -pass <password> <file(s)>

ppcrack will try only the decryption key which comes from the given
password.

Normally, ppcrack uses only one thread of execution. Use the option
"-cpus 2" or a higher number to use more than one thread. Ideally,
this number should be the same as the number of CPUs or CPU cores you
have on your machine. ppcrack will break the workload evenly across
the threads.

Furthermore, ppcrack stops once it finds a successful key. If you want
to keep searching, add the flag '-all' to the command line.

There is one more option; adding '-big' to the command line turns on
"big mode". See the next chapter for details.

Any key which leads to a fully decrunched file is saved to disk, as
the original filename + '.' + the key, e.g. "PowerPacker.pp.08900400".
Files which aren't encrypted will be saved as filename + '.decrunched'.

================================ S O U R C E ================================

aminet backport
http://aminet.net/package/util/crypt/ppcrack_MOS
http://aminet.net/package/util/crypt/ppcrack_OS4

ppcrack has a page on the internet:
http://www.kyzer.me.uk/pack/#ppcrack

ppcrack version 1.0a was placed in the public domain by Stuart Caie
<kyzer at 4u.net> on 25-Nov-2010. It's a update to the source code to be
compatible with C89 compilers, there are no visible changes.

AROS compiled by

        ______ ______              ______ ______ 
 ______|:: .__|:: .__|_____ ______|:: ___|:: ___|______ _____ 
|: ,   |:  |  |:  |  |:  ,_|:  ,__|:___  |:___  |:  -  |:  ,_|
|__|___|______|______|___|   _____|______|______|______|___|



Contents of util/crypt/ppcrack.i386-aros.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[unknown]                 9539   11420  83.5% -lh5- 55ca Jan 27 08:54 PPCrack.info
[unknown]                16333   36108  45.2% -lh5- dd96 Jan 27 08:48 PPCrack/C/ppcrack
[unknown]                 4780    9044  52.9% -lh5- a78e Jan 27 08:48 PPCrack/C/pphunt
[unknown]                 3902    7600  51.3% -lh5- 9572 Jan 27 08:48 PPCrack/C/ppsimilar
[unknown]                16295   20920  77.9% -lh5- bda3 Oct  1 00:00 PPCrack/Docs.info
[unknown]                 2296    4917  46.7% -lh5- df27 Nov 25  2010 PPCrack/Docs/ppcrack.txt
[unknown]                 3543    5734  61.8% -lh5- 6d2b May 21  2009 PPCrack/Docs/ppcrack.txt.info
[unknown]                 1222    2745  44.5% -lh5- 1d45 Nov 25  2010 PPCrack/Docs/ppsimilar.txt
[unknown]                 3543    5734  61.8% -lh5- 6d2b May 21  2009 PPCrack/Docs/ppsimilar.txt.info
[unknown]                  320     519  61.7% -lh5- 3ad4 Nov 25  2010 PPCrack/Docs/README
[unknown]                 3843    5734  67.0% -lh5- f487 May 21  2009 PPCrack/Docs/README.info
[unknown]                  387    1436  26.9% -lh5- 4228 Jan 27 08:41 PPCrack/Install
[unknown]                 1481    1824  81.2% -lh5- 0329 Oct 19 00:00 PPCrack/Install.info
[unknown]                16178   17408  92.9% -lh5- 2850 Oct 26 00:00 PPCrack/Source.info
[unknown]                  183     347  52.7% -lh5- 721a Jan 27 08:34 PPCrack/Source/Makefile
[unknown]                12529   40165  31.2% -lh5- 3802 Jan 27 08:46 PPCrack/Source/ppcrack.c
[unknown]                 1192    2619  45.5% -lh5- db3b Jan 27 08:47 PPCrack/Source/pphunt.c
[unknown]                 2126    5943  35.8% -lh5- 8ab6 Nov 25  2010 PPCrack/Source/pplib.c
[unknown]                 1484    4254  34.9% -lh5- ac63 Nov 25  2010 PPCrack/Source/pplib.h
[unknown]                 1089    2804  38.8% -lh5- 6e7c Jan 27 08:47 PPCrack/Source/ppsimilar.c
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        20 files  102265  187275  54.6%            Jan 28 02:36

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>