Communities

Total Articles 180
No.
Subject
Author
160 [android] How to build libpcap and tcpdump for android
[Level:16]gilgil
86833   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...  
159 [qt-bug] tcpsocket bind error file
[Level:16]gilgil
133431   Jan 04, 2016
source code : socket_bind_test.tar-.gz  
158 vdream and snoop30 build for ubuntu 1
[Level:16]gilgil
69550   Sep 25, 2014
os installation install ubuntu-14.04.1-desktop-amd64.iso (???) basic setup enable root account #sudo passwd root > <current password> > <root password> > <root password again> add the following line at the en...  
157 [ubuntu] how to show volume control in root account
[Level:16]gilgil
69576   Sep 26, 2014
Launch Startup Application. Add the following item. Name : Volume Control Command : /usr/bin/pulseaudio  
156 android rooting sites
[Level:16]gilgil
69586   Sep 29, 2014
framaroot : http://framaroot.net-/ towerlroot : https://www.towelroo-t.com/  
155 How to run chrome as root user in Ubuntu
[Level:16]gilgil
69704   Oct 19, 2014
http://computernetwo-rkingnotes.com/ubunt-u-12-04-tips-and-tricks/how-to-run-chrome-as-root-user-in-ubuntu.html 1. gedit /opt/google/chrome/g-oogle-chrome 2. At the end of the file, add "--user-data-dir $HOME" exec -a "$0" "$HER...  
154 google material-design-icons
[Level:16]gilgil
160785   Oct 23, 2014
https://github.com/g-oogle/material-design-icons  
153 [qt][android] Getting Started with Qt for Android
[Level:16]gilgil
100881   Oct 22, 2014
http://qt-project.org/doc/qt-5/androidgs.html  
152 How to fix stdio buffering
[Level:16]gilgil
85877   Oct 20, 2014
http://www.perkin.or-g.uk/posts/how-to-fix-stdio-buffering.html  
151 [qt][android] hello_world_gui build log file
[Level:16]gilgil
70084   Oct 26, 2014
[ubuntu debug] 00:35:10: Running steps for project hello_world_gui... 00:35:10: Starting: "/opt/Qt/5.3/gcc_64/b-in/qmake" /root/temp/qt/hello_-world_gui/hello_worl-d_gui.pro -r -spec linux-g++ CONFIG+=debug 00:35:10: The p...  
150 [qt][android] openssl for android
[Level:16]gilgil
69603   Oct 26, 2014
http://wiki.openssl.-org/index.php/Androi-d 1. .bashrc 파일을 다음과 같이 설정한다. # # for android # export _ANDROID_ARCH=arch-arm export _ANDROID_EABI=arm-linux-androideabi-4.8 export _ANDROID_API=n...  
149 [c] snprintf test file
[Level:16]gilgil
69575   Oct 29, 2014
[code] #include <stdio.h> #include <string.h> static const int BUFSIZE = 4; void dump(char* p, int size) { for (int i = 0; i < size; i++) { unsigned char ch = *p; printf("%02X ", ch); p++; } printf("\n"); } int main()...  
148 [android][c] hello world project files file
[Level:16]gilgil
71553   Nov 01, 2014
[Makefile] _ANDROID_ARCH=arch-arm _ANDROID_API=android-9 _ANDROID_EABI=arm-linux-androideabi-4.8 ANDROID_NDK_ROOT=/android/ndk ANDROID_SDK_ROOT=/android/adt/sdk ANDROID_SYSROOT=$ANDROID_NDK_ROOT/pl-atf...  
147 [android] Monitoring Android Network Traffic Part II: Cross Compiling TCPDUMP
[Level:16]gilgil
86402   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...  
146 [android] rooting samsung galaxy s3 for knox
[Level:16]gilgil
85667   Nov 02, 2014
http://www.kingoapp.-com/android-root.htm  
145 [android] How to Build and Use libnetfilter_queue for Android
[Level:16]gilgil
104504   Nov 01, 2014
http://www.roman10.n-et/how-to-build-and-use-libnetfilter_queue-for-android/  
144 [qt][android] how to run app in command line
[Level:16]gilgil
78962   Nov 02, 2014
If project name is "untitied", you can run android application in the following command. adb shell am start -n org.qtproject.exampl-e.untitled/org.qtpro-ject.qt5.android.bin-dings.QtActivity  
143 [qt] spec_test file
[Level:16]gilgil
69738   Nov 04, 2014
[pro file] #------------------------------------------------- # # Project created by QtCreator 2014-11-03T12:20:34 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR-_VERSION, 4): QT += widgets TARGET ...  
142 [network] nfqueue
[Level:16]gilgil
69656   Nov 08, 2014
Using NFQUEUE and libnetfilter_queue https://home.regit.o-rg/netfilter-en/using-nfqueue-and-libnetfilter_queue/  
141 [network] libnl example
[Level:16]gilgil
82899   Nov 14, 2014
http://src.carnivore-.it/users/common/nla-ddrs/tree/nladdrs.c  


XE Login