로그인

검색

Reversing
2012.10.21 18:08

Dumpbin.exe 사용

조회 수 385 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄

리버싱 "리버스 엔지니어링 비밀을 파헤치다" 책의 5장 초반에 나오는 dumpbin에 대해 간단히 알아본다.

 

1. 소개

 

DLL의 익스포트 정보를 덤프할 수 있는 유틸이다. Visual Studio에 포함되어 있다.

 

2. 실행

 

1) Visual Studio 폴더의 하위 폴더인 VCbin 폴더로 이동

2) vcvarsall.bat 또는 vcvars32.bat을 실행하여 환경변수 등록

3) dumpbin -exports 파일명 실행

4) 출력 결과를 텍스트 파일로 저장하려면 끝에 "> 텍스트파일명"을 붙이면 된다.

단, 관리자 모드로 cmd 실행한 상태여야 한다.

 

3. 분석

 

4. 참고

 

http://blog.naver.com/sorkelf?Redirect=Log&logNo=40133893331

http://blog.naver.com/hite95?Redirect=Log&logNo=110000635037

http://blog.naver.com/kkkangse?Redirect=Log&logNo=50015202912

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 Tool/etc Programming 게시판 관련 2 MoA 2014.11.01 2478
67 서버 Building Pitaya, Wildlife’s own scalable game server framework OBG 2022.06.07 200
66 Tool/etc What does set -e mean in a bash script? OBG 2021.04.29 194
65 Database What's the difference between comma separated joins and join on syntax in MySQL? OBG 2022.06.09 189
64 Web How to send dynamic charts with a Slack bot OBG 2022.05.31 186
63 Tool/etc What does the last “-” (hyphen) mean in options of `bash`? OBG 2021.04.29 182
62 Deeplearning 강화학습 학습 관련 정리 OBG 2022.08.10 174
61 서버 SSH-Tunneling을 통한 MySQL 서버 연결 OBG 2023.04.21 173
60 Site 모든 개발자를위한 10 가지 특별한 GitHub 리포지토리 OBG 2023.12.28 173
59 Deeplearning Stable Diffusion OBG 2022.09.27 172
58 서버 Golang Tutorial for Node.js Developers, Part I.: Getting started OBG 2022.06.16 170
57 Tool/etc "Node.js를 떠나며" - express를 만든 TJ의 글 OBG 2022.06.23 168
56 Deeplearning The State of AI & Art 2022 1 OBG 2022.10.06 167
55 Deeplearning Keras를 활용한 주식 가격 예측 OBG 2022.09.02 162
54 Web Creating A Fixed-Length Queue In JavaScript Using Arrays OBG 2022.09.14 161
53 Tool/etc AWS VPC 피어링 OBG 2022.11.03 157
52 Deeplearning 추천 시스템 OBG 2023.03.30 157
51 Tool/etc How to stop programmers to copy the code from GitHub when they leave the company? OBG 2024.01.02 157
50 Python 2048 Game in Python OBG 2022.09.22 155
49 서버 Debugging Node.js Memory Leaks: How to Detect, Solve or Avoid Them in Applications OBG 2023.07.04 154
48 Deeplearning Reinforcement Learning for Dynamic Pricing Suggestion OBG 2023.04.01 153
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 Next
/ 15