As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Tutorial A9 Bypassing LPC1114 Read Protect

11 bytes added, 13:34, 20 April 2018
Decoding UU Encoded Data
=== Decoding UU Encoded Data ===
[https://en.wikipedia.org/wiki/Uuencoding The UU Encoding Wikipedia page] is a good resource for UU encoding. Python includes functions for decoding UU strings to binary in the binascii module. Documentation can be found [https://docs.python.org/2/library/binascii.html here]. Note that the bootloader uses a tilde backtick ('`') for 0 instead of a space (' '), meaning you need to replace the tildes backticks with spaces in your UU Encoded string before decoding. Also note that the first character of a UU Encoded line is the length of the line+ 32. This needs to be at the start of the line when it is passed to the decoding function. For an example, see the script at the bottom of this page.
== Setting up the Glitch ==
Approved_users, administrator
366
edits

Navigation menu