Found 263 repositories(showing 30)
taviso
Porting Windows Dynamic Link Libraries to Linux
bats3c
LoadLibrary for offensive operations
paskalian
Reverse engineering winapi function loadlibrary.
adamhlt
DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector
danielkrupinski
Bypass for CS:GO's LoadLibrary injection prevention mechanism, achieved by patching one byte of game memory.
malware-unicorn
Load DLLs from memory with rust
Arvanaghi
A basic Windows DLL injector in C using CreateRemoteThread and LoadLibrary. Implemented for educational purposes.
adamhlt
Custom LoadLibrary / GetProcAddress (x86 / x64) - Load DLL and retrieve functions manually
Xpl0itR
A Dynamic-Link Library that exports the same methods as version.dll (winver.h) and winhttp.dll, in addition to chainloading additional user-defined libraries
gbmaster
Custom LoadLibrary implementation
Example how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary)
mainlxl
支持APK包中所有System.Load/LoadLibrary加载的So库文件(Maven、aar文件引入三方库、源码引入的so文件),对So文件进行7z压缩与云端下发,完成apk瘦身
GetRektBoy724
An attempt to make a LoadLibrary designed for offensive operations, in C# obviously.
virtualesp
Unlock Genshin Impact's framerate, customize field of view (FOV), and remove fog effects using a C++17 DLL with LoadLibrary-based injection and runtime memory patching.
MortenSchenk
Control Flow Guard bypass using LoadLibrary and IsBadCodePtr
ricardojoserf
Vulnerable (on purpose) programs to leak NtReadVirtualMemory address for stealthier API resolution (no GetProcAddress, GetModuleHandle or LoadLibrary in the IAT)
GameHackingAcademy
DLL injector that uses LoadLibrary to inject a DLL into another process.
Jamesits
Load dynamic libraries (DLL/so/dylib) with ease, without cgo.
D4stiny
LoadLibrary DLL Injector Proof-of-Concept in Java
isxlan0
Unlock some game restrictions using a DLL based on LoadLibrary injection and runtime memory patching.
leonwxqian
A exe loader that can load NScript evaluation engine of Windows Defender/Microsft Security Essential. You can fuzz NScript by using this. Project was based on Tavis Ormandy(taviso)'s "Porting Windows Dynamic Link Libraries to Linux" (https://github.com/taviso/loadlibrary)
adrianyy
x64 injector using LoadLibrary made in assembler (MASM)
sezzyaep
You can inject any cheat without -insecure. (loadlibrary)
SeanPesce
Shared library implementations that transform the containing process into a shell when loaded (useful for privilege escalation, argument injection, file overwrites, LD_PRELOAD, etc.).
thereals0beit
LoadLibrary, GetModuleHandle and GetProcAddress calls for remote processes
zakibakar75
How to call Windows DLL using LoadLibrary in Golang
flaot
为OP(operator & open)是一个开源插件(类似大漠插件)生成通过LoadLibrary调用的桥接代码
HackingLZ
VDM sig bypass and additional WinAPI stubs
vvswift
PoC shellcode injector using clean syscalls to bypass user-mode hooks in ntdll.dll
karel-burda
Header-only library that can execute functions in a shared library and provides wrappers around these