mactype icon indicating copy to clipboard operation
mactype copied to clipboard

UseInclude mode

Open Antiever opened this issue 2 years ago • 1 comments

Wanted to ask is the last build supports the UseInclude mode? Found no references in the ini file.

And one more thing, can you implement more gentle way to interaction with the system so as not to inject dlls into all processes in a row, but only into the "whitelisted"? This would be a much smarter approach and not too difficult to implement. Thx.

Antiever avatar Nov 20 '21 19:11 Antiever

All versions respect the useinclude option, even the latest one.

The easiest way to hook only into the favorite programs you like without "intruding" other parts of your system is by using the "macloader.exe" with HookChildProcesses turned off.

You can easily create shortcuts for your specified apps with like macloader.exe / macloader64.exe path/to/your/exe and launch the app with mactype enabled while all the other apps still work in the way they used to be.

snowie2000 avatar Jan 12 '22 09:01 snowie2000