https://github.com/wx257osn2/symboli_loader
Symboli Loader: the generic plugin loader for Windows
https://github.com/wx257osn2/symboli_loader
dll plugin windows
Last synced: 3 months ago
JSON representation
Symboli Loader: the generic plugin loader for Windows
- Host: GitHub
- URL: https://github.com/wx257osn2/symboli_loader
- Owner: wx257osn2
- License: mit
- Created: 2021-09-09T04:37:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T09:46:30.000Z (over 3 years ago)
- Last Synced: 2025-01-14T12:16:41.034Z (5 months ago)
- Topics: dll, plugin, windows
- Language: Assembly
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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` :```bat
MSBuild -p:Configuration=Release
```## Usage
1. Put Symboli Loader binary (`version.dll`) on DLL search directory.
1. Create the directory named `symboli_loader` next to Symboli Loader binary (`version.dll`).
1. Create the directory named same as execution binary you want to custom under the `symboli_loader` directory.
1. 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