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
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.
#learning #misc

https://sci.hubg.org/

@scihubot

The first pirate website in the world to provide mass and public access to tens of millions of research papers.
image_2021-09-19_13-23-12.png
1.8 MB
Topics: Machine Learning. #roadmap

Machine Learning Roadmap.
Scan Based Attacks.pdf
294.9 KB
Topics: Scan Chain, Scan Based Attacks, JTAG. #hardware #reversing

This paper explains how Scan-based Design-for-Test (DFT) can be used to compromise the security of a microchip and extract the secret keys of a cryptographic algorithm.
Forwarded from FreeBSD
cs631-video-lectures.zip
1.4 GB
Advanced Programming in the UNIX Environment - Complete Course

In this course (CS631) from Stevens Institute of Technology taught by Jan Schaumann, you will learn to develop complex system-level software in the C programming language while gaining an intimate understanding of the Unix operating system and its programming environment.

—Topics covered include the user/kernel interface, fundamental concepts of Unix, user authentication, basic and advanced I/O, fileystems, signals, process relationships, and interprocess communication. Fundamental concepts of software development and maintenance on Unix systems (development and debugging tools such as "make" and "gdb") will also be covered.

—Full course schedule, slides and programs can be found at:
https://stevens.netmeister.org/631/

—Full video series (56) is available on youtube too:
https://www.youtube.com/watch?v=BsB9Cg6yJc4&list=PL0qfF8MrJ-jxMfirAdxDs9zIiBg2Wug0z&index=1
A_Security_Evaluation_Methodology_for_Smart_Cards_Against_Electromagnetic.pdf
283.4 KB
Topics: Electromagnetic Side-Channel Attack, EM Simulation. #hardware #reversing

Security Evaluation against EM side-channel attack using an EM simulation methodology.

This EM simulation methodology involves current flow simulation, chip layout parasitics extraction, then data processing to simulate direct EM emissions or modulated emissions.
Topics: Exploits, Google Chrome. #exploit #reversing

Chrome in-the-wild bug analysis: CVE-2021-30632.

https://securitylab.github.com/research/in_the_wild_chrome_cve_2021_30632/
Practical C++ Decompilation.pdf
794 KB
Topics: C++ Decompilation. #reversing #cpp

This pdf is useful if you want to understand the C++ structure in a low-level perspective, also it will help you when reverse engineering C++ applications.