/turboactivate-emulator

Emulator for wyDay's LimeLM TurboActivate library (drop-in replacement)

Primary LanguageC

turboactivate-emulator

Emulator for wyDay's LimeLM TurboActivate library. Acts as a proxy for TurboActivate DLLs in Win32 programs using it.

Disclaimer

This project is not finished. Hopefully (if time permits) I plan to add

  • configuration file (configure the license information, trial info, etc.)
  • complete emulation of the original TurboActivate (requiring no original binary for proxying calls)

Usage

Download a binary from the releases page on GitHub, or build from source

Rename the original TurboActivate dll (ex: TurboActivate32.dll) to turboactivate_orig.dll

Place the downloaded DLL at the same path as the old TurboActivate dll (ex: TurboActivate32.dll)

Building

Use Visual Studio 2019 with vc142 build tools.