I am currently attempting to extend the Zune software, in a way that doesn't require that I launch Zune (like ZuneLCDApi).

In order to do so, I need to access one or two variables that Zune has in memory in its running AppDomain.

Crack.Net doesn't offer Zune as a target, and I don't know whether that is because it runs on .Net 2.0, or because it is the child of ZuneLauncher.

Effectively, I want to create a 'proxy' for a few of the variables inside Zune, so I can skip songs, play/pause etc.

So as I understand it, this is what I have to do:

  1. Find the Zune AppDomain
  2. Inject some code into it
  3. Expose the variables I want to work with

How best to go about this? I really wish Zune had a scripting interface! >_<

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Perhaps you can take a look here? http://damianblog.com/2008/07/02/net-code-injection/

link|improve this answer
Almost exactly like a tutorial for what I want to do! Thanks. – dawmail333 Feb 10 '11 at 2:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.