Difference between revisions of "Hardware Reverse-Engineering"

From YobiWiki
Jump to navigation Jump to search
(Created page with "Some resources... =JTAG= ==tutos/posts== * [http://blog.senr.io/blog/jtag-explained JTAG Explained (finally!): Why "IoT", Software Security Engineers, and Manufacturers Shoul...")
 
Line 18: Line 18:
 
=SCA/FI=
 
=SCA/FI=
 
* [https://newae.com/tools/chipwhisperer/ ChipWhisperer]
 
* [https://newae.com/tools/chipwhisperer/ ChipWhisperer]
** [https://wiki.newae.com/Main_Page wiki]
+
** [https://wiki.newae.com/Main_Page wiki] & tutos

Revision as of 13:35, 5 October 2016

Some resources...

JTAG

tutos/posts

projects

  • Tjtag-arduino Use the arduino as a JTAG adaptor with Tjtag
  • Arduiggler Arduino based JTAG cable with UrJTAG
  • JTAGduino The JTAGduino project has the goal of using Arduino as a JTAG interface
  • FUJI Free USB JTAG interface
  • JTAGenum (Arduino-based) scans pins for basic JTAG functionality and can be used to enumerate the IR for undocumented opcodes
  • JTAGulator open source hardware tool that assists in identifying OCD connections from test points, vias, or component pads on a target device
  • jtag-finder mirror

Firmware extraction

Firmware extraction, glitch way

SCA/FI