DLL Injection
Hello,
I made a DLL injector before that could inject multiple DLL's, but the only way i could think of doing it was to put each DLL into an array every time the user browsed for a new file. Then it adds it to a listbox.
Surely theres got to be an easier way to do it? Because then it made the removing a DLL from the listbox a nightmare because i had to find out which DLL in the array i had to get rid of!
Theres so many DLL injectors out there so theres got to be another way of doing it... :|
I don't fully get it, post your current code and I might be able to help you improve it.