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
- Host: GitHub
- URL: https://github.com/thenewattacker64/file-unpumper
- Owner: TheNewAttacker64
- Created: 2023-05-01T00:08:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T00:18:20.000Z (about 3 years ago)
- Last Synced: 2024-11-08T18:39:05.418Z (over 1 year ago)
- Topics: malware-analysis, malware-reverse
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

as you see here there are many nullbytes
# USAGE
```
file-unpumper.exe
```