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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
unipacker avatar

unipacker/unipacker

0
View on GitHub↗
757 stars·93 forks·Python·GPL-2.0·2 vues

Unipacker

Automatic and platform-independent unpacker for Windows binaries based on emulation

Features

  • Binary Analysis - Unpacks Windows binaries automatically using emulation.
  • Unpacking and Deobfuscation - Platform-independent unpacker based on emulation.
  • Deobfuscation - Automates unpacking of Windows binaries using emulation.

Historique des stars

Graphique de l'historique des stars pour unipacker/unipackerGraphique de l'historique des stars pour unipacker/unipacker

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Unipacker

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Unipacker.
  • fireeye/flare-flossAvatar de fireeye

    fireeye/flare-floss

    4,054Voir sur GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    Voir sur GitHub↗4,054
  • 0xd4d/de4dotAvatar de 0xd4d

    0xd4d/de4dot

    7,426Voir sur GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    Voir sur GitHub↗7,426
  • 0xd4d/dnspyAvatar de 0xd4d

    0xd4d/dnSpy

    29,539Voir sur 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#
    Voir sur GitHub↗29,539
  • col-e/recafAvatar de Col-E

    Col-E/Recaf

    7,252Voir sur GitHub↗

    Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java bytecode and runtime processes. It provides a coordinated environment for modifying compiled Java class files and analyzing the behavior of Java applications. The project distinguishes itself through a multi-level abstraction layer that allows for editing across different formats and a pluggable framework that routes bytecode through multiple configurable decompilation engines. It includes an embedded scripting engine and plugin architecture to automate repetitive tasks and extend

    Java
    Voir sur GitHub↗7,252
Voir les 30 alternatives à Unipacker→

Questions fréquentes

Que fait unipacker/unipacker ?

Automatic and platform-independent unpacker for Windows binaries based on emulation

Quelles sont les fonctionnalités principales de unipacker/unipacker ?

Les fonctionnalités principales de unipacker/unipacker sont : Binary Analysis, Unpacking and Deobfuscation, Deobfuscation.

Quelles sont les alternatives open-source à unipacker/unipacker ?

Les alternatives open-source à unipacker/unipacker incluent : fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from… 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,… crytic/slither. col-e/recaf — Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… corkami/pics — Pics is a comprehensive reference library providing visual documentation for binary file structures, character…