netsniper
Hi, i'm fairly new to programming and I just began to use Visual Studio .NET 2003 a month or so ago. I have been having trouble compiling exploit code from www.k-otik.com and other places. Most of the time the errors I get are due to invalid data types being passed into functions. Could someone please tell me why the original coders didn't care about this and why .NET does so much??? I would like to compile some exploits (especially the new RPC universal code) located here: http://www.k-otik.com/exploits/10.09.rpc2u...universal.c.php

I am very interested in computer security, but I am new to programming and thus I have not been able to grasp some key concepts yet. Any help would be greatly appreciated. Thanks...

Netsniper
netsniper
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(96): error C2296: '^' : illegal, left operand has type 'unsigned char *'
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(111): error C2040: '+=' : 'DWORD' differs in levels of indirection from 'char *'
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(111): error C2297: '+=' : illegal, right operand has type 'char *'
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(422): error C2440: '=' : cannot convert from 'unsigned char [50000]' to 'unsigned char'
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(567): warning C4018: '>' : signed/unsigned mismatch
C:\Documents and Settings\Netsniper\My Documents\Visual Studio Projects\Source1.cpp(567): warning C4018: '>' : signed/unsigned mismatch

Netsniper
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.