Patch .NET app to run hidden (splash screen/main window) using Reflector/Reflexil -


im trying modify program run hidden, no splash screen , no window (it's free app canon cameras receive images on wifi).

i use live slideshow, every time camera reconnects, program launched , splash screen , app windows put in front of slideshow. programs needs no interaction, run in background. (it's program receive images, needs running)

i'm bit familiar basic patching ollydbg, .net app, it's way on head.

i tried using apps patch on launch startupinfo make app window hidden, splash screen still shown, , program controlled via 1 detects camera , launch appropriate parameters, needs run hidden "on it's own"

reflector/reflexil seems powerful enough able need, don't know enough find function/call/parameter make whole app hidden.

if can point me in right direction... in advance!

obs: file, in case want take look: http://www111.zippyshare.com/v/gmvozk1h/file.html

if trying achieve preventing eos utility automatically launching when connect camera pc, reverse engineering , modifying il code sounds massive overkill.

try googling "canon camera disable eos utility autostart" or along lines.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -