13 skills found
danielkrupinski / Vac HooksHook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
dyingsu / NolspNoLsp_fix_WSL2_参考的对象类型不支持尝试的操作.exe 下载此软件(原始链接_www.proxifier.com/tmp/Test20200228/NoLsp.exe) 管理员身份运行CMD输入: NoLsp.exe C:\windows\system32\wsl.exe 请自行注意NoLsp.exe程序的位置,以及你的wsl.exe位置。 产生原因和解决方法分析: 代理软件和wsl2的sock端口冲突,使用netsh winsock reset重置修复。 Proxifer开发人员解释如下: 如果Winsock LSP DLL被加载到其进程中,则wsl.exe将显示此错误。最简单的解决方案是对wsl.exe使用WSCSetApplicationCategory WinAPI调用来防止这种情况。在后台,该调用在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters\AppId_Catalog中为wsl.exe创建一个条目。 这将告诉Windows不要将LSP DLL加载到wsl.exe进程中
jNizM / AHK DllCall WinAPIAutoHotkey, WinAPI & DllCalls
danielkrupinski / InflameUser-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
carved4 / Go Wincallload arbitrary dlls, call any exported function, calls execute inside g0 as normal syscalls do from the traditional route, no syscall or windows imports, exposes many convenience functions for winapi interaction :3
hanoglu / HComponentLibraryLightweight Java like Windows GUI library for C++
wesmar / Watermark RemoverWindows watermark remover using IAT hooking and DLL proxy injection. Patches shell32.dll via TrustedInstaller privileges to intercept ExtTextOut and LoadString calls (removes evaluation and sign-in/activation strings). Built in pure WinAPI (no CRT), ~40 KB. Reversible system-level COM patching.
KeiranY / LoadLibraryA simple dll injector for windows based on WINAPI's LoadLibrary function.
etfovac / WinAPI LVLabVIEW LIB & examples that use custom WinAPI.dll (InteropAssembly that wrapps user32 and shell32 functions)
tomekjaworski / PELoaderPELoader is a WinAPI kernel/user call emulator, able to run on POSIX platforms (Linux). Currently, PELoader supports only a small subset of kernel32.dll functions.
Caffeine-GH / DllInjector LoadLibraryALoad a dll in external process with WinAPI LloadLibraryA
blubtxt / DumpModuleModule Dumper is a small commandline Tool for Windows written in C++. It dumps a loaded Module (.dll) from the memory of a specified Process to a file on your Hardrive, using WinAPI.
YashArote / Dll InjectorA desktop tool that allows injecting DLLs, hooking WinAPI functions like CreateFileW, and modifying process behavior at runtime — designed for developers, testers, and reverse engineers.