uvmac/docs/extras/findres/index.html
2020-03-14 15:28:01 -04:00

1 line
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> FindRes </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="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>/findres
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
</div>
<hr>
<h2 align=center>
FindRes
</h2>
<hr>
<p> Download </p>
<blockquote>
<p> <a href="https://www.gryphel.com/d/minivmac/extras/findres/findres-1.2.5.zip">findres-1.2.5.zip</a>
(<a href="https://www.gryphel.com/d/minivmac/extras/findres/findres-1.2.5.inf.txt">info</a>)
a zipped hfs disk image and checksum file.
The disk image can be mounted with Mini vMac.
Includes source code. </p>
<p>This is the stable version. There is also Branch 13 in
<a href="index.html#alpha">Development</a>.
</p>
</blockquote>
<p> FindRes creates an initial "format" file used by
<a href="../fdisasm/index.html">FDisasm</a>
for Macintosh resources, and also "bin_map" file and a set of entry points for some
types of resources containing code to feed to
<a href="../findcode/index.html">FindCode</a>.
FindRes can work
on a Macintosh resource fork that has been copied into a data file
(such as by using <a href="../getrsfrk/index.html">GetRsFrk</a>),
or on an AppleSingle file
(such as created by <a href="../aspack/index.html">asPack</a>),
or on certain ROM images that contain resources (such as a ROM for the Macintosh
Plus and a few later models.) </p>
<p> To use FindRes, place it in the same folder as a file
named "bin" that you are trying to disassemble. Launch
FindRes and when it is finished files named
"format", "entries", and "bin_map" willl be created. </p>
<p> If "bin_map" already exists it will be updated.
FindRes will mark in the "bin_map" file areas of
"bin" that are definitely not code, and leave
the rest untouched.
(The "format" and "entries" files will be completely replaced
if they already exist.) </p>
<p> The contents of the "entries" file can be passed to
the FindCode tool. You
need to open it in a text editor and copy it all, and
then paste in FindCode. FindCode as yet has no way
to read the file directly. </p>
<p> See the
<a href="../../appc/index.html">Compiling</a>
page for instructions on compiling FindRes from the source code. </p>
<p> You can redistribute FindRes 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> FindRes 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>
<a name="alpha"><b>Development Branch 13</b></a>
</p>
<p> Download </p>
<blockquote>
<p> <a href="https://www.gryphel.com/d/minivmac/extras/findres/findres-191222.zip">findres-191222.zip</a>
(<a href="https://www.gryphel.com/d/minivmac/extras/findres/findres-191222.inf.txt">info</a>)
a zipped hfs disk image and checksum file.
The disk image can be mounted with Mini vMac.
Includes source code. </p>
</blockquote>
<p> : </p>
<p> If you find FindRes 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>/findres
- <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i>
<br>
copyright (c) 2019 Paul C. Pratt - last update 12/22/2019
</div>
</body>
</html>