awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
can1357 avatar

can1357/NoVmp

0
View on GitHub↗
2,144 stars·350 forks·C++·GPL-3.0·19 views

NoVmp

A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

Features

  • Binary Analysis - Statically devirtualizes VMProtect x64 3.x protected binaries.
  • Reverse Engineering Tools - Static devirtualizer for VMProtect.

Star history

Star history chart for can1357/novmpStar history chart for can1357/novmp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does can1357/novmp do?

A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

What are the main features of can1357/novmp?

The main features of can1357/novmp are: Binary Analysis, Reverse Engineering Tools.

Which projects share features with can1357/novmp?

Projects with overlapping indexed features include: 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… werwolv/imhex — ImHex is a professional-grade hex editor and binary data analysis platform designed for inspecting, modifying, and… avast-tl/retdec — Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse… mxmssh/drltrace — Drltrace is a library calls tracer for Windows and Linux applications. lauriewired/ghidramcp — GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to… corkami/pics — Pics is a comprehensive reference library providing visual documentation for binary file structures, character…

Projects sharing features with NoVmp

These projects share indexed features with NoVmp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    View on GitHub↗29,539
  • mxmssh/drltracemxmssh avatar

    mxmssh/drltrace

    415View on GitHub↗

    Drltrace is a library calls tracer for Windows and Linux applications.

    HTML
    View on GitHub↗415
  • avast-tl/retdecavast-tl avatar

    avast-tl/retdec

    8,556View on GitHub↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    View on GitHub↗8,556
  • werwolv/imhexWerWolv avatar

    WerWolv/ImHex

    53,892View on GitHub↗

    ImHex is a professional-grade hex editor and binary data analysis platform designed for inspecting, modifying, and reverse engineering raw file contents. It functions as a schema-driven engine that interprets complex binary structures by applying custom definitions to map and visualize byte-level data. The platform distinguishes itself through a dedicated domain-specific language that allows users to define structural schemas for automated file parsing. This capability is supported by a dynamic plugin architecture and an event-driven registry, which enable the integration of external modules

    C++analyzerbinary-analysisc-plus-plus
    View on GitHub↗53,892
  • Compare all 30 related projects→