/DragDropRemoteHook

Expands functionality of OutlookDragFile by Tony Federer: hooks drag and copy to clipboard events of any specified process and replaces virtual files by physical files on your disk

Primary LanguageC#

DragDropRemoteHook

Expands functionality of OutlookDragFile by Tony Federer: hooks drag and copy to clipboard events of any specified process and replaces virtual files by physical files on your disk. Simply run "FileMinitor.exe " to inject hook into specified process. Example: "FileMonitor outlook"; this example exactly imlpements functionality of https://github.com/tonyfederer/OutlookFileDrag/ by Tony Federer.

Aknowledgemets:

  1. Tony Federer https://github.com/tonyfederer/OutlookFileDrag/
  2. EasyHook developers https://github.com/EasyHook/EasyHook-Tutorials/tree/master/Managed/RemoteFileMonitor