-------------------------------------------------------------------------------------------------------------- 홈페이지(HTML) 관련 싸이트 -------------------------------------------------------------------------------------------------------------- 태그매니아 : http://www.tagmania.net/ 김덕현 : http://my.dreamwiz.com/kim0057/ 송파나루터 : http://www.studyho.com/ 트리오 : http://trio.co.kr/ 송현건 : http://home.introcom.net..
MS-SQL 2005에서 데이터 가져오기를 하면서 발생하는 문제 중 하나에 대한 해결 방법입니다. 혹시 아래와 같은 문제와 오류 메세지를 만난다면 이렇게 해결하세요~!! 문제 : 유효성 검사시 아래와 같은 오류 메시지를 보이고 데이터 가져오기는 실패로 끝난다. ---- 오류 메세지 ---- - 유효성 검사 (오류) 메시지 * 오류 0xc00470fe: 데이터 흐름 작업: 제품 수준이 구성 요소 "원본 - appr_cnt1_txt"(1)에 부족합니다. (SQL Server 가져오기 및 내보내기 마법사) * 오류 0xc00470fe: 데이터 흐름 작업: 제품 수준이 구성 요소 "데이터 변환 1"(43)에 부족합니다. (SQL Server 가져오기 및 내보내기 마법사) ------------------- "원..
우리가 지금 사용하는 실행파일들을 PE 파일이라 부르는데요. 이번 글은 그 복잡한 PE File의 구조에 대해 정리해보려고 합니다. 글이 좀 길어질꺼 같아요.. 물론 제가 쓴 글이 아니라서 그런거죠. ㅎㅎ 저는 글을 이렇게 길게 쓸 능력이 되지 않아서리...ㅋㅋ PE File의 구조를 잘 써 놓을 글을 가져왔습니다. 영어라 좀 힘들겠지만 관심 있으신 분들은 한번 읽어 보세요. ^^ PE File Structure The "portable executable file format" (PE) is the format of the binary programs (exe, dll, sys, scr) for MS windows NT, windows 95 and win32s. It can also be used fo..
the process of analyzing a subject system to identify the system's components and their interrelationships and create representations of the system in another form or at a higher level of abstraction. -- Chikofsky and Cross Introduction to Reverse Engineering Software by Mike Perry, Nasko Oskov Reverse Engineering Reading List for Beginners Is reverse engineering legal?, 1998 강좌 Assembly and Cra..