PEpper
An open source script to perform malware static analysis on Portable Executable (by 0x0be)
Detect-It-Easy
Program for determining types of files for Windows, Linux and MacOS. (by horsicq)
PEpper | Detect-It-Easy | |
---|---|---|
2 | 18 | |
312 | 8,965 | |
0.0% | 2.5% | |
0.0 | 9.8 | |
about 2 years ago | 6 days ago | |
YARA | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PEpper
Posts with mentions or reviews of PEpper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-24.
-
Identifying packers, crypters or protectors
As others have mentioned, looking at entropy is a good metric to generically determine whether or not a given sample is being packed / obfuscated in some way. Doing static analysis on the binary format itself (I'm assuming PE for Windows is the goal) is also useful, such as checking whether or not a section's raw size on disk is much smaller than the virtual size allocated in-memory for that section, which is a reliable indication of packing behavior. This project looks useful for introspecting such behaviors.
- blackeko/PEpper - An open source script to perform malware static analysis on Portable Executable
Detect-It-Easy
Posts with mentions or reviews of Detect-It-Easy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-17.
-
E-book piracy - a weird ZIP file
If it was me, I'd first run something like DIE on it (I have a few such programs installed)- https://github.com/horsicq/Detect-It-Easy
- How do I debug software that detaches as soon as I attach the debugger
- Detect It Easy 3.07 Program for determining types of files for Windows, Linux and MacOS.
-
An error occurred while unpacking a game (ISDONE.DLL). How do I get rid of this in wine emulator?
You could try to run https://github.com/horsicq/Detect-It-Easy to maybe find out how it got packed... Would help narrow it down.
- Detect It Easy 3.06 Program for determining types of files for Windows, Linux and MacOS.
- Detect It Easy 3.05 Program for determining types of files for Windows, Linux and MacOS.
-
Decompiling MPRESS packed Autohotkey scripts!
First to confirm suspicions we will download and launch Detect it easy and click THIS button and select your executable and it should say "MPRESS 2.19" right HERE, that's how you know it's an MPRESS packed executable
- How do I decompile Windows' setup.exe?
- Detect It Easy 3.04 Program for determining types of files for Windows, Linux and MacOS.
- What language/Technology used by anydesk ? The application seems to be small and is able to run on all platforms natively. my closest guess is delphi suites.. but unsure.
What are some alternatives?
When comparing PEpper and Detect-It-Easy you can also consider the following projects:
Mobile-Security-Framework-MobSF - Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
Nauz-File-Detector - Linker/Compiler/Tool detector for Windows, Linux and MacOS.
Qu1cksc0pe - All-in-One malware analysis tool.
B2R2 - B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.
malware-ioc - Indicators of Compromises (IOC) of our various investigations
wt-tools - War Thunder resource extraction tools