Dump X300T Bootloader

From t-hack.com - Hack X300T / X301T

Revision as of 23:15, 8 January 2008 by Mce2222 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Bootloader in the Flashrom is encrypted, so it is not helpful to investigate the content of the rom.

However, the rom is decrypted into RAM before it is started.

You need a JTAG connection from a PC to the X300T to use the dump tool and it will take about 30 minutes to dump the data into a file.

Download the dump tool

if you are using a wiggler cable you need to use /wiggler as a comandline parameter.


C# version of the dump tool

for those who have problems with the above tool, please try this one. it uses a different driver dll and is written in C#. due to the driver it seems to be a lot slower than the C version.

Download the C# version

if you are using a wiggler cable you need to use /wiggler as a comandline parameter.