unsign an app

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Post Reply
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

unsign an app

Post by elfprince13 »

is it possible to unsign an app and get and 8xk back into hex format?
Andy_J
Calc Master
Posts: 1110
Joined: Mon 20 Dec, 2004 10:01 pm
Location: In the state of Roo Fearing
Contact:

Post by Andy_J »

Just strip out the header and the format bytes on each line... It's stored in hex, you just need to junk out the excess stuff... Though, why you would need a .hex file is beyond me.
ImageImage
Image
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

AndySoft wrote:Just strip out the header and the format bytes on each line... It's stored in hex, you just need to junk out the excess stuff... Though, why you would need a .hex file is beyond me.
because BasicBuilder will only decompile .hex files. It cant handle .8xks. see my topic in the projects forum.
Gambit
Sir Posts-A-Lot
Posts: 252
Joined: Mon 21 Feb, 2005 5:34 am
Location: Laveen, Arizona

Post by Gambit »

After you strip out the graphlink header, OS header, and signature, look up "Intel Hex" for information on the hex format.
"If SOURCE is outlawed, only outlaws will have SOURCE."
User avatar
elfprince13
Sir Posts-A-Lot
Posts: 234
Joined: Sun 11 Dec, 2005 2:21 am
Contact:

Post by elfprince13 »

awesome, thanks.
Post Reply