awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • charles2gan/gda-android-reversing-toolAvatar von charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Auf GitHub ansehen↗

    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

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

    Pythondecompilermalware-analysismobile-security
    Auf GitHub ansehen↗4,778
  • s3cur3th1ssh1t/winpwnAvatar von S3cur3Th1sSh1t

    S3cur3Th1sSh1t/WinPwn

    3,674Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,674
  • securethisshit/winpwnAvatar von SecureThisShit

    SecureThisShit/WinPwn

    3,673Auf GitHub ansehen↗

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

Unter-Tags erkunden

  • 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.