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
·

4 Repos

Awesome GitHub RepositoriesDLL Loading

Loading and executing dynamic link libraries from non-standard paths using trusted binaries.

Distinct from Arbitrary: Focuses on the loading of DLLs from arbitrary paths, distinct from general command execution or API hooking.

Explore 4 awesome GitHub repositories matching development tools & productivity · DLL Loading. Refine with filters or upvote what's useful.

Awesome DLL Loading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lolbas-project/lolbasAvatar von LOLBAS-Project

    LOLBAS-Project/LOLBAS

    8,323Auf GitHub ansehen↗

    LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro

    Identifies signed binaries that load and execute specified DLLs from arbitrary paths.

    XSLTblueteamdfirliving-off-the-land
    Auf GitHub ansehen↗8,323
  • hfiref0x/uacmeAvatar von hfiref0x

    hfiref0x/UACME

    7,375Auf GitHub ansehen↗

    UACME is a set of specialized tools designed to audit security configurations, escalate user privileges, and circumvent access control restrictions on Windows systems. It functions as a utility for executing commands with elevated privileges by bypassing User Account Control restrictions. The project includes a configuration auditor used to extract and analyze system settings to identify security misconfigurations and vulnerabilities. It provides a collection of techniques for gaining administrative rights on a host. The toolset covers a wide range of privilege escalation and security auditi

    Utilizes DLL loading from non-standard paths to intercept trusted binaries with administrative rights.

    Cbypass-uaccdll-hijack
    Auf GitHub ansehen↗7,375
  • taviso/loadlibraryAvatar von taviso

    taviso/loadlibrary

    4,475Auf GitHub ansehen↗

    LoadLibrary is a binary instrumentation framework that loads and executes Windows PE/COFF DLLs natively within Linux processes. It provides a cross-platform binary execution layer that maps Windows portable executable files into Linux memory, resolving imports and relocations so that exported functions can be called as if they were native Linux library routines. The framework enables runtime interception and modification of Windows DLL function behavior, including redirecting API calls to Linux-native implementations through a binary patching hook engine. It includes a code coverage auditor t

    Loads Windows PE/COFF DLLs into a Linux process, resolving imports and relocations for native execution.

    Clinuxportingwindows
    Auf GitHub ansehen↗4,475
  • byt3bl33d3r/offensivenimAvatar von byt3bl33d3r

    byt3bl33d3r/OffensiveNim

    3,033Auf GitHub ansehen↗

    OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje

    Builds dynamic link libraries with exported entry points and custom initialization logic.

    Nim
    Auf GitHub ansehen↗3,033
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Arbitrary
  5. DLL Loading

Unter-Tags erkunden

  • Windows DLL Function LookupsLooks up and invokes exported functions from loaded Windows DLLs using a dlopen-style API. **Distinct from DLL Loading:** Distinct from DLL Loading: focuses on the lookup and invocation of exported functions after loading, not just the loading mechanism.
  • Windows DLL GenerationGenerating Windows Dynamic Link Libraries with custom exported entry points and initialization logic. **Distinct from Windows DLL Invocations:** Focuses on the creation/compilation of the DLL, whereas the sibling focuses on invoking the DLL.
  • Windows DLL InvocationsInvokes exported functions from loaded Windows DLLs as if they were native Linux library routines. **Distinct from DLL Loading:** Distinct from DLL Loading: focuses on calling exported functions after loading, not just the loading mechanism itself.
  • Windows DLL Loaders for LinuxLoads Windows PE/COFF DLLs into a Linux process, resolving imports and relocations for native execution. **Distinct from DLL Loading:** Distinct from DLL Loading: specifically targets Windows DLLs on Linux with import and relocation resolution, not general DLL loading.