https://github.com/doyensec/unsafe-unpacking
Unsafe Unpacking Vulnerability: Lab Code, Semgrep Rules and Secure Implementation Guide
https://github.com/doyensec/unsafe-unpacking
Last synced: 11 days ago
JSON representation
Unsafe Unpacking Vulnerability: Lab Code, Semgrep Rules and Secure Implementation Guide
- Host: GitHub
- URL: https://github.com/doyensec/unsafe-unpacking
- Owner: doyensec
- Created: 2024-11-07T22:40:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T19:09:43.000Z (6 months ago)
- Last Synced: 2025-05-14T02:51:45.702Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 9.22 MB
- Stars: 41
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unsafe Unpacking Research
This repository contains the research and development work done by [Doyensec](https://doyensec.com/) on decompression attacks across different programming languages.
The objective of the research was to identify, analyze, and detect vulnerable implementations in several popular programming languages used for web and app development, including - Python, Ruby, Swift, Java, PHP, and JavaScript.Please refer to https://blog.doyensec.com/2024/12/16/unsafe-unpacking.html for the details on this research project.
| Language | |
|--------------|----------------------|
| Python | [README.md](Python/README.md) |
| JavaScript | [README.md](JavaScript/README.md) |
| Ruby | [README.md](Ruby/README.md) |
| Java | [README.md](Java/README.md) |
| PHP | [README.md](PHP/README.md) |
| Swift | [README.md](Swift/README.md) |This project was made with support of [Doyensec](https://doyensec.com/research.html).
