본문 바로가기

컴터 때찌

[어셈블리어+구조체] fs:[0], fs:[30] fs:[0] => TEB(Thread Environment Block)fs:[30] => PEB(Process Environment Block) kd> dt _PEBntdll!_PEB +0x000 InheritedAddressSpace : UChar +0x001 ReadImageFileExecOptions : UChar +0x002 BeingDebugged : UChar // 디버깅 체크 (1이면 디버깅중) +0x00c Ldr : Ptr32 _PEB_LDR_DATA //프로세스에 로드 된 모듈(첫번째 kernel32.dll) +0x010 ProcessParameters : Ptr32 _RTL_USER_PROCESS_PARAMETERS +0x018 ProcessHeap : Ptr32 Void // Proc.. 더보기
[Error-Windows] Windows Live 사진 갤러리에서 WLXPhotoViewer.dll을(를) 불러오는 중에 오류가 발생해 시작할 수 없습니다. 윈도우 업데이트 하고 나니까, 윈도우에서 그림 파일이 안열림.. Windows Live 사진 갤러리에서 WLXPhotoViewer.dll을(를) 불러오는 중에 오류가 발생해 시작할 수 없습니다.오류 코드: 0x8007007e 아래 글을 보니까 재설치 하라고 함I would suggest you to uninstall Windows Live Photo Gallery and reinstall it and check if it helps.http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/windows-live-photo-gallery-errorwindows-live-photo/9e96ae9d-7883-42e5-92e4-f9369b7a58a.. 더보기
[Error-Visual Studio 2010] ATL100.dll 이 없어서 실행 할수 없음 윈도우 업데이트 이후 갑자기 이런식으로 나온다안되는데, 나는 비슈2010 써야 하는데? [Visual Studio 2010 재배포 패키지 설치] # Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)http://www.microsoft.com/en-us/download/details.aspx?id=8328 # Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)http://www.microsoft.com/en-us/download/details.aspx?id=13523 더보기
[mysql] ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails http://blog.naver.com/parkjy76?Redirect=Log&logNo=30109075963 더플 포링키 떄문에 그런거니까 SET FOREIGN_KEY_CHECKs=0; 으로 하면됨 SET FOREIGN_KEY_CHECKs=1; 더보기
[모바일악성코드] 우리준이가 태어난지 벌서일년이 되었어요 우리준이가 태어난지 벌서일년이되었어요축하해주세요^^(모시는글) 우리 준이가 태어난 지 벌써 일년이 되었어요. 축하해 주세요 ^^ (모시는글) 우리 준이가 벌써 이렇게 커서 돌을 맞이하게 되다니, 정말 감개가 무량하구나..우리 준이 앞으로 더욱 건강하고 튼튼하게 자라길 바란다 ^^ 준이야 돌 축하해 ^^ ♡♡♡ !! 는 훼이크 " 준이야 돌 축하해 ^^ " 라며 url을 클릭 했다가는 생판 모르는 남에게 돌잔치 축의금(?) 주게 되는 문자다강제 기부천사 만들어 주는 문자랄까 일단 해당 페이지는 User-Agent 부분에서 모바일인지 체크하기 때문에 일반 컴퓨터에서 접근할때는 User-Agent를 조작해주어야 한다. 기본적으로 알람앱으로 위장한듯하다. 시작하면, 특정 주소로 핸드폰의 정보와 함께 "접속성공".. 더보기
[Error] RuntimeError: No package configuration found for: nspr python-sidermonkey 를 설치하다가 저런 에러가 나왔음.. python-dev 설치해야함# apt-get install python-dev# apt-get install python-nss# apt-get install libnspr4-dev //python ez_setup.py python-spidermonkey 더보기
모바일 웹 사이즈 맞추기 출처 : http://www.elementfusion.com/tutorial-optimizing-your-website-for-mobile-devices 더보기
[mysql] Access denied for user -- (using password: YES)") - 퍼옴 mysql db 접근 에러"Access denied for user " "(using password: YES)")"이렇게 나올 경우 ----------------------------------------------------------------------------------------- 1. localhost와 %의 비밀번호가 다를 경우mysql> use mysqlmysql> select * from user;mysql> update user set Password=Password('password') where User='Username' and Host='%';mysql> commit;mysql> flush privileges; 2. 권한이 없을때mysql> grant select, inser.. 더보기
[Error] About " Sublime Text 2 " [0] 설치하면서 참고한 url http://valley.egloos.com/viewer/?url=http://mcchae.egloos.com/11018557 [1] UnicodeEncodeError: 'ascii' codec can't encode characters in position 56-59: ordinal not in range(128) loaded 837 snippets => 파일 이름에 유니코드가 들어갔거나, 같이 열린 파일 중에 유니코드 이름인 파일이 있을때 에러가 난다. http://ngio.co.kr/1972 [2] Ctrl+shift +c 가 Ctrl + break 을 바꾸는것 Preferences -> Key Bindings - User and paste the line below.. 더보기
[ODBC 추가 안됨] 64bit Windows 7 ODBC 사용 64bit용 odbc 사용 드라이버가 따로 깔려 있지 않음따라서 32bit obdc 로 일단 써야 함%systemdrive%\Windows\SysWoW64\odbcad32.exe 를 사용해서 odbc를 등록하면 됨 ref: http://support.microsoft.com/kb/942976 더보기