Minor bug fix version for manual loaders.
No need to upgrade if you use service mode or tray mode or even registry mode.
What's new:
- MacLoader(64).exe has been updated with no more easyhook dependencies. fixed #1018
- The way they work changed
- Now they utilizes detours'
DetourCreateProcessWithDllEx
to start up executables, which is stabler and more native. - Applications that doesn't allow loading unsigned images will simply fail to launch with the new loader.
- Lanuch application via association is not supported any more, which means you can't "start" a .zip file with the loader while previously, you can.
- Now they utilizes detours'