Super Nanny Injector v1.0
Well, after getting an user lost at injection... I made a simple injector, its the:
Super Nanny Injector!!

It uses CreateRemoteThread and LoadLibraryA to inject(x86<>x86), and reports every single error using GetLastError(). As I made it for an easily troubleshooting, it copies every string error to clipboard, so one can just paste the error to get help :} .
Console interface, because I don't want to lose too much time building it
How to Use:
1. Open .exe
2. Insert DLL name(if on current dir) or full path if not.("Ctlr+vable")
3. Insert process exe name.("Ctlr+vable")
4. Enter, and launch the process.exe (it will inject automatically).

Success: You will hear a short beep, it's the successfully injected sound
Trouble: You will hear a long beep, the error will be displayed on screen for 5 secs.
Troubleshooting?
1. Just paste error string here. It will be on your clipboard!!!

Never forget to run as Admin again! The shield is your friend

Download:
1) MinGW GCC 4.9 (if you don't know what's that, download the other file!)
Virus scans:
https://virusscan.jotti.org/en-US/fi...job/xumwz9c9fp
https://www.virustotal.com/pt/file/7...is/1443741300/

2) Visual C++ 14 (needs Visual C++ Redistributable)
https://www.virustotal.com/pt/file/a...is/1443811505/
https://virusscan.jotti.org/en-US/fi...job/l48v77wtqi

Super Nanny Injector!!

It uses CreateRemoteThread and LoadLibraryA to inject(x86<>x86), and reports every single error using GetLastError(). As I made it for an easily troubleshooting, it copies every string error to clipboard, so one can just paste the error to get help :} .
Console interface, because I don't want to lose too much time building it
How to Use:
1. Open .exe
2. Insert DLL name(if on current dir) or full path if not.("Ctlr+vable")
3. Insert process exe name.("Ctlr+vable")
4. Enter, and launch the process.exe (it will inject automatically).

Success: You will hear a short beep, it's the successfully injected sound

Trouble: You will hear a long beep, the error will be displayed on screen for 5 secs.
Troubleshooting?
1. Just paste error string here. It will be on your clipboard!!!

Never forget to run as Admin again! The shield is your friend


Download:
1) MinGW GCC 4.9 (if you don't know what's that, download the other file!)
Virus scans:
https://virusscan.jotti.org/en-US/fi...job/xumwz9c9fp
https://www.virustotal.com/pt/file/7...is/1443741300/
2) Visual C++ 14 (needs Visual C++ Redistributable)
https://www.virustotal.com/pt/file/a...is/1443811505/
https://virusscan.jotti.org/en-US/fi...job/l48v77wtqi


, but I'm already doing a version of that injector, using Qt5 to have a graphic user interface.