kagasu / ProxyDllGenerator

Auto generate proxy dll source code(x86, x64)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProxyDllGenerator

Features

  • Auto generate proxy dll source code(x86, x64)

  • Support special character(ex. @)

  • Modify source code template easily.

Download

https://github.com/kagasu/ProxyDllGenerator/releases

How to use

ProxyDllGenerator.exe --dll test.dll

Build Requirements

  • Visual Studio 2019(MSVC v142) Build Tools
  • Boost
  • fmt
vcpkg install boost:x86-windows-static
vcpkg install boost:x64-windows-static
vcpkg install fmt:x86-windows-static
vcpkg install fmt:x64-windows-static

License

MIT License

Third Party License(s)

About

Auto generate proxy dll source code(x86, x64)

License:MIT License


Languages

Language:C++ 98.9%Language:Assembly 1.1%