mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2024-11-21 15:34:08 +00:00
1 line
3.6 KiB
HTML
1 line
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<title> asPack </title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="canonical" href="../getrsfrk/index.html">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/aspack
|
|
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<h2 align=center>
|
|
asPack
|
|
</h2>
|
|
|
|
<hr>
|
|
|
|
<p> Download </p>
|
|
<blockquote>
|
|
|
|
<p> <a href="https://www.gryphel.com/d/minivmac/extras/aspack/aspack-1.0.0.zip">aspack-1.0.0.zip</a>
|
|
(70K) a zipped hfs disk image and checksum file.
|
|
The disk image can be mounted with Mini vMac.
|
|
Includes source code. </p>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
asPack is an application to convert a file
|
|
you select into AppleSingle format.
|
|
</p>
|
|
|
|
<p>
|
|
AppleSingle format saves all the parts of a Macintosh file (including
|
|
the data fork, the resource fork, file type and creator,
|
|
the creation/modification dates, and other meta data) into a
|
|
single simple sequence of bytes that can be transferred to
|
|
non Macintosh file systems without losing any information.
|
|
But that is not what asPack is intended for.
|
|
asPack is intended for use with
|
|
<a href="../fdisasm/index.html">FDisasm</a>.
|
|
It is an alternative to
|
|
<a href="../getrsfrk/index.html">GetRsFrk</a>,
|
|
so you can look at the entire file, not just the resource fork.
|
|
</p>
|
|
|
|
<p>
|
|
asPack saves its result in a file named “bin” in the
|
|
same folder as the asPack application (creating “bin” if it
|
|
doesn't already exist, and overwriting if it does).
|
|
After running asPack, you should next use
|
|
<a href="../findres/index.html">FindRes</a>.
|
|
</p>
|
|
|
|
<p>
|
|
The related program
|
|
<a href="../asunpack/index.html">asUnpack</a>
|
|
is the inverse of asPack, unpacking an AppleSingle file named
|
|
“bin”.
|
|
</p>
|
|
|
|
<p>
|
|
Here is the md5 checksum for the download, signed with
|
|
<a href="https://www.gryphel.com/c/keys/k5.html">Gryphel Key 5</a>:
|
|
</p>
|
|
|
|
<blockquote>
|
|
<pre>
|
|
--------- GRY SIGNED TEXT ---------
|
|
|
|
9b7974a354af4d16efdbc301dad9ba04 aspack-1.0.0.zip
|
|
|
|
------- BEGIN GRY SIGNATURE -------
|
|
Gry/4Xa8CFcUzxdN/As7mdU0T+fUrlzjNvM8AOjHVb7a8JVQJT/pv9x63ottjWaD
|
|
I6HeyE+1OPchD8V4GG2c9BekfMDrDLiw1wwqWJuMnrLGRNR8Z2CWzVtbXPBcX3ky
|
|
lVDzkITRkU0V0uv64fEorqGj/ZkMx2/w4fmsqHleQF7eC6xYpbKwy9i+987JeHn6
|
|
-------- END GRY SIGNATURE --------
|
|
</pre>
|
|
</blockquote>
|
|
|
|
<p> See the
|
|
<a href="../../appc/index.html">Compiling</a>
|
|
page for instructions on compiling asPack from the source code. </p>
|
|
|
|
<p> You can redistribute asPack and/or modify it under the terms
|
|
of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation. See the included file COPYING. </p>
|
|
|
|
<p> asPack is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
license for more details. </p>
|
|
|
|
<p> : </p>
|
|
|
|
<p> If you find asPack useful, please consider
|
|
<a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</a>,
|
|
of which it is a part. </p>
|
|
|
|
<a href="https://www.gryphel.com/index.html">
|
|
<img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0
|
|
alt="gryphel logo, 1K"
|
|
>
|
|
</a>
|
|
|
|
<hr>
|
|
|
|
<div>
|
|
|
|
<i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/aspack
|
|
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
|
|
<br>
|
|
copyright (c) 2018 Paul C. Pratt - last update 11/11/2018
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|