Communities(Korean) 본 게시판 글의 외부 링크는 허용하나, 무단 복제는 법으로 금지되어 있습니다.

Total Articles 494
No.
Subject
Author
Notice 컴퓨터 공부를 시작하는 분들을 위하여 19
[Level:16]gilgil
1812479 1 Oct 25, 2009
Notice 프리웨어 라이브러리 사용할 때의 예의에 대해서 5
[Level:16]gilgil
1363527   Feb 06, 2012
434 [c++] string type을 switch문 case의 expression으로 사용하기
[Level:16]gilgil
95319   Apr 20, 2015
Person이라는 구조체가 있으며, 이 구조체는 여러개의 member를 포함하고 있습니다. struct Person { int age; string name; string country; string address; string tel; // ... 외부의 설정 파일(ini, xml, json 등)에 의해...  
433 [c++] core dump test(divide_by_zero_test) file
[Level:16]gilgil
69901   May 06, 2015
divide_by_zero_test.-tar.gz  
432 네트워크 강의 자료 file
[Level:16]gilgil
72801   Jul 06, 2015
winpcap_sample.zip 네트워크 취약점 분석과 보안(2013.11.04).zip Snoop50(2010.03.21).-cab send_arp(2014.03.15)-.zip [Network Forensic] snort_and_suricata.z-ip suricata.tar.gz (sample) [Appendix]  
431 [net] 802 header 분석 관련 자료
[Level:16]gilgil
75769   Jan 26, 2016
dummy interface로 디버깅하기. https://github.com/w-ifihack/cs/blob/mast-er/bin/dummy.sh Radiotap http://www.radiotap.-org/ radio tap c source code http://git.sipsoluti-ons.net/radiotap.git- Threads and QObjects http://doc.qt.io/qt.-..  
430 [free] 취약점 이야기 secret
[Level:16]gilgil
1   Jan 24, 2016
This article is secret  
429 [pcap, qt] pcap statistics sample file
[Level:16]gilgil
60291   Jan 22, 2016
[pcap-filter] http://www.tcpdump.o-rg/manpages/pcap-filter.7.html [programming with pcap] http://www.tcpdump.o-rg/pcap.html pcap_statistics.tar.-gz pcap_statistics.tar.-gz  
428 [hack] site unblocker 차기 버전 imagefile
[Level:16]gilgil
75759   Jan 19, 2016
site unblocker 더 이상 안됩니다. 지금까지 널리 알려 진 차단 우회 방식은 이제 다 막혔습니다. site unblocker 공개하고 나서 대략 3~4개월 정도 지나면 보완이 될 것이라 예상했는데, 예상보다 훨씬 더 지난 1년 반이 ...  
427 OpenSSL Private Key 노출 관련 취약점
[Level:16]gilgil
72188   Apr 09, 2014
Heartbleed 라고 하는 OpenSSL Private Key 노출 관련 취약점(CVE-2014-0160)으로 여기 저기에서 떠들석하네요. 관련 글들을 검색해 보았습니다. CVE-2014-0160 정보입니다. http://cve.mitre.org-/cgi-bin/cvename.cgi?name=CVE-2014...  
426 네이버 및 다음 로그인에서 PW 확인 방법 secret
[Level:16]gilgil
67   Apr 05, 2014
This article is secret  
425 컨퍼런스에서 좋은 발표를 하는 방법
[Level:16]gilgil
62528   Oct 03, 2015
그간 생각해 온 "컨퍼런스에서 좋은 발표를 하는 방법"을 정리해 보고자 합니다. 많은 것보다는 하나를 알리는데 중점을 둬라. 컨퍼런스의 발표 내용을 예습/복습하는 사람은 거의 없습니다. 제한된 시간내에 많은 내용을 전달하려...  
424 [net] netfilter_queue
[Level:16]gilgil
60552   Oct 15, 2015
packet의 read 과정과 verdict 과정을 thread를 이용하여 분리한 예제. https://home.regit.o-rg/netfilter-en/using-nfqueue-and-libnetfilter_queue/  
423 Android에서 C/C++ 코드로 "hello world" 찍기 1 imagefile
[Level:16]gilgil
79974   Oct 24, 2015
예전에 했던 것인데 까 먹고, 다시 했는데 또 까 먹고... 정리 차원에서 글을 적어 봅니다. 제목은 Android에서 "hello world" 찍기 입니다. 일단 개발 환경은 OS : ubuntu 14.04 TLS로 가정하겠습니다. PC와 Android폰을...  
422 [동영상] WPA2 패킷 분석하기
[Level:16]gilgil
60629   Nov 01, 2015
https://www.youtube.-com/watch?v=9TSJLaIe3GA 기존에 없었던 취약점을 알아 낸 것은 아니고 원래 WPA, WPA2 규약이 이렇제 저렇게 생겨 먹었다는 것만 알면 누구나 구현할 수 있는 예제입니다. 물론 그러한 특징을 알아 내고...  
421 [net] netfilter tutorial file
[Level:16]gilgil
61750   Dec 07, 2015
netfilter [download] http://netfilter.org- 사이트에 가서 아래 항목을 다운받는다. libmnl libnfnetlink libnetfilter_queue [build] 각각의 모듈을 다음과 같은 명령어를 통하여 빌드 및 설치를 한다. cd <directory> ...  
420 [qt] Using QtCreator application with a existing C++ project file
[Level:16]gilgil
62695   Dec 16, 2015
This video shows how to use QtCreator application with a existing C++ based project. QtCreator를 이용해서 기존의 C++ project의 빌드 및 디버깅을 하는 예제입니다. using_qt_creator_wit-h_existing_project.m-p4  
419 [qt] How to use gmem file
[Level:16]gilgil
61960   Dec 16, 2015
This video shows how to use gmem library for debugging memory allocation and deallocation. gmem을 이용하여 memory leak을 탐지하고, vector 및 list container를 이용하는 과정에서 발생하는 memory 할당과 해제를 디버깅...  
418 [qt] GTimeDiff file
[Level:16]gilgil
62680   Dec 20, 2015
This video shows how to use C++ template based GTimeDiff module when you'd like to figure out which function takes much time. 어느 부분에서 시간을 많이 잡아 먹는지 알아 내는데 유용한 C++ template 기반의 ...  
417 정상적인 ARP spoofing 구동을 위해 Routing and Remote Acccess 서비스 확실히 중지시키기
[Level:16]gilgil
93495   Mar 31, 2014
Windows OS에는 RRA("Routing and Remote Access") 서비스라는 것이 있습니다. 이 서비스는 자신과 관련되지 않은 IP packet이 자신의 NIC에서 수신이 되는 경우 이를 원래 가야 할 곳으로 보내어 주는 기능(forwarding)을...  
416 BoB Project 2 file
[Level:16]gilgil
87659   Dec 21, 2015
Audio Modulation Reverter 변조된 음성을 다시 복원시킬 수 있는 장비 개발( project-amr.odp ) Audio Modulation Reverter from gilgil1973 Crack Online for Bob 각종 brute-force 행위에 대한 요청을 클라이언트로...  
415 Qt Programming imagefile
[Level:16]gilgil
63311   Dec 21, 2015
Qt Diagram 기본 control 익히기 [PushButton] void clicked() 에서 QMessageBox를 이용하여 "hello world"를 출력해 본다. [Check Box] isChecked(), setChecked() function을 이해한다. [List Widget] orange, apple을...  


XE Login