p.file
204 subscribers
52 photos
7 videos
170 files
304 links
Please read the pinned post.

The group has restriction for links due to spam bots, but you can send it anyway.

@perplex_files
Download Telegram
Topics: IC, Hardware, Reversing. #ic #reversing #hardware #tool

Degate is a multi-platform software for semi-automatic VLSI reverse engineering of digital logic in chips.

https://github.com/DegateCommunity/Degate
The State of the Art in IC Reverse Engineering.pdf
1.2 MB
Topics: IC Reverse Engineering. #ic #hardware #reversing

Pages: 19

If you want to understand the basic process of IC reversing, you must read this document. It explains some approaches and forms of IC reversing, from product teardowns (simple disassembly process and analysis) and system analysis (probing technique for functional analysis, for example) to an entire analysis of a microchip, using several processes to extract the circuits and make the schematics.
p.file
The State of the Art in IC Reverse Engineering.pdf
In the case study you can see the explanation of how they got the keys to break the encryption. Despite EEPROMs have protection mechanisms to avoid this, you can break it, i will send here soon.
p.file
Topics: IC Reverse Engineering. #ic #hardware #reversing This post is focused on security in microcontrollers and the common techniques used to read protected data. https://www.cl.cam.ac.uk/~sps32/mcu_lock.html
In this example, he applied UV light in the protection fuses to enable reading of the program memory. This can be mitigated by using a logic sequence that erases the data present in the data and program memory after changing the state of the fuse:

https://patentimages.storage.googleapis.com/ca/49/c0/379668abd488f4/US5469557.pdf
Forwarded from stGe_9_dementia channel (Skern λ)
A C Programming Language Introduction

http://www.eskimo.com/~scs/cclass/cclass.html
How Microprobing Can Attack Encrypted Memory.pdf
1.4 MB
Topics : IC Reverse Engineering. #ic #hardware #reversing

In this paper you can see how microprobing can be used to break encryption in microcontrollers, it was used two samples to show that, power analysis and some statistical analysis were used along with microprobing to extract the encrypted data and create a table of corresponding values from it, injecting arbitrary data on data bus.
p.file
How Microprobing Can Attack Encrypted Memory.pdf
You can find more information about the aspects of the memories in the book "Hardware Security - A Hands-on Learning Approach"
Differential Power Analysis.pdf
398.5 KB
Topics: Cryptography, Hardware. #hardware #crypto

Differential Power Analysis (DPA) attacks use statistical analysis and error correction techniques to extract information correlated to secret keys. DPA can use known plaintext or known ciphertext and can find encryption or decryption keys. Several sources introduce noise into DPA measurements, including electromagnetic radiation and thermal noise, mismatching of device clocks and sample clocks, and uncorrected temporal misalignment of traces.
MOLES_Malicious_off-chip_leakage_enabled_by_side-c.pdf
495 KB
Topics: MOLES, Side-Channel Attack, Differential Power Analysis. #hardware #crypto

Malicious Off-Chip Leakage Enabled by Side-Channels (MOLES) is implemented with spread-spectrum techniques to create additional side-channels that can leak information below the noise power level, thus hardening the process of trojan detection, since only the attacker knows how to extract the information leaked by the side-channels.