Click here to Skip to main content
15,896,368 members

Comments by 3a©roub (Top 5 by date)

3a©roub 7-Sep-14 18:25pm View    
I tried to convert it by my self but at this line i can't !!

<pre lang="c#">for (int b = gzip.ReadByte(); b != -1; b = gzip.ReadByte())
{
file.WriteByte((byte)b);
}</pre>

Any help ... !
3a©roub 20-Aug-14 6:33am View    
The dll was injected successfully in the target process (e.g chrome.exe) !
but how to run it from "chrome.exe" !!
"chrome.exe" must call the function DllMain () to start the dll's work!
I know it is possible to do this and through the injection of code (loader) in the target process and well precisely in an empty space {0}
but until now i dont have necessary code ... :/
3a©roub 19-Aug-14 19:40pm View    
Any prgress with your project ??
3a©roub 19-Aug-14 19:39pm View    
Yes this is what i'm looking for: injecting my Dll into a different process then that process needs to call some method in the dll e.g the function DllMain() ...
3a©roub 19-Aug-14 19:33pm View    
Deleted
.