reversing (reverse engineering)/dreamhack (드림핵)

rep stos

blackbearwow 2022. 4. 10. 20:55

자꾸만 보이는 rep stos를 정리하자.

참고: https://woo-dev.tistory.com/122

rep stos는

rdi의 주소부터 ecx값 만큼 반목하여, eax의 값을 넣는다.

rep stosb(byte) stosw(word) stosd(double word) 단위로 반복한다.

 

'reversing (reverse engineering) > dreamhack (드림핵)' 카테고리의 다른 글

ida 바이너리 패치  (0) 2022.05.20
rev-basic-1  (0) 2022.04.10
Calling Convention (함수호출 규약)  (0) 2022.02.02
rev-basic-0  (0) 2021.12.20