An open API service indexing awesome lists of open source software.

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

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).

![Doyensec Research](doyensec_logo.svg)