Communities

Total Articles 180
No.
Subject
Author
160 ASCII printable characters
[Level:16]gilgil
88967   Dec 22, 2009
http://en.wikipedia.-org/wiki/ASCII#ASCII-_printable_character-s Code 0x20, the "space" character, denotes the space between words, as produced by the space-bar of a keyboard. The "space" character is considere...  
159 Dunkin' Donuts DDoS Attack movie
[Level:16]gilgil
110951   Jan 05, 2010
terrible :)  
158 SSL Strip Video Demo movie
[Level:16]gilgil
85545   Feb 16, 2010
http://www.youtube.c-om/watch?v=xWBeQ0cR0WY It is a little inconvenient for me to use a console based (line command) application. What if I make it for myself in GUI based one?  
157 How many instances of template static member exist? file
[Level:16]gilgil
80222   Mar 07, 2010
[Question] How many instances of template static member exist? Guess the result of the following code. (1) 3 3 3 (2) 1 2 3 #include <stdio.h> template <class T> class TemplateObject { public: stati...  
156 Command line compiler (Microsoft Visual Studio & CodeGear C++ Builder)
[Level:16]gilgil
87787   Mar 10, 2010
[Microsoft Visual Studio]1. Execute Visual Studio 2005 Command Prompt. Start > Program > Microsoft Visual Studio 2005 > Visual Studio Tools > Visual Studio 2005 Command Prompt This file contains the fol...  
155 Virtual function call in constructor and destructor in C++ file
[Level:16]gilgil
82411   Mar 13, 2010
See the following source code. Constructor, destructor and foo function contain the same codes. { foo(); // general function v_foo(); // virtual function } But they produce a little different assembly...  
154 Difference between exit() and _exit() file
[Level:16]gilgil
79334   Mar 15, 2010
[Question]Guess the result of the following codes. class Object { public: string name; Object(const string name) { this->name = name; cout << "Object::Object " << name << endl; } virtual ~Object() {...  
153 How to use openssl dll in C++Builder file
[Level:16]gilgil
115775   Mar 15, 2010
If you download openssl for windows, you can find header files, dll files, and library files used in C++ compiler. However, you can not use library files(libeay32.lib, ssleay32.lib) with C++Builder wit...  
152 Google chrome keyboard and mouse shortcuts
[Level:16]gilgil
91312   Mar 21, 2010
http://www.google.co-m/support/chrome/bin-/answer.py?answer=95743&ctx=tip  
151 When ARP spoofing is active, sniffer can not sniff ARP packets well. moviefile
[Level:16]gilgil
87090   Mar 24, 2010
When I make ARP spoofing(ARP poisonig) application, I met some trouble. Normal sniffer(such as wireshark) can not sniff ARP infection packets those Cain sends periodically to the victim host. First ...  
150 How to get best adapter in winpcap automatically file
[Level:16]gilgil
102985   Mar 24, 2010
Whenever you use WinPcap, you are forced to select a specific network adapter to capture packets. This sample shows you how to select the best network adapter automatically by using "GetBestInteface"-; win...  
149 Difference between MSVC and CBuilder when writing static data area file
[Level:16]gilgil
77251   Mar 26, 2010
Guess the result of following code. void test1() { char str[] = "hello"; // string copy. printf("%s\n", str); *str = 'H'; // copied data would be changed. } void test2() { char* str = "world"; ...  
148 How to get real public IP on VPN host moviefile
[Level:16]gilgil
76910   Mar 27, 2010
 
147 How to debug VCL core module in Delphi 1 moviefile
[Level:16]gilgil
89665   Apr 03, 2010
One of the Delphi programming strength is that VCL source code is opened compared with other compiler. Somtimes, I need to debug VCL core module such as Classes.pas or Forms.pas. Let me introduce simpl...  
146 SSL Attack Summary 2
[Level:16]gilgil
87511   Apr 05, 2010
[SSL attack pseudo code] void surf(string url) { TCPClient tcpClient = new TCPClient; if (!tcpClient.connect(-url.hostname, url.port)) return; HTTPClient httpClient = tcpClient; if (url.scheme == "ht...  
145 Does getsockname API return its correct local IP address during TCP connecting state? file
[Level:16]gilgil
83980   Apr 14, 2010
[Question] 1. Bind remote IP and remote Port(do not bind local IP and local Port) on TCP client socket handle. 2. Call "connect" API. 3. On the other thread after "connect" API is called,...  
144 http://www.iconarchive.com
[Level:16]gilgil
268988   Apr 17, 2010
There exist so many userful icons. http://www.iconarchi-ve.com  
143 The difference between global and static objects in run time file
[Level:16]gilgil
82666   Apr 21, 2010
I do not know the difference between global and static objects execution so far. They differ a little in run time. [Code] class Object { public: char* name; Object(char* name) { printf("Obje...  
142 C++ examples (example source code)
[Level:16]gilgil
77904   May 02, 2010
http://www.java2s.co-m/Code/Cpp/CatalogCp-p.htm  
141 SSLStrip for Windows Demonstration 2 imagemoviefile
[Level:16]gilgil
239662   May 04, 2010
These are video clips of SSLStrip for Windows demonstration. This application(SSLStrip-.exe) will be released sooner or later(for educational purpose only). [paypal.com and openweb.or.kr with Mo...  


XE Login