Nytro Posted June 12, 2011 Report Posted June 12, 2011 Writing a File Infector/Encrypter It works with any PE32 executable file, overcomes issues with randomized base addresses, and takes advantage of Visual Studio’s C++ compiler to generate the assembly code to inject into the target. This allows for large portions of the injected code to be written in C and greatly speeds up development time. Lastly, the target file is also encrypted by the infector and the decryption routine is written in to decrypt the file image at runtime.PDFWriting a File Infector/Encrypter: Background (1/4)http://blog.codereversing.com/infect1.pdfWriting a File Infector/Encrypter: PE File Modification/Section Injection (2/4)http://blog.codereversing.com/infect2.pdfWriting a File Infector/Encrypter: Writing the Compiled Stub (3/4)http://blog.codereversing.com/infect3.pdfWriting a File Infector/Encrypter: Full Source Code and Remarks (4/4)http://blog.codereversing.com/infect4.pdfSursa: http://www.hackhound.org/forum/index.php?/tutorials/article/623-writing-a-file-infectorencrypter/ Quote
cifratorul Posted June 12, 2011 Report Posted June 12, 2011 Nice. Daca vreti sa compilati codul sa nu va chinuiti sa-l luati din pdf luati-l de aici (difera un pic):Writing a File Infector/Encrypter: Full Source Code and Remarks (4/4) | RCE Endeavors Quote