일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- webhacking
- BOF
- buffer over flow
- RITSEC CTF 2019
- SQL Injection
- Shadow 동아리
- 버퍼오버플로우
- termux
- x64dbg
- writeup
- HackCTF
- CodeEngn
- 어셈블리어
- 뉴스클리핑
- 웹해킹
- ftz
- 리버싱
- Python
- 보안뉴스
- NewsClipping
- ctf
- reversing
- 리눅스
- PWN
- Next.js
- requests
- Nop Slide
- Linux
- RITSEC
- Hackerschool
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