메뉴 건너뛰기
.. 내서재 .. 알림
소속 기관/학교 인증
인증하면 논문, 학술자료 등을  무료로 열람할 수 있어요.
한국대학교, 누리자동차, 시립도서관 등 나의 기관을 확인해보세요
(국내 대학 90% 이상 구독 중)
로그인 회원가입 고객센터 ENG
주제분류

추천
검색

논문 기본 정보

자료유형
학위논문
저자정보

오동엽 (충남대학교, 忠南大學校 大學院)

지도교수
류재철
발행연도
2019
저작권
충남대학교 논문은 저작권에 의해 보호받습니다.

이용수2

표지
AI에게 요청하기
추천
검색

이 논문의 연구 히스토리 (2)

초록· 키워드

오류제보하기
In modern society, PCs are made up of different kinds of files. Such files are being used as targets for various hackers because of software vulnerabilities. In particular, binary files are files created for execution purposes. These binary files are categorized into different types according to different environments (operating systems) and different systems (architecture). There are many ways to analyze software to identify vulnerabilities. Analysis technique using source code, black box technique such as purging that generates errors by repeatedly entering random values, and analysis of file (binary) itself through reverse engineering.
Much research is being done to analyze binary files around the world. The limitations of the study of vulnerability detection through binary analysis depend on the vast amount of files. It takes a long time for analysts to manually analyze a large number of files.
Therefore, research is needed to automate binary analysis. Binary files usually contain executable code and information for execution together in a specific format. Therefore, In order to analyze the binary, the binary format must be analyzed first.
In this paper, we have implemented a tool to automatically analyze various kinds of binary formats and to provide various APIs for binary vulnerability analysis. Using these tools, we expect to be able to analyze a large number of binaries in a relatively short period of time.

목차

목 차
제 1 장 서 론 1
1.1 연구 배경 1
1.2 연구목적 및 내용 2
1.3 논문의 구성 4
제 2 장 관 련 연 구 6
2.1 바이너리 6
2.2 바이너리 분석 연구 6
2.3 ELF 포맷 7
2.4 PE 포맷 8
2.5 Mach-O 포맷 8
2.6 바이너리 포맷 분석 도구 9
2.6.1 readelf 9
2.6.2 objdump 10
2.6.3 dumpbin 10
2.6.4 otool 11
제 3 장 분석기 구현 12
3.1 구현 목표 12
3.2 구현 환경 12
3.3 구조 설계 13
3.4 API 14
3.5 ELF 분석기 구현 16
3.5.1 ELF 분석 16
3.5.2 ELF Header 16
3.5.3 Section 17
3.5.4 Segment 19
3.5.5 Symbol 19
3.6 PE 분석기 구현 25
3.7 Mach-O 분석기 구현 27
3.8 실험 및 결과 28
제 4 장 결 론 30
참 고 문 헌 31
Abstract 33

최근 본 자료

전체보기

댓글(0)

0