OP 07 September, 2020 - 04:27 PM
(This post was last modified: 07 September, 2020 - 04:29 PM by Uninterupted.)
Just was toying around and trying new things so I created this a while back, (Needed it for another project I was working on that lets Developers update there applications without knowing any Networking)
This has a couple of features like a Module Checker, (I would call it a Dependency Checker, but not all of the loaded Modules may be required to run the application, soon I will build a dependency tree etc.)
Its pretty much just a simple injector though, you click on which application you want to inject, type in the .dll Directory. (Yes you have to type it in sadly :( the reason for that is because I don't have the dialog window setup currently) and BOOM inject, and it will let you know if it failed or was successful.
Then you can check with the Module Checker and see if the .dll is in there.
(I recommend to run as administrator)
Tip / Note - Also seeing as I do not have the DebugPrivilege activated, you will not be able to Inject/Module-check System Processes.
Download:
VirusTotal:
Really old project of mine, decided to upload it
This has a couple of features like a Module Checker, (I would call it a Dependency Checker, but not all of the loaded Modules may be required to run the application, soon I will build a dependency tree etc.)
Its pretty much just a simple injector though, you click on which application you want to inject, type in the .dll Directory. (Yes you have to type it in sadly :( the reason for that is because I don't have the dialog window setup currently) and BOOM inject, and it will let you know if it failed or was successful.
Then you can check with the Module Checker and see if the .dll is in there.
(I recommend to run as administrator)
Tip / Note - Also seeing as I do not have the DebugPrivilege activated, you will not be able to Inject/Module-check System Processes.
Download:
VirusTotal:
Really old project of mine, decided to upload it