일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- HackCTF
- 리눅스
- 뉴스클리핑
- Python
- Next.js
- termux
- RITSEC CTF 2019
- NewsClipping
- Nop Slide
- Shadow 동아리
- PWN
- reversing
- ftz
- Hackerschool
- 보안뉴스
- 어셈블리어
- CodeEngn
- RITSEC
- x64dbg
- writeup
- 리버싱
- SQL Injection
- 웹해킹
- Linux
- BOF
- buffer over flow
- requests
- webhacking
- ctf
- 버퍼오버플로우
Archives
- Today
- Total
목록기초 (1)
Jaeseo's Information Security Story
리버싱 기초 - 범용 레지스터
RAX(64bit) -> EAX(32bit) -> AX(16bit) -> AH(8bit - high) - AL(8bit - low) Accumulator for operands and results data 주로 곱셈, 나눗셈에 사용되며, 함수의 반환값을 저장(리턴값) RBX(64bit) -> EBX(32bit) -> BX(16bit) -> BH(8bit - high) - BL(8bit - low) Pointer to data in the DS segment ESI, EDI 와 결합해 인덱스에 사용됨. RCX(64bit) -> ECX(32bit) -> CX(16bit) -> CH(8bit - high) - CL(8bit - low) Counter for string and loop operations 반..
Security Study/Reversing
2019. 10. 14. 13:57