Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to find the exe name? Pin
baskarchinnu30-Aug-04 21:34
baskarchinnu30-Aug-04 21:34 
AnswerRe: How to find the exe name? Pin
4apai30-Aug-04 23:02
4apai30-Aug-04 23:02 
AnswerRe: How to find the exe name? Pin
Archer28231-Aug-04 17:09
Archer28231-Aug-04 17:09 
GeneralAnother Release Bugs... Pin
DjChris1430-Aug-04 21:03
DjChris1430-Aug-04 21:03 
GeneralRe: Another Release Bugs... Pin
Graham Bradshaw30-Aug-04 23:26
Graham Bradshaw30-Aug-04 23:26 
GeneralRe: Another Release Bugs... Pin
DjChris1431-Aug-04 19:30
DjChris1431-Aug-04 19:30 
Generalprogramming source code in creating specific packet over ethernet Pin
jychin30-Aug-04 20:54
jychin30-Aug-04 20:54 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Henry miller31-Aug-04 4:15
Henry miller31-Aug-04 4:15 
Its been a long time since I did this, but 10 years ago... I could do this with linux, but I ran into some bugs in the TCP/IP stack. I wouldn't be surprized (though I don't know) to find out that windows does not allow you to send arbitary packets.

Richard W. Stevens wrote the books on this subject, (he died a few years back, so they are somewhat out of date, but still worth looking at) check out Amazon or the like for his network programing books. It is all unix specific, but still highly recomended.

I discovered that I could not send just any ethernet packet. Most hardware will not allow you to set your own ethernet checksum! (this was a big deal, I was supposed to test a router to make sure it checked the checksum)

Even if I remembered how to do this, I wouldn't tell you. There is too much potential to do evil. I crashed many routers in the lab (of many different brands), and I have no reason to belive they have been fixed as what I was doing is illegal. Basicly, I'm hoping that if you are smart enough to figure this out, you are also smart enough to not unleash it on the world.

In short, if you can live with standard network programing, basic client server stuff, there are plenty of examples on the net, start searching. If you want to go deeper, don't be surprized if there are walls you cannot overcome.
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin31-Aug-04 19:16
jychin31-Aug-04 19:16 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Anonymous5-Oct-04 14:30
Anonymous5-Oct-04 14:30 
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin6-Oct-04 16:55
jychin6-Oct-04 16:55 
QuestionHow to get the Size of Requests with ISAPI Pin
raed30-Aug-04 20:50
raed30-Aug-04 20:50 
AnswerRe: How to get the Size of Requests with ISAPI Pin
xiaolonghong12317-Jan-09 20:54
xiaolonghong12317-Jan-09 20:54 
GeneralCString in Vc++ 7.1 linking problems Pin
Zaber30-Aug-04 20:46
Zaber30-Aug-04 20:46 
GeneralVC6 Help Pin
swarup30-Aug-04 20:31
swarup30-Aug-04 20:31 
GeneralMultiple Modal dialogs Pin
el_scrub30-Aug-04 20:01
el_scrub30-Aug-04 20:01 
GeneralRe: Multiple Modal dialogs Pin
David Crow31-Aug-04 3:46
David Crow31-Aug-04 3:46 
GeneralRe: Multiple Modal dialogs Pin
el_scrub31-Aug-04 14:24
el_scrub31-Aug-04 14:24 
GeneralRe: Multiple Modal dialogs Pin
David Crow1-Sep-04 4:10
David Crow1-Sep-04 4:10 
GeneralRe: Multiple Modal dialogs Pin
el_scrub1-Sep-04 13:32
el_scrub1-Sep-04 13:32 
Question"Injects into explorer.exe and exits the parent" means...? Pin
Archer28230-Aug-04 16:16
Archer28230-Aug-04 16:16 
AnswerRe: "Injects into explorer.exe and exits the parent" means...? Pin
jmkhael31-Aug-04 2:35
jmkhael31-Aug-04 2:35 
GeneralRe: "Injects into explorer.exe and exits the parent" means...? Pin
Archer28231-Aug-04 17:01
Archer28231-Aug-04 17:01 
Generali want to listen ur opinion Pin
johnny,Kim30-Aug-04 15:59
johnny,Kim30-Aug-04 15:59 
Generalhot key questions Pin
User 58385230-Aug-04 14:14
User 58385230-Aug-04 14:14 

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.