posted in Tools & sources on Aug 12th, 2010
Tool name : InfectUSBDrive Description : This is a proof of concept to demonstrate how to infect a USB drive. It doesn’t infect the storage device directly. Instead as soon as you connect it to the computer a message box pops up. Not really sophisticated but enough to understand how it is done. [...]
read full post »
posted in Reading material on Jul 3rd, 2009
This is a newer document from 2009 that explains DLL injection. Instead of using the often used Windows hooking method to inject a DLL into a running process in this example the author modifies the binary itself and loads the DLL when starting the executable file. Download it here. Digg this post Buzz it up [...]
read full post »