Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Injection
- Rat
- 포인터 매핑
- TensorFlow
- pytest
- idb2pat
- commandline
- ecma
- error fix
- data distribution
- error
- Ransomware
- Analysis
- ida pro
- MySQL
- open office xml
- hex-rays
- svn update
- javascript
- idapython
- why error
- x64
- idapro
- Python
- NumPy Unicode Error
- h5py.File
- debugging
- mock.patch
- ida
- malware
Archives
- Today
- Total
목록Binary Lifting (1)
13 Security Lab
BAP (BinaryAnalysisPlatform) 사용해보기
1. Binary Analysis Platform (BAP) ? https://github.com/BinaryAnalysisPlatform/bap 바이너리 분석 도구 ARM, x86, x86-64, PowerPC, MIPS 아키텍처의 Instruction 바이너리에 대해서 Binary Lifting 기능을 제공한다. Binary Lifting 이란 바이너리 수준의 명령코드에서 그 레벨을 한단계 높여 추상화하여 표현하는 것을 의미한다. 예를 들면 0과 1로 이루어진 기계어 또는 니모닉코드를 그 보다 높은 C언어 수준 또는 C언어보다는 낮지만 추상화 된 언어로 표현한다. Binary Lifting 을 통해 추상화 되는 수준에 대해서는 정해진 부분은 없지만 기계보다 사람에게 친숙한 쪽으로 Lifting 시키는..
Computer Science/Tools
2018. 4. 9. 22:09