RECON06 . A PLATFORM INDEPENDENT MULTI-CAVITY NOP VIRUS
- » In Windows we use kernel32.dll's LoadLibrary() function to load msvcrt.dll.
- » 'msvcrt.dll' has much of the POSIX API that we need with a few exceptions
- » The only major difference was in mmap, which for Windows I just wrapped CreateFileMapping and CreateFileMapping to have the same prototype as mmap().
- » eventually we'll have an OS-indep. socketcall API as well