All Projects → SeanPesce → DLL_Wrapper_Generator

SeanPesce / DLL_Wrapper_Generator

Licence: other
Automatic generation of DLL wrappers for both 32-bit and 64-bit DLLs

Projects that are alternatives of or similar to DLL Wrapper Generator

Invoker
Penetration testing utility, and antivirus assessment tool.
Stars: ✭ 178 (+641.67%)
Mutual labels:  dll
Ducible
A tool to make Windows builds reproducible.
Stars: ✭ 211 (+779.17%)
Mutual labels:  dll
libwebrtc
A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
Stars: ✭ 209 (+770.83%)
Mutual labels:  dll
X3daudio1 7 hrtf
HRTF for Arma 3, Skyrim, and other titles that use XAudio2 + X3DAudio
Stars: ✭ 192 (+700%)
Mutual labels:  dll
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (+775%)
Mutual labels:  dll
Tosdatabridge
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Stars: ✭ 229 (+854.17%)
Mutual labels:  dll
Mctrl
C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
Stars: ✭ 169 (+604.17%)
Mutual labels:  dll
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (+129.17%)
Mutual labels:  dll
Nomercy
Open source anti cheat
Stars: ✭ 211 (+779.17%)
Mutual labels:  dll
Kernel-dll-injector
Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module
Stars: ✭ 256 (+966.67%)
Mutual labels:  dll
Avalon Webpack Start
webpack3.X(启用tree-shaking,作用域提升功能等),加速项目启动
Stars: ✭ 193 (+704.17%)
Mutual labels:  dll
Dllspy
DLL Hijacking Detection Tool
Stars: ✭ 202 (+741.67%)
Mutual labels:  dll
Android Disassembler
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
Stars: ✭ 250 (+941.67%)
Mutual labels:  dll
Ahkdll
AutoHotkey_H
Stars: ✭ 177 (+637.5%)
Mutual labels:  dll
muparsersse
muparsersse a math parser for windows using just in time compilations of the expression
Stars: ✭ 14 (-41.67%)
Mutual labels:  dll
Rocksdb Sharp
.net bindings for the rocksdb by facebook
Stars: ✭ 173 (+620.83%)
Mutual labels:  dll
Netelf
Run executables from memory, over the network, on Windows, Linux, OpenVMS... routers... spaceships... toasters etc.
Stars: ✭ 220 (+816.67%)
Mutual labels:  dll
CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+54.17%)
Mutual labels:  dll
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (+112.5%)
Mutual labels:  dll
Autorun-rs
Undetectable scripthook with lua execution and filesteal. Modern replacement for gluasteal and most lua executors
Stars: ✭ 63 (+162.5%)
Mutual labels:  dll

DLL Wrapper Generator

Description

Automatically generates DLL wrappers for 32-bit and 64-bit DLLs.

Usage

python Generate_Wrapper.py DLLname.dll [-usesysdir | -allowchains]  

	-usesysdir	Generated DLL will check the system default directory
			for the original DLL, rather than checking the local
			directory for "ori_$(DLLname).dll"  
      
	-allowchains	Generated DLL will parse "$(DLLname).ini" for a
			"DLL_Chain=" entry containing the name of a local DLL
			to load. This allows multiple DLL wrappers to be loaded
			for the same DLL. If no entry is found, generated DLL
			checks the system default directory for the original DLL.  

Authors

  • Lin "MavenLin" Min - Original author - GitHub
  • Sean Pesce - Extended functionality - Website | GitHub

Original Source

https://github.com/mavenlin/Dll_Wrapper_Gen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].