Add DLL file to resources of injector and make it work..
hi all mpgh members
i have one injector what i made in VB and dll file
so my question is :
can you add that dll file and put it in resources and debug that injector so it can automatic inject to the process we want..
if you can please someone send code or something how to do this
Thanks

Almost the same thing in snippet vault.
First thread/post in snippet vault, the last snippet..
Add the file to your Resources (My Project > Resources) then use this to write the file:
System.IO.File.WriteAllBytes("blah, file path", My.Resources.ResourceName)
ok i did it
but how to now enter that in a listbox?