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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 0xd4d/antinet

Open-source alternatives to Antinet

30 open-source projects similar to 0xd4d/antinet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Antinet alternative.

  • 0xd4d/dnspyAvatar von 0xd4d

    0xd4d/dnSpy

    29,539Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗29,539
  • 0xnobody/vmpattack0

    0xnobody/vmpattack

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 0xnobody/vmpdumpAvatar von 0xnobody

    0xnobody/vmpdump

    1,378Auf GitHub ansehen↗

    A dynamic VMP dumper and import fixer, powered by VTIL.

    C++
    Auf GitHub ansehen↗1,378
  • alonemonkey/iosrebookA

    AloneMonkey/iOSREBook

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ampotos/dynstructAvatar von ampotos

    ampotos/dynStruct

    328Auf GitHub ansehen↗

    Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone

    C
    Auf GitHub ansehen↗328
  • aquynh/capstoneAvatar von aquynh

    aquynh/capstone

    8,839Auf GitHub ansehen↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    Auf GitHub ansehen↗8,839
  • avast-tl/retdecAvatar von avast-tl

    avast-tl/retdec

    8,556Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗8,556
  • beautify-web/js-beautifyAvatar von beautify-web

    beautify-web/js-beautify

    8,973Auf GitHub ansehen↗

    js-beautify is a web language beautifier and code formatter designed to standardize the layout and structure of JavaScript, HTML, and CSS files. It reorganizes source code into a consistent, readable style by applying configurable indentation and spacing rules. The project includes a utility for unpacking minified scripts, which transforms compressed or obfuscated JavaScript into a human-readable format. It provides a command-line interface for executing bulk code reformatting across multiple files. The tool supports customizable formatting rules and language-specific overrides, which can be

    JavaScript
    Auf GitHub ansehen↗8,973
  • binarly-io/efixplorerB

    binarly-io/efiXplorer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • binspector/binspectorB

    binspector/binspector

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • blackint3/openarkB

    BlackINT3/OpenArk

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • can1357/novmpAvatar von can1357

    can1357/NoVmp

    2,144Auf GitHub ansehen↗

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

    C++devirtualizationvmprotectvtil
    Auf GitHub ansehen↗2,144
  • cisco-talos/pyreboxAvatar von Cisco-Talos

    Cisco-Talos/pyrebox

    1,687Auf GitHub ansehen↗

    Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU

    C
    Auf GitHub ansehen↗1,687
  • clearbluejar/ghidriffAvatar von clearbluejar

    clearbluejar/ghidriff

    784Auf GitHub ansehen↗

    Python Command-Line Ghidra Binary Diffing Engine

    Python
    Auf GitHub ansehen↗784
  • cmu-sei/pharosAvatar von cmu-sei

    cmu-sei/pharos

    1,708Auf GitHub ansehen↗

    Automated static analysis tools for binary programs

    C++
    Auf GitHub ansehen↗1,708
  • codilime/velesAvatar von codilime

    codilime/veles

    1,237Auf GitHub ansehen↗

    Binary data analysis and visualization tool

    C++
    Auf GitHub ansehen↗1,237
  • dbeaver/dbeaverAvatar von dbeaver

    dbeaver/dbeaver

    50,678Auf GitHub ansehen↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Javaaicopilotdatabase
    Auf GitHub ansehen↗50,678
  • deathmarine/luytenAvatar von deathmarine

    deathmarine/Luyten

    5,105Auf GitHub ansehen↗

    Luyten is an open source Java decompiler and bytecode analyzer designed to transform compiled class files back into high-level source code. It functions as a graphical user interface for the Procyon decompilation engine, allowing for the inspection and recovery of program logic from Java bytecode. The tool provides capabilities for Java reverse engineering and legacy code analysis, enabling the examination of third-party applications or libraries when original source code is unavailable. The system includes a desktop interface for browsing class hierarchies, recursive classpath scanning to

    Java
    Auf GitHub ansehen↗5,105
  • decaf-project/droidscopeD

    decaf-project/Droidscope

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • deved2/fxhammer-disasmAvatar von DevEd2

    DevEd2/FXHammer-Disasm

    9Auf GitHub ansehen↗

    Disassembly of FX Hammer by Aleksi Eeben

    Assembly
    Auf GitHub ansehen↗9
  • devttys0/binwalkAvatar von devttys0

    devttys0/binwalk

    14,048Auf GitHub ansehen↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    Auf GitHub ansehen↗14,048
  • dor1s/libfuzzer-workshopAvatar von Dor1s

    Dor1s/libfuzzer-workshop

    1,301Auf GitHub ansehen↗

    Repository for materials of "Modern fuzzing of C/C++ Projects" workshop.

    C++
    Auf GitHub ansehen↗1,301
  • drenn1/ages-disasmAvatar von drenn1

    drenn1/ages-disasm

    200Auf GitHub ansehen↗

    Disassembly of Oracle of Ages and Seasons

    Assembly
    Auf GitHub ansehen↗200
  • echo-devim/fhexE

    echo-devim/fhex

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • eua/wxhexeditorAvatar von EUA

    EUA/wxHexEditor

    613Auf GitHub ansehen↗

    wxHexEditor official GIT repo

    C
    Auf GitHub ansehen↗613
  • f8left/fupk3F

    F8LEFT/FUPK3

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • facebookarchive/ds2F

    facebookarchive/ds2

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • federicodotta/bridaAvatar von federicodotta

    federicodotta/Brida

    1,881Auf GitHub ansehen↗

    The new bridge between Burp Suite and Frida!

    Java
    Auf GitHub ansehen↗1,881
  • fireeye/rvmiAvatar von fireeye

    fireeye/rVMI

    359Auf GitHub ansehen↗

    rVMI - A New Paradigm For Full System Analysis

    C
    Auf GitHub ansehen↗359
  • 0xd4d/de4dotAvatar von 0xd4d

    0xd4d/de4dot

    7,426Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗7,426

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search