Skip to content
View in the app

A better way to browse. Learn more.

DecodeHub - Reverse Engineering, Crackmes, Software & Coding

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[C++] PE-Sentinel | EDR-Level Static Analysis (Anti-Crash, Imphash, Opcode Hunting)

Featured Replies

  • Founder

I’m releasing PE-Sentinel v1.0, a tool I wrote in C++ (WinAPI) for automated malware triage and reverse engineering.

It performs 100% Static Analysis (Zero Execution) via CreateFileMapping. You can safely analyze the most aggressive ransomware on your host machine without running it. Most importantly, it features a Bulletproof Anti-Crash Engine specifically designed to defeat modern protectors (like VMProtect) that use malformed PE headers to crash analysis tools.

🔥 Core Capabilities:

  • 🛡️ Anti-Crash Architecture: Strict bounds-checking ignores fake VirtualSize and SizeOfRawData traps. It will not crash on corrupted or heavily obfuscated files.

  • 🧠 Probabilistic Scoring: Calculates a definitive "Packed/Malicious" confidence score using Independent Probability Union P(A U B) math.

  • 🕵Native Opcode Hunting: Dives into Assembly to detect RDTSC/CPUID abuse (Anti-VM/Evasion) and cross-section jumps (Classic Packer Stubs).

  • 🌐 Threat Intel: Automatically generates Imphashes (via native Windows Crypt API), verifies Authenticode signatures (spots spoofed/fake certs), and extracts embedded IPs/URLs.

  • 📦 Anomaly Detection: Flags IAT Starvation, Process Hollowing cavities, and ReflectiveLoader exports.

  • ⚙️ SOC Automation: Pass the --json flag to mute the CLI and output a clean, parsed JSON report for your automated malware labs.

This is the hidden content, please

RAR PW: decodehub.org

💻 Usage:

Portable and console-based.

pe-sentinel.exe target_malware.exe
pe-sentinel.exe target_malware.exe --json

Built for security researchers and reverse engineers. I’m open to all feedback, bug reports, or pull requests. Enjoy!

  • Replies 5
  • Views 155
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Important Information

Terms of Use

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.