My little example which infects firefox.
1.unpack dll from itself.
2.infects firefox.
3.when firefox started loads dll and jump to original entry point.
So it is example and addresses in shellcode are hardcoded.
My little example which infects firefox.
1.unpack dll from itself.
2.infects firefox.
3.when firefox started loads dll and jump to original entry point.
So it is example and addresses in shellcode are hardcoded.
Nice..![]()
Code:if( cumshot ->squirts() == hands ) { do { hands->wash(); } while( hands->sticky() ); }Code:http://qualitytobacco.Research Articlespot.com/
Cool thanks, just wondering would there be a way of injecting the dll or something with the same effect with out writing the dll to disk?.. i kinda just posted this in a differnt topic but this one seems more apropriate
Last edited by mjrod5; 18-03-2010 at 03:45.
what do you mean by "same effect"? you can copy custom pe loader to remote process, then copy your dll file to remote process, then create a remote thread that would kick in the loader. then you would get your dll loaded from memory in a remote process (completely bypassing windows loader). is that what you want?
xor eax, eax
mov [eax], 0
There are currently 1 users browsing this thread. (0 members and 1 guests)