Communities

Total Articles 180
No.
Subject
Author
80 Git Data Transport Commands imagefile
[Level:16]gilgil
86529   Jan 28, 2014
from : http://blog.osteele.-com/posts/2008/05/my--git-workflow  
79 [android] rooting samsung galaxy s3 for knox
[Level:16]gilgil
86697   Nov 02, 2014
http://www.kingoapp.-com/android-root.htm  
78 Global static object dependencies problem. 2 file
[Level:16]gilgil
86770   Oct 09, 2011
[Suppose that] "Log" class is declared and used as Singleton pattern, so is "App" class. Both classes have a "instance()" method that returns their object reference. App class uses Log method(write). We ca...  
77 [ssl] How to install root certificate
[Level:16]gilgil
86825   Aug 05, 2015
sudo mkdir /usr/share/ca-certificates/extra sudo cp root.crt /usr/share/ca-certificates/extra sudo dpkg-reconfigure ca-certificates  
76 How to fix stdio buffering
[Level:16]gilgil
86917   Oct 20, 2014
http://www.perkin.or-g.uk/posts/how-to-fix-stdio-buffering.html  
75 [android] Monitoring Android Network Traffic Part II: Cross Compiling TCPDUMP
[Level:16]gilgil
87341   Nov 03, 2014
You must install "arm-linux-gnueabi-gcc". export CC=arm-linux-gnueabi-gcc ./configure --host=arm-linux --with-pcap=linux --prefix=/... http://www.symantec.-com/connect/blogs/mo-nitoring-android-network-traffic-part-ii-cross-compilin...  
74 How to synchronize user defined thread with Qt GUI module. file
[Level:16]gilgil
87414   Oct 21, 2011
[MyThread.h] #include <QObject> #include <boost/thread.hpp> class MyThread : public QObject { Q_OBJECT public: MyThread(); virtual ~MyThread(); public: boost::uint32_t interval; bool active; public: bool open(); bool ...  
73 When ARP spoofing is active, sniffer can not sniff ARP packets well. moviefile
[Level:16]gilgil
87584   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 ...  
72 Guess the result of the following code. 1 file
[Level:16]gilgil
87855   Sep 23, 2011
[Source code] #include <iostream> #include <string> using namespace std; string foo1() { string s = "hello"; return s; } string foo2() { string s = " world"; return s; } int main() { const char* p1 = foo1().c_str(); const...  
71 SSL Attack Summary 2
[Level:16]gilgil
88080   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...  
70 Command line compiler (Microsoft Visual Studio & CodeGear C++ Builder)
[Level:16]gilgil
88369   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...  
69 [linux] shell_test file
[Level:16]gilgil
89108   Nov 20, 2014
[a.sh] A="this is a" export EA="this is ea" echo "[a.sh] A =" $A echo "[a.sh] EA=" $EA echo b.sh [b.sh] B="this is b" export EB="this is eb" echo "[b.sh] A =" $A echo "[b.sh] EA=" $EA echo...  
68 [network] how to capture 802.11 frame with ethernet compatible wireless adapter imagefile
[Level:16]gilgil
89335   May 26, 2017
In general, USB wireless adapter is ethernet compatible. In managed mode, you can only capture ethernet frames(not 802.11 frames). If you would like to see 802.11 frames generated by the ethernet wire...  
67 ASCII printable characters
[Level:16]gilgil
89830   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...  
66 [linux] sock structure
[Level:16]gilgil
90053   Dec 12, 2014
#define AF_INET PF_INET#define AF_INET6 PF_INET6#define PF_INET 2 /* IP protocol family. */#define PF_INET6 10 /* IP version 6. */ /* Internet address. */typedef uint32_t in_addr_t;struct in_addr { in_addr_t...  
65 How to debug VCL core module in Delphi 1 moviefile
[Level:16]gilgil
90215   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...  
64 The difference between global object and static object. 4 file
[Level:16]gilgil
90322   Sep 11, 2011
[StaticObject] [StaticObject.h] class StaticObject { public: static StaticObject& instance(); }; [StaticObject.cpp] StaticObject& StaticObject::instan-ce() { static StaticObject staticObject; // --- (1) --- return s...  
63 [qt] The Property Browser Framework
[Level:16]gilgil
91485   Jan 30, 2015
qt-solutions https://qt.gitorious-.org/qt-solutions/qt-solutions The Property Browser Framework http://doc.qt.digia.-com/qq/qq18-propertybrowser.html-  
62 [android] How to build libpcap and tcpdump for android
[Level:16]gilgil
91486   Oct 27, 2015
http://www.androidtc-pdump.com/android-tcpdump/compile [dependency] sudo apt-get install flex bison apt-get install gcc-arm-linux-gnueabi [download and extract] wget http://www.tcpdump.o-rg/release/tcpdump-4.7.4.tar.gz wget...  
61 Google chrome keyboard and mouse shortcuts
[Level:16]gilgil
91859   Mar 21, 2010
http://www.google.co-m/support/chrome/bin-/answer.py?answer=95743&ctx=tip  


XE Login