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
Back to barakaharoni/pycdcode

Projects sharing features with PycDcode

30 open-source projects similar to barakaharoni/pycdcode, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mandiant/flare-vmmandiant avatar

    mandiant/flare-vm

    8,799View on GitHub↗

    Flare-VM is a Windows malware analysis environment consisting of installation scripts that automate the provisioning of a virtual machine. It provides a comprehensive suite of reverse engineering tools, including decompilers and debuggers, along with the necessary system configurations and environment variables for security research. The project functions as a virtual machine image orchestrator, allowing for the automated creation, management, and export of specialized analysis appliances. It features configuration-driven tool selection and the ability to extend installation logic through cus

    PowerShell
    View on GitHub↗8,799
  • blacktop/ipswblacktop avatar

    blacktop/ipsw

    3,163View on GitHub↗

    ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r

    Goappleclass-dumpdyld
    View on GitHub↗3,163
  • vxunderground/malwaresourcecodevxunderground avatar

    vxunderground/MalwareSourceCode

    18,415View on GitHub↗

    This project is a curated archive and cybersecurity research dataset of raw source code from various malware families. It serves as a malware analysis library designed to help researchers study the inner workings of different threats and identify attack patterns across multiple platforms and programming languages. The repository supports security research by providing raw text distribution of original source code. This allows for the study of platform vulnerabilities, threat intelligence gathering, and the development of security products and detection signatures. The collection is organized

    Assemblymalwaremalware-detectionmalware-development
    View on GitHub↗18,415

AI search

Explore more awesome repositories

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

