A few questions - .dll's, data sections, scripts, and memory

Everything else that doesn't fall into one of the other PB categories.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

A few questions - .dll's, data sections, scripts, and memory

Post by SFSxOI »

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.