lpc13-exploit icon indicating copy to clipboard operation
lpc13-exploit copied to clipboard

Minimal UART client in Golang that dumps LPC1343 chips that are locked at CRP1.

Results 3 lpc13-exploit issues
Sort by recently updated
recently updated
newest added

A secret flash are is documented in the [lpc13xx_boot_analysis)](https://github.com/domenpk/lpc13xx_boot_analysis) project. We should add support for quickly flipping Flash over to that memory for dumping.

When porting the exploit to new chips, some offsets must be extracted from ROM. To avoid requiring JTAG for this step, it would be nice to add support for reading...

Close this issue when we support loading a block of flash into SRAM with `W`, then copying it into Flash with `C`. This will make the client useful as a...