I've kind of have the plan/thought in the back of my mind to convert various VB, WMI, and Powershell scripts I use to data sections in compiled .dll or .exe files so the script would be executed from memory only.
I also would like to be able to have these in .dll form with the ability to stream (download?) the .dll across the network and execute the functions of the .dll in memory only without having a copy of the .dll on the end client computer.
Anyone have real world experience with this (I agree, somewhat vague) concept? Any specific examples for code? I don't actually know where to begin on this.
