Releases: ClementDreptin/ModuleLoader
Releases · ClementDreptin/ModuleLoader
v1.2.3
v1.2.2
Bug fixes
- Load and unload commands were succeeding even when
XexLoadImageandXexUnloadImagereturned an error.
v1.2.1
Bug fixes
- Load and unload commands were returning non-zero status code on success.
v1.2.0
Features
- Separated displaying just the module names and the modules with their metadata in 2 separate flags (
-sand-Srespectively). - Allowed to unload a module via its name instead of an absolute file path.
v1.1.0
Features
- Displayed more info about the loaded modules
v1.0.1
Bug fixes
- Fixed using
ModuleLoaderwith just a path not working when the module was not already loaded.
v1.0.0
First version.