|
You are here |
reverse.put.as | ||
| | | | |
blog.redcrowlab.com
|
|
| | | | | One of the issues we sometimes run into when reverse engineering hardware are boards or chips that are covered in Conformal Coating. This is a sort of glaze that protects the board and components from moisture or damage, and can also make things more difficult for the reverse engineer. There | |
| | | | |
rossmarks.uk
|
|
| | | | | I wanted to give a quick demo on how to reverse engineer an ATtiny85 micro-controller to read the code stored on the device. For this demo the "hello world" is a small circuit with four | |
| | | | |
blog.martinig.ch
|
|
| | | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | | |
www.doctormonk.com
|
|
| | | A recent question for me from a reader of my ESP32 book (thanks Richard) was: how do I find out which pin the built-in LED (if there is on... | ||