dll2exe icon indicating copy to clipboard operation
dll2exe copied to clipboard

PE (EXE) File Embed wrap, injection of DLL/ASI (based onpefrmdllembed)

Results 1 dll2exe issues
Sort by recently updated
recently updated
newest added

`git clone https://github.com/tapika/test_native_dll_loading` Modify `CMakeLists.txt` - uncomment `set(staticLinkToMyDll TRUE)` and comment next line. Follow instructions from git to build it. Go to `bin` folder and run: `dll2exe.exe test_dll_load.exe ext\mydll.dll` Run...