Click here to Skip to main content
15,908,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hiding control properties, Creating serializable control Pin
DaveyM6929-Oct-08 2:33
professionalDaveyM6929-Oct-08 2:33 
QuestionStgOpenStorageEx() Pin
Miss_hacker12-Oct-08 3:41
Miss_hacker12-Oct-08 3:41 
AnswerRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 4:34
mveDave Kreskowiak12-Oct-08 4:34 
GeneralRe: StgOpenStorageEx() Pin
Miss_hacker12-Oct-08 6:27
Miss_hacker12-Oct-08 6:27 
GeneralRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 7:35
mveDave Kreskowiak12-Oct-08 7:35 
GeneralRe: StgOpenStorageEx() Pin
Colin Angus Mackay12-Oct-08 12:08
Colin Angus Mackay12-Oct-08 12:08 
GeneralRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 14:02
mveDave Kreskowiak12-Oct-08 14:02 
GeneralRe: StgOpenStorageEx() Pin
Colin Angus Mackay12-Oct-08 14:11
Colin Angus Mackay12-Oct-08 14:11 
Dave Kreskowiak wrote:
How big is the payload?


256 bytes.


Dave Kreskowiak wrote:
Last I heard, you couldn't fit anything much bigger than an SMS message in it.


The IP header (not TCP/IP) is only 20 bytes. It worked by virtue of the fact that a packet is about 1.5k and to download an average web page required that quite a few packets are sent. Each packet had a different part of the message. Once you had 256 packets you have the full message (at best). The algorithm used was quite clever becuase it took account of the fact that other things may be interacting with the server, so if you missed part of the message it would send it again.

The software on the client was just a .NET application using sockets in promiscuous mode. Each packet was then examined and the message was gradually pieced together. To get the data you just browsed the innocuous website on the server in your favourite browser.


GeneralRe: StgOpenStorageEx() Pin
led mike12-Oct-08 18:21
led mike12-Oct-08 18:21 
AnswerRe: StgOpenStorageEx() Pin
DaveyM6912-Oct-08 6:43
professionalDaveyM6912-Oct-08 6:43 
RantRe: StgOpenStorageEx() Pin
Paul Conrad12-Oct-08 8:09
professionalPaul Conrad12-Oct-08 8:09 
QuestionPermanent repaint of button at mouse click Pin
Zeddan11-Oct-08 17:05
Zeddan11-Oct-08 17:05 
AnswerRe: Permanent repaint of button at mouse click Pin
Mycroft Holmes11-Oct-08 17:44
professionalMycroft Holmes11-Oct-08 17:44 
GeneralRe: Permanent repaint of button at mouse click Pin
Zeddan11-Oct-08 18:00
Zeddan11-Oct-08 18:00 
GeneralRe: Permanent repaint of button at mouse click Pin
Dave Kreskowiak12-Oct-08 4:26
mveDave Kreskowiak12-Oct-08 4:26 
AnswerRe: Permanent repaint of button at mouse click Pin
DaveyM6911-Oct-08 20:36
professionalDaveyM6911-Oct-08 20:36 
QuestionInserting image in header/footer of a word document Pin
Punitha_V11-Oct-08 7:09
Punitha_V11-Oct-08 7:09 
RantRe: Inserting image in header/footer of a word document Pin
Pedram Behroozi11-Oct-08 7:26
Pedram Behroozi11-Oct-08 7:26 
AnswerRe: Inserting image in header/footer of a word document Pin
Mohammad Dayyan12-Oct-08 0:14
Mohammad Dayyan12-Oct-08 0:14 
QuestionException Handling Question Pin
Rafone11-Oct-08 6:05
Rafone11-Oct-08 6:05 
AnswerRe: Exception Handling Question Pin
Pedram Behroozi11-Oct-08 6:14
Pedram Behroozi11-Oct-08 6:14 
AnswerRe: Exception Handling Question Pin
S. Senthil Kumar11-Oct-08 6:15
S. Senthil Kumar11-Oct-08 6:15 
AnswerRe: Exception Handling Question Pin
Giorgi Dalakishvili11-Oct-08 6:21
mentorGiorgi Dalakishvili11-Oct-08 6:21 
GeneralRe: Exception Handling Question Pin
Rafone11-Oct-08 8:35
Rafone11-Oct-08 8:35 
GeneralRe: Exception Handling Question Pin
Kevin McFarlane12-Oct-08 4:16
Kevin McFarlane12-Oct-08 4:16 

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.