p.file
203 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: Quantum computing. #quantum

Introductory lectures on quantum computing.

https://www.youtube.com/user/AAA22254/videos
Topics: Math notation. #math

List of all mathematical symbols and their meanings.

https://www.rapidtables.com/math/symbols/Basic_Math_Symbols.html
Topics: IC, Hardware. #hardware #ic

Ken Shirriff's blog has many posts covering IC reversing, hardware and electronics.

http://www.righto.com/?m=1
Topics: IC, Hardware, 4004 processor. #hardware #ic #arduino

Implementation of 4004 processor with Arduino to emulate the Busicom 141-PF, where Arduino emulates the ROM, RAM, the spinning drum printer and the keyboard.

http://8bitforce.com/projects/4004/
Topics: Processors, Wiki. #hardware

Semiconductors and Computer Engineering wiki.

WikiChip is the preeminent resource for computer architectures and semiconductor logic engineering, covering historical and contemporary electronic systems, technologies, and related topics.

https://en.wikichip.org/wiki/WikiChip
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.