Click here to Skip to main content
15,902,635 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Scrolling down Pin
Christian Graus15-Nov-04 9:35
protectorChristian Graus15-Nov-04 9:35 
GeneralRe: Scrolling down Pin
User 91483315-Nov-04 14:22
User 91483315-Nov-04 14:22 
GeneralRe: Scrolling down Pin
Christian Graus15-Nov-04 14:41
protectorChristian Graus15-Nov-04 14:41 
GeneralRe: Scrolling down Pin
User 91483317-Nov-04 4:26
User 91483317-Nov-04 4:26 
GeneralClock Simulation in .NET Pin
ZisisSim13-Nov-04 22:58
ZisisSim13-Nov-04 22:58 
GeneralRe: Clock Simulation in .NET Pin
ursus zeta18-Nov-04 13:46
ursus zeta18-Nov-04 13:46 
GeneralPacket Spoofer for a Game Pin
adanufgail13-Nov-04 12:21
adanufgail13-Nov-04 12:21 
GeneralRe: Packet Spoofer for a Game Pin
Flame Gitsnik23-Nov-04 11:02
Flame Gitsnik23-Nov-04 11:02 
I am going to assume that the program uses SOCK_STREAM and not something else. Im also going to assume that your on a windows system. There are two suggestions I have for you... neither of them answer your question fully, but they might nudge you in the right direction.
Hobbit and Weld Pond built a great tool called netcat... it is command line and can be plugged in to other applications with minimal ease. It supports a hex dumping feature (not quite packet logging though) although I am sure that you (or some else) could code a packetlogging option into it.

The other option involves the ethereal program (packet logger) which obviously logs packets... analyse the pckets for a while and see what comes up when something happens. Then use a packet crafter... I'm sure I saw one around here the other day, and send your spoofed information... If you were really smart you would code your own tool to incorporate these idea's and save you installing a hundred programs just to make the thing work.

I don't claim to know all the answers, I claim to be able to bs enough to help people out...
QuestionHow do i get processes that are running by the same name in unmanage? Pin
Eyal Kaplan11-Nov-04 20:14
Eyal Kaplan11-Nov-04 20:14 
GeneralUsing magaged C++ class in unmanaged class data member. Pin
Murlai10-Nov-04 20:07
Murlai10-Nov-04 20:07 
GeneralRe: Using magaged C++ class in unmanaged class data member. Pin
ursus zeta11-Nov-04 13:01
ursus zeta11-Nov-04 13:01 
GeneralRe: Using magaged C++ class in unmanaged class data member. Pin
Nemanja Trifunovic16-Nov-04 3:04
Nemanja Trifunovic16-Nov-04 3:04 
QuestionHow do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
亢头997-Nov-04 23:01
亢头997-Nov-04 23:01 
AnswerRe: How do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
Christian Graus9-Nov-04 10:28
protectorChristian Graus9-Nov-04 10:28 
QuestionHow do I change background color and font color in the PowerPoint using Visual C++ MFC Pin
亢头997-Nov-04 22:59
亢头997-Nov-04 22:59 
GeneralRotating Polygons in fixed Angle Pin
AnsGe6-Nov-04 1:05
AnsGe6-Nov-04 1:05 
GeneralRe: Rotating Polygons in fixed Angle Pin
Christian Graus9-Nov-04 10:28
protectorChristian Graus9-Nov-04 10:28 
GeneralBMP Header Pin
alex5kov2-Nov-04 21:44
alex5kov2-Nov-04 21:44 
GeneralRe: BMP Header Pin
Kamyar Souri6-Nov-04 3:21
Kamyar Souri6-Nov-04 3:21 
Generala question: managed - unmanaged Pin
yoaz2-Nov-04 19:24
yoaz2-Nov-04 19:24 
GeneralWrapping C++ class w/MC++ Pin
BambooMoon2-Nov-04 11:41
BambooMoon2-Nov-04 11:41 
GeneralRe: Wrapping C++ class w/MC++ Pin
ursus zeta4-Nov-04 13:09
ursus zeta4-Nov-04 13:09 
Generalallocate string with specify length Pin
nina8021-Nov-04 12:44
nina8021-Nov-04 12:44 
GeneralManaged wrapper for a dll, with no source code Pin
Malendra1-Nov-04 0:03
Malendra1-Nov-04 0:03 
GeneralTree Pin
Raikou4930-Oct-04 12:50
Raikou4930-Oct-04 12:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.