Unregistered

|
I have MS Visual Studio with VC++ 6 installed and I want to test a few exploits on my local system, after I've copied the source code of the exploit I compile it and it says that I don't have certain header files (ex sys/socket.h or uio.h), I've serached the net for those needed but I've found too many and different and I couldn't found one that works with the exploit code. My question is : where can I find the original headers (I've tried microsoft but I couldn't find any) so I can compile the exploits with no errors ? Here is a list of them if you have them : sys/socket.h, uio.h, timeval.h, resource.h, libnet.h, unistd.h, netdb.h, win.h, time.h, db.h Thank You. |