wx257osn2 / symboli_loader

Symboli Loader: the generic plugin loader for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symboli Loader

Eclipse first, the rest nowhere.

Symboli Loader is the generic plugin loader on Windows mimicking as version.dll.

Build

Open symboli_loader.sln and build it. Of course you can use msbuild :

MSBuild -p:Configuration=Release

Usage

  1. Put Symboli Loader binary (version.dll) on DLL search directory.
  2. Create the directory named symboli_loader next to Symboli Loader binary (version.dll).
  3. Create the directory named same as execution binary you want to custom under the symboli_loader directory.
  4. Put your plugins with .symboli extension.

As an example, the file layout is as follows:

  • C:\example\
    • binary.exe
    • version.dll (Symboli Loader)
    • symboli_loader\
      • binary.exe\ (This is directory named as same as the execution binary)
        • plugin.symboli

License

MIT

About

Symboli Loader: the generic plugin loader for Windows

License:MIT License


Languages

Language:Assembly 57.0%Language:C++ 43.0%