Find more with AI search
  • angr/angrangr avatar

    angr/angr

    8,898View on GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    View on GitHub↗8,898
  • deved2/fxhammer-disasmDevEd2 avatar

    DevEd2/FXHammer-Disasm

    9View on GitHub↗

    Disassembly of FX Hammer by Aleksi Eeben

    Assembly
    View on GitHub↗9
  • brunomikoski/unitysmartsymbolicateB

    brunomikoski/UnitySmartSymbolicate

    0View on GitHub↗
    View on GitHub↗0
  • blackint3/openarkB

    BlackINT3/OpenArk

    0View on GitHub↗
    View on GitHub↗0
  • cha5126568/rust-reversing-helperC

    cha5126568/rust-reversing-helper

    0View on GitHub↗
    View on GitHub↗0
  • charles2gan/gda-android-reversing-toolcharles2gan avatar

    charles2gan/GDA-android-reversing-Tool

    4,778View on GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    View on GitHub↗4,778
  • derpopo/uabeD

    DerPopo/UABE

    0View on GitHub↗
    View on GitHub↗0
  • horsicq/detect-it-easyhorsicq avatar

    horsicq/Detect-It-Easy

    10,266View on GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    View on GitHub↗10,266
  • djkaty/il2cppinspectordjkaty avatar

    djkaty/Il2CppInspector

    3,011View on GitHub↗

    Powerful automated tool for reverse engineering Unity IL2CPP binaries

    Cil2cppmetadatareverse-engineering
    View on GitHub↗3,011
  • dnspy/dnspydnSpy avatar

    dnSpy/dnSpy

    28,993View on GitHub↗

    dnSpy is a desktop application designed for the analysis, debugging, and modification of compiled .NET assemblies. It functions as an assembly analysis suite and decompiler, translating binary instruction streams back into readable source code to facilitate reverse engineering when original source files are unavailable. The tool distinguishes itself through an integrated binary patching engine and metadata editor, which allow for the direct modification of executable logic and internal metadata tables. It supports in-process debugging instrumentation, enabling users to inject runtime hooks, s

    C#
    View on GitHub↗28,993
  • dotnetgame/coreclrD

    dotnetGame/coreclr

    0View on GitHub↗
    View on GitHub↗0
  • drenn1/ages-disasmdrenn1 avatar

    drenn1/ages-disasm

    200View on GitHub↗

    Disassembly of Oracle of Ages and Seasons

    Assembly
    View on GitHub↗200
  • dotnetgame/natsu-clrD

    dotnetGame/natsu-clr

    0View on GitHub↗
    View on GitHub↗0
  • exeinfoasl/aslE

    ExeinfoASL/ASL

    0View on GitHub↗

    Free Windows software

    View on GitHub↗0
  • extremecoders-re/pyinstxtractorextremecoders-re avatar

    extremecoders-re/pyinstxtractor

    4,119View on GitHub↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Pythondecompilepycpyc-files
    View on GitHub↗4,119
  • genymobile/scrcpyGenymobile avatar

    Genymobile/scrcpy

    143,637View on GitHub↗

    This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile device. The tool distinguishes itself by injecting a lightweight binary into the mobile runtime to access system-level APIs for direct screen buffer capture and input event injection. By translating desktop mouse and keyboard signals into native Linux kernel events, it enables r

    Candroidcffmpeg
    View on GitHub↗143,637
  • google/android-classysharkgoogle avatar

    google/android-classyshark

    7,565View on GitHub↗

    Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries. The project converts binary XML files into readable formats for the inspection of application manifests, layouts, and resource files. It also provides the ability to analyze class interfaces, members, and dependency counts without requiring access to the original source code. The toolset supports static analysis and the export of binary information into plain text formats for

    Java
    View on GitHub↗7,565
  • google/enjarifygoogle avatar

    google/enjarify

    2,747View on GitHub↗

    Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode. This allows Java analysis tools to analyze Android applications.

    Python
    View on GitHub↗2,747
  • h3nnn4n/reverse-engineering-the-gameboy-tetrish3nnn4n avatar

    h3nnn4n/Reverse-Engineering-the-GameBoy-Tetris

    27View on GitHub↗

    This is my personal attempt on reverse engineering the Tetris gameboy.

    Shell
    View on GitHub↗27
  • bunnyblue/dexextractorB

    bunnyblue/DexExtractor

    0View on GitHub↗
    View on GitHub↗0
  • icsharpcode/ilspyicsharpcode avatar

    icsharpcode/ILSpy

    25,447View on GitHub↗

    ILSpy is a .NET decompiler and binary analyzer designed to convert compiled .NET assemblies back into readable C# source code. It functions as a metadata explorer and a common intermediate language viewer, enabling the analysis of compiled code and the execution of reverse engineering workflows. The project distinguishes itself through specialized translation capabilities, such as converting compiled binary XML (BAML) back into human-readable XAML for user interface analysis. It also provides tools for inspecting native machine code and extracting metadata from program database (PDB) files.

    C#
    View on GitHub↗25,447
  • jar-analyzer/jar-analyzerjar-analyzer avatar

    jar-analyzer/jar-analyzer

    2,114View on GitHub↗

    Jar Analyzer - 一个 JAR 包 GUI 分析工具,内置 AI 助手协助分析,支持 JAR DIFF 分析,方法调用关系搜索,方法调用链 DFS 算法分析,模拟 JVM 的污点分析验证 DFS 结果,字符串搜索,Java Web 组件入口分析,CFG 程序分析,JVM 栈帧分析,自定义表达式搜索等

    Javabytecodejarjava-asm
    View on GitHub↗2,114
  • java-decompiler/jd-guijava-decompiler avatar

    java-decompiler/jd-gui

    15,024View on GitHub↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    View on GitHub↗15,024
  • joelpx/plasmajoelpx avatar

    joelpx/plasma

    3,072View on GitHub↗

    Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.

    Python
    View on GitHub↗3,072
  • jxhczhl/jsrpcjxhczhl avatar

    jxhczhl/JsRpc

    2,313View on GitHub↗

    远程调用(rpc)浏览器方法,免去抠代码补环境

    Go
    View on GitHub↗2,313
  • madiskoivopuu/il2cpp-cpp-class-generatorM

    madiskoivopuu/il2cpp-cpp-class-generator

    0View on GitHub↗
    View on GitHub↗0
  • badapple001/il2cppencrtyptB

    badApple001/Il2cppEncrtypt

    0View on GitHub↗
    View on GitHub↗0