SuicSoft / Little-PDF-Merge-Net

Fast, Free and open source C# .NET WPF Material Design PDF Merger
http://www.suicsoft.com
Other
3 stars 1 forks source link

Sandbox and multiprocess MEF plugins #8

Open SuicSoft opened 9 years ago

SuicSoft commented 8 years ago

Once that g7 is fixed, merging and verifying of PDFs will be sandboxed and out of process. Little's PDF Merge will use a native C++ DLL hooking some WINAPI and then inject it into the process using CreateRemoteThread. Some anti viruses might detect it as a virus because viruses inject malicious DLLs into processes.Don't know how to do this on linux.

SuicSoft commented 8 years ago

Maybe we can use EasyHook instead of this C++ native stuff.Anyways the g7 is okay now