분류 전체보기 썸네일형 리스트형 Windows MAC Spoofer 공개소스https://github.com/reevesrs24/WinMACSpoofer 더보기 오딘(Odin) 메뉴별 역할 BL (Bootloader) : 부트로더 업데이트AP(PDA) : 펌웨어 또는 커널 파일 업데이트CP(PHONE) : 모뎀파일 업데이트CSC (Consumer Software Customization): 캐리어, APN 셋팅 등 업데이트 더보기 e210s에서 커널 컴파일 오류 해결법 - kernel/timeconst.h defined(@array) is deprecated at kernel/timeconst.pl line 373. (Maybe you should just omit the defined()?) * 해결방법if (!defined(@val)) {→ if (!@val) { * 관련 참조http://linux-kernel.2935.n7.nabble.com/PATCH-1-5-kbuild-remove-deprecated-use-of-defined-in-timeconst-pl-td556009.html arch/arm/mm/alignment.c:720:21: warning: 'offset.un' may be used * 해결방법- kernel/mm/alignment.c (Line.8.. 더보기 64bit 환경에서 32bit Toolchain 사용하기 아래 패키지를 설치하면 32bit gcc도 사용이 가능하다. sudo apt-get install -y libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 머 이런 방법도...sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386 libbz2-1.0:i386 머어 이런 방법도...sudo dpkg --add-architecture i386sudo apt-get install gcc-multilib 더보기 윈도우 도메인(AD) 기반 취약성 점검 방법 A common recommendation I often come across is that Internet-facing systems should not be a part of an active Windows domain. As an exercise of interest, I have decided to look at this topic a little deeper and explore what advantage (if any) access to a domain member really provides. In this scenario I will demonstrate how to gain privilege within a Windows domain using only the tools available.. 더보기 한영전환 등록 레지스트리(Shift+Space) 한영전환 등록 레지스트리(Shift+Space) 더보기 안드로이드 시스템 폴더 재마운팅 1. mount 명령어로 시스템 폴더 위치 확인2. remount# mount -o remount,rw -t ext4 /dev/block/mmcblk0p10 /system 더보기 USB 쓰기방지 설정 및 해제 레지스트리를 이용한 USB 쓰기방지 설정 및 해제방법 더보기 OAuth 2.0 관련 참고자료 - OAuth2 프레임워크 표준tools.ietf.org/html/rfc6749 - OAuth2 요약정리http://earlybird.kr/1584http://blog.naver.com/zoo5252/120209424686 - Google OAuth2 연동 사례http://www.joinc.co.kr/w/man/12/oAuth2/Google - User-Agent : 웹브라우저 등- Resource Owner : 이용자- Resource Server : API 서버(다양한 자원을 제공)- Authorization Server : 인증서버 (API 서버와 같을 수도 있음)- Client : 써드파티 어플리케이션(앱 또는 서버) 1. 간결성 OAuth 1.0a https가 필수가 아니었기 때문에 signat.. 더보기 pycrypto 설치 오류 해결법 pip install pycrypto로 설치하는 경우ImportError: No module named Crypto.Cipher 에러가 발생한다 해결법은 아주 단순...1. pycrypto 삭제pip uninstall pycrypto2. easy_install로 설치easy_install pycrypto 이것때문에 30분 삽질... ㅠ.ㅠ 더보기 이전 1 ··· 3 4 5 6 7 8 9 ··· 28 다음