ModLoader is a dynamic module loader for the Windows platform, designed to load DLL modules dynamically. It is open-sourced under the MIT license and was written by MicroFish on August 26, 2024.
- Dynamically find and load DLL files.
- Provide functionality for finding and executing the entry point of a module.
- Place the ModLoader.c and ModLoader.h files into your project.
- Ensure your modules adhere to the
MOD_ENTRYfunction specification, which should return an integer. - Use the
ModFindfunction to find all DLL files in a specified path. - Use the
ModLoadfunction to load and execute a module by index.
- Make sure your development environment supports C language development.
- Compile the ModLoader.c file using Visual Studio or another C compiler.
- Place the resulting DLL file in a path accessible by your application.
We welcome contributions in any form, including but not limited to code, documentation, testing, and bug reports.
This project is licensed under the GPL-3.0 license, with all rights interpretation reserved by ViudiraTech.
For any questions or suggestions, please contact us through the following channels:
- Email: f13208471983@163.com
- Forum: http://ViudiraTech.中国/