awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesModule Memory Extraction

Extracting specific active modules and files from process memory to recover original code.

Distinct from Credential Memory Dumping: Distinct from Credential Memory Dumping by focusing on recovering executable code modules rather than sensitive secrets.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Module Memory Extraction. Refine with filters or upvote what's useful.

Awesome Module Memory Extraction GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • charles2gan/gda-android-reversing-toolcharles2gan 的头像

    charles2gan/GDA-android-reversing-Tool

    4,778在 GitHub 上查看↗

    本项目是一个全面的 Android 逆向工程套件,具有反编译器、字节码去混淆器和恶意软件分析工具的功能。它旨在将 APK、DEX 和 OAT 二进制文件转换为人类可读的源代码,并使用无需 Java 虚拟机 (JVM) 的原生实现。 该平台通过与 Frida 集成进行动态分析而脱颖而出,允许用户实时挂钩方法、注入自定义 JavaScript 并转储设备内存。它还具有专门的安全引擎,包括污点传播引擎和栈状态机,以检测隐私泄露、恶意行为和安全漏洞。 该套件涵盖了广泛的分析功能,包括二进制补丁和重打包、交叉引用依赖映射和数据流分析。它提供了用于软件加壳识别、加密字符串解码以及跨应用程序资源进行全局元数据搜索的工具。 该工具提供命令行界面,并支持通过自定义 Python 或 Java 脚本进行分析自动化。

    Extracts active modules from a running process's memory to recover the original binary code.

    Pythondecompilermalware-analysismobile-security
    在 GitHub 上查看↗4,778
  • s3cur3th1ssh1t/winpwnS3cur3Th1sSh1t 的头像

    S3cur3Th1sSh1t/WinPwn

    3,674在 GitHub 上查看↗

    WinPwn is a Windows penetration testing framework and security toolkit designed for auditing Active Directory and exploiting Windows environments. It provides a collection of automated tools and scripts for domain enumeration, credential theft, and privilege escalation. The toolkit distinguishes itself through capabilities for neutralizing antimalware scanning interfaces to evade detection and providing offline binary packaging for execution on isolated systems without internet access. It also includes specialized utilities for intercepting and relaying SMB authentication traffic to gain unau

    Retrieves passwords and hashes by scanning system memory and analyzing local storage files.

    PowerShelladsecurityautomationexploitation
    在 GitHub 上查看↗3,674
  • securethisshit/winpwnSecureThisShit 的头像

    SecureThisShit/WinPwn

    3,673在 GitHub 上查看↗

    WinPwn is a Windows penetration testing framework designed for conducting internal security assessments and privilege escalation. It functions as a suite for Active Directory security auditing, credential extraction, and the execution of privilege escalation scripts. The toolset enables the automation of SMB relay attacks to intercept and reuse authentication hashes. It provides specialized capabilities for retrieving passwords and hashes from system memory, registries, and browsers using obfuscated techniques to avoid detection. The framework covers broad capability areas including domain a

    Extracts authentication secrets and password hashes from system memory using obfuscated techniques.

    PowerShell
    在 GitHub 上查看↗3,673
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Dumping
  4. Structured Memory Dumping
  5. Credential Memory Dumping
  6. Module Memory Extraction

探索子标签

  • Credential Memory ExtractionExtracting authentication secrets and password hashes from system memory. **Distinct from Module Memory Extraction:** Focuses on extracting credentials rather than recovering executable code modules.