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

https://github.com/thenewattacker64/file-unpumper

Simple File unpumper for pepole who reversing Malwares
https://github.com/thenewattacker64/file-unpumper

malware-analysis malware-reverse

Last synced: 9 months ago
JSON representation

Simple File unpumper for pepole who reversing Malwares

Awesome Lists containing this project

README

          

# File-Unpumper
Simple File unpumper for pepole who reversing Malwares

# What is Pumping

Pumping usually used by malwares authors to make it hard to detect their malware well they usually add fake bytes when you decode it will be null so they can keep original file size

# Example of Pumped File

![pumped](pumped.PNG)

as you see here there are many nullbytes

# USAGE

```
file-unpumper.exe
```