[A83] Re: App signing in linux :-(
[Prev][Next][Index][Thread]
[A83] Re: App signing in linux :-(
This is how I figured out the signing process 'till now
(fixed width font)!!
{<utility>}
file
file (raw)
|
{fillapp} - Adds :020000020000FC\n on top of the file
|
-------<----------->-------
| |
{rabsig 0104.key} - Makes |
| signature, |
| file is unmodified |
| |
signature (binary) |
| |
{0x02,0x2D added to top of |
signature} |
| |
{convert} - makes signature hex |
| |
signature (Intel Hex format) |
| |
| |
---------->-----<-----------
|
{addHex} - Adds Hex signature after file,
| but preserves intel hex style.
| **See explanation**
|
*.app file
|
{GlHeader} - makes 8xk file
|
*.8xk file
**Explanation by addhex*
:05000000 0504060000 EA
:00000001 FF
joined with
:05000000 0302000005 F0
:00000001 FF
gives
:10000000 05040600000303000005 DB
:00000001 FF
****
--Peter Martijn
>
>
> I have the same problem.... but if someone could explain to us how to sign an
> application..... like what the prog is doing.... We should make an linux
> version of appsign
> Paxl
>
> On Friday 22 June 2001 10:03 am, you wrote:
> > Does anyone know an easy way to sign an app in linux.
> > Dosemu doesn't accept the file 'cause its programs cannot be run in DOS
> > mode.
> >
> > Why does nobody take the linux user in account!
> > Okay, calming down, it was already big step for TI to release their key.
> > ;-)
> >
> > --Peter Martijn
>
>
References: