Including files in a .dll
Posted: Mon Jun 26, 2006 2:07 pm
I've got this kinda strange idea. Its mostly a 'just want to see if it can be done thing'
I've got a series of .xml files in their respective directories. I want to include all these files in a .dll that can be injected into a process and then the .xml files will be executed. The .xml files are scripts for different things having to do with the application and will be used to change different parameters of the applications function depending on different uses. I want to do this to control distribution of the changes by just distributing one new .dll instead of a bunch of .xml files.
I've got the injection portion, no problem there. But I don't know how to include these .xml script files in a .dll (to be injected) file and get them to execute.
Maybe including them in another .exe rather then a .dll? Don't know how to include in a .exe either.
Any suggestions?
I've got a series of .xml files in their respective directories. I want to include all these files in a .dll that can be injected into a process and then the .xml files will be executed. The .xml files are scripts for different things having to do with the application and will be used to change different parameters of the applications function depending on different uses. I want to do this to control distribution of the changes by just distributing one new .dll instead of a bunch of .xml files.
I've got the injection portion, no problem there. But I don't know how to include these .xml script files in a .dll (to be injected) file and get them to execute.
Maybe including them in another .exe rather then a .dll? Don't know how to include in a .exe either.
Any suggestions?