by madshi » Thu Apr 10, 2014 10:37 am
You've got to compile a 64bit exe to inject the 64bit hook dll. You can either compile a 64bit version of your service, or alternatively just create a small 64bit helper exe which does nothing but inject/unininject, via command line parameters or something like that. Your 32bit service could then call the 64bit helper exe.