Page 2 of 3
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 2:56 pm
by NoobHacker
helohelo1 wrote:Can add in a manual inject option as well ? The auto inject option always failed.
what do you mean? i just inject all dlls in same directory, how you fail?
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 2:59 pm
by helohelo1
I auto injected all dlls in same directory, and the injector stop responding? I think cos of too many dlls to inject? It works after the hackshield loads up, then it failed cos the hackshield detected and closed the injector.
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 3:58 pm
by NoobHacker
what do you mean by "auto inject" and "manual inject"?
wont detect for me and able to inject multiple dll
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 4:01 pm
by Nerrazzuri
NoobHacker, use GetLastError to check for the error while injecting
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 5:44 pm
by NoobHacker
I know, my injector will show that error code if injection problem, but not "Not responding"
You mean Marshal.GetLastWin32Error or something right?
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 8:05 pm
by Nerrazzuri
NoobHacker wrote:I know, my injector will show that error code if injection problem, but not "Not responding"
You mean Marshal.GetLastWin32Error or something right?
GetLastError this API, it should work with VB.
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 8:39 pm
by NoobHacker
yeah .net has a function
i'm not sure :
system.runtime.interopservices.marshal.getlastwin32error()
but his problem is not responding
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 8:53 pm
by guyz92
Try Not to use Icon what is too big.
I have this funny problem for my Final VB project in school. Windows 7 can open the form and render it without any problem.
on Windows XP, it will say that stack error.
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Wed Mar 09, 2011 9:58 pm
by NoobHacker
hmm, this injector uses DwmExteadFrameIntoClientArea
maybe some IF conditions i miss out so it not responding
Re: [RELEASE] Noobhacker's DLL Injector Stable
Posted: Thu Mar 10, 2011 4:04 pm
by helohelo1
not working, try to re code the injector ? sometimes is not responding, and sometimes it just hang there and failed to inject or u can share the source code here?