Skip to content

Instantly share code, notes, and snippets.

View jynik's full-sized avatar

Jon Szymaniak jynik

View GitHub Profile
# Script to add back comments removed from source code
# Example use case: comments stripped out of HTC kernel releases
#
# Copyright (C) 2016 Sultan Qasim Khan
#
# Usage:
# 1. Find the closest upstream source release with comments (eg. CAF)
# 2. After checking out the closest upstream release, create a git
# commit overlaying the OEM modifications. Do this by replacing
# all files with the OEM versions and committing the change.
@dev-zzo
dev-zzo / imperfect-design.md
Last active July 8, 2024 13:37
A curated list of research papers and blog posts on embedded security, keyed by the device p/n

The list below is compiled to inform, guide, and inspire budding security researchers. Oh and to pick something for bedtime reading too.

Included in the list are works on the following topics related to MCU/SoC security:

  • Secure boot
  • Fault injection
  • Side channel attacks

At the end of the list, there is also a section with links to articles of potential general interest, not addressing vulnerabilities in any specific device.