Post Reply 
Programming, couple questions
02-11-2014, 07:09 AM
Post: #15
RE: Programming, couple questions
I've never had a serious look at BESTAARM.ROM (that is, beyond reading the list of strings produced by `strings`).

On the TI-Nspire platform, historically, before an emulator was made, there have been two methods for decrypting the OS:
* a standalone decrypter using the standard implementation of the Blowfish cipher, which is the most scriptable way, provided someone can find the key;
* manual use of GDB's sim target: http://www.yaronet.com/posts.php?sl=0&s=...&h=116#116 .
If there's LZMA-compressed data in BESTAARM.ROM, both methods may be usable: extracting the input data and passing it to a generic LZMA decompressor, or running the calculator-side decompressor function in GDB's sim target.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming, couple questions - MrKalach - 02-06-2014, 01:55 PM
RE: Programming, couple questions - Snorre - 02-06-2014, 03:18 PM
RE: Programming, couple questions - eried - 02-06-2014, 03:24 PM
RE: Programming, couple questions - eried - 02-06-2014, 04:59 PM
RE: Programming, couple questions - eried - 02-07-2014, 06:54 PM
RE: Programming, couple questions - eried - 02-07-2014, 09:10 PM
RE: Programming, couple questions - debrouxl - 02-11-2014 07:09 AM



User(s) browsing this thread: 1 Guest(s)