목록분류 전체보기 (553)
Self-Improvement
www.mouser.com/datasheet/2/782/imaginationtechnologies_Ci20_QSG_final-4-838339.pdf [5P 참조] 1. nand_2016_06_02.img 다운로드 www.elinux.org/CI20_Distros#Debian CI20 Distros - eLinux.org The CI20 ships with Debian7 installed, but a number of other distributions have been built and run on CI20 already. Those distributions are undergoing preparation for their images to be uploaded to the file store, and ..
보호되어 있는 글입니다.

#include #include #include #include #include #include #include void main(){ socket(PF_INET, SOCK_STREAM, IPPROTO_TCP); socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP); socket(PF_LOCAL, SOCK_STREAM, IPPROTO_TCP); socket(PF_PACKET, SOCK_STREAM, IPPROTO_TCP); socket(PF_IPX, SOCK_STREAM, IPPROTO_TCP); socket(PF_FILE, SOCK_STREAM, 0); }
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
gdb-multiarch를 자동으로 설치해도 아래와 같이 적용이 안되는 경우 $ gdb-multiarch -q bof File "~/.gef-60fd341ba076942faac96fd6118ca927998ec0d9.py", line 1 You are being redirected. ^ SyntaxError: invalid syntax Reading symbols from bof...(no debugging symbols found)...done. (gdb) q 위 2줄을 수행하고나면 적용이 된다. $ wget -O ~/.gdbinit-gef.py -q http://gef.blah.cat/py $ echo source ~/.gdbinit-gef.py >> ~/.gdbinit -----------------..
보호되어 있는 글입니다.