awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
0xZ0F avatar

0xZ0F/Z0FCourse_ReverseEngineering

0
View on GitHub↗
5,852 स्टार्स·584 फोर्क्स·C++·AGPL-3.0·14 व्यूज़

Z0FCourse ReverseEngineering

यह प्रोजेक्ट x64 Windows रिवर्स इंजीनियरिंग पर केंद्रित एक स्ट्रक्चर्ड कोर्स और इंस्ट्रक्शनल गाइड है। यह असेंबली भाषा और ऑपरेटिंग सिस्टम के आंतरिक कामकाज के अध्ययन के माध्यम से Windows बाइनरीज़ का विश्लेषण और डीकंपाइल करने के लिए एक पाठ्यक्रम प्रदान करता है।

यह सामग्री Windows बाइनरी विश्लेषण और मैलवेयर विश्लेषण को कवर करती है, जिसमें मूल प्रोग्राम लॉजिक को पुनर्प्राप्त करने के लिए x64 मशीन कोड की व्याख्या करने पर विशेष ध्यान दिया गया है। यह यूज़र को प्रोग्राम के व्यवहार को ट्रेस करने और फ़ंक्शन कॉल्स को लॉग करने की प्रक्रिया के माध्यम से मार्गदर्शन करता है ताकि यह समझा जा सके कि बाइनरीज़ कैसे काम करती हैं।

तकनीकी दायरे में असेंबली-लेवल डीकंपाइलेशन, डिबगर-ड्रिवन स्टेट इंस्पेक्शन और डायनामिक कॉल ट्रेसिंग शामिल है। यह इंस्ट्रक्शन-आधारित विश्लेषण, Windows API हुकिंग और x64 रजिस्टर मैपिंग को भी कवर करता है ताकि यह मॉनिटर किया जा सके कि सॉफ़्टवेयर सिस्टम के साथ कैसे इंटरैक्ट करता है।

Features

  • Reverse Engineering Tools - Offers a structured curriculum for analyzing and decompiling binaries through assembly and OS internals.
  • Reverse Engineering Courses - Provides a structured curriculum for analyzing and decompiling Windows binaries by studying assembly and OS internals.
  • Binary Analysis - Teaches how to analyze x64 executable files specifically for the Windows operating system.
  • Behavioral Tracing - Provides techniques for logging function calls and execution paths to observe program interaction with the system.
  • Binary Decompilation - Provides instructional material on translating x64 machine code into human-readable logic to reconstruct compiled programs.
  • Binary Execution Analysis - Instructs on logging function calls and tracing program behavior to understand binary operations.
  • Instruction Analysis Tools - Breaks down binary execution into assembly instruction sequences to map the program's logical flow.
  • x64 Assembly Analysis - Provides a guide to studying low-level x64 machine code to recover program logic from binaries.
  • Dynamic System Tracing - Guides users in logging function entry and exit points during runtime to identify active code paths.
  • Binary Analysis Tutorials - Ships instructional material on tracing program behavior and logging function calls in x64 binaries.
  • Windows Assembly Guides - Provides a guide to interpreting x64 machine code and reverse engineering software for Windows.
  • Windows System Hooks - Covers the interception of system calls between binaries and the Windows OS to monitor activity.
  • Malware Analysis - Applies reverse engineering techniques to investigate malicious software and its impact on Windows hosts.
  • Call Convention Analysis - Explains how to track x64 hardware registers to understand data passing in a 64-bit environment.
  • Execution State Debuggers - Teaches how to use debuggers to pause execution and inspect memory heaps and stack frames.

स्टार हिस्ट्री

0xz0f/z0fcourse_reverseengineering के लिए स्टार हिस्ट्री चार्ट0xz0f/z0fcourse_reverseengineering के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Z0FCourse ReverseEngineering के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Z0FCourse ReverseEngineering के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mentebinaria/retoolkitmentebinaria का अवतार

    mentebinaria/retoolkit

    5,222GitHub पर देखें↗

    Retoolkit is a reverse engineering tool orchestrator and malware analysis environment provisioner for Windows. It functions as a binary analysis workflow automator that installs and configures the specialized software toolchains required for security research. The project manages the execution and lifecycle of standalone analysis binaries through a registry-based Windows shell context menu. This integration allows users to launch external tools directly from the file system right-click menu by passing selected file paths as command line arguments to third-party executables. The system covers

    Inno Setupinno-setupmalware-analysisreverse-engineering
    GitHub पर देखें↗5,222
  • mandiant/flare-flossmandiant का अवतार

    mandiant/flare-floss

    3,886GitHub पर देखें↗

    Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration data within compiled binaries. It functions as an obfuscated string decoder and reverse engineering tool to translate encoded strings into readable text for security auditing. The project employs emulated execution to capture the decrypted state of strings in memory by running small chunks of binary code in a virtual CPU. It further utilizes static analysis disassembly, intermediate representation analysis, and heuristic-based pattern matching to identify and decode strings t

    Pythondeobfuscationflaregsoc-2026
    GitHub पर देखें↗3,886
  • avast-tl/retdecavast-tl का अवतार

    avast-tl/retdec

    8,556GitHub पर देखें↗

    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++
    GitHub पर देखें↗8,556
  • radare/radare2radare का अवतार

    radare/radare2

    24,129GitHub पर देखें↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    C
    GitHub पर देखें↗24,129
Z0FCourse ReverseEngineering के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

0xz0f/z0fcourse_reverseengineering क्या करता है?

यह प्रोजेक्ट x64 Windows रिवर्स इंजीनियरिंग पर केंद्रित एक स्ट्रक्चर्ड कोर्स और इंस्ट्रक्शनल गाइड है। यह असेंबली भाषा और ऑपरेटिंग सिस्टम के आंतरिक कामकाज के अध्ययन के माध्यम से Windows बाइनरीज़ का विश्लेषण और डीकंपाइल करने के लिए एक पाठ्यक्रम प्रदान करता है।

0xz0f/z0fcourse_reverseengineering की मुख्य विशेषताएं क्या हैं?

0xz0f/z0fcourse_reverseengineering की मुख्य विशेषताएं हैं: Reverse Engineering Tools, Reverse Engineering Courses, Binary Analysis, Behavioral Tracing, Binary Decompilation, Binary Execution Analysis, Instruction Analysis Tools, x64 Assembly Analysis।

0xz0f/z0fcourse_reverseengineering के कुछ ओपन-सोर्स विकल्प क्या हैं?

0xz0f/z0fcourse_reverseengineering के ओपन-सोर्स विकल्पों में शामिल हैं: mentebinaria/retoolkit — Retoolkit is a reverse engineering tool orchestrator and malware analysis environment provisioner for Windows. It… mandiant/flare-floss — Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration… avast-tl/retdec — Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse… radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… x64dbg/scyllahide — ScyllaHide is an anti-debugger bypass plugin and reverse engineering tool designed to hide a debugger from a target…