Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- FSB
- format
- 2018
- shellcode
- pwn
- BOF
- CANARY
- Read
- toddler
- Bug
- TUCTF
- Rookiss
- CTF
- anti
- picoCTF
- practicalmalwareanalysis
- Bottle
- ASM
- writeup
- reversing
- string
- pico
- pwnable
- Toddler's Bottle
- PMA
- rev
- pwnable.kr
- shellcraft
- Leak
- Reverse
Archives
- Today
- Total
목록Lab16-01.exe (1)
제리의 블로그
PMA Lab16-01.exe 안티디버깅
Lab16-01.exe if ( *(_BYTE *)(__readfsdword(0x30) + 2) ) del_file(); if ( *(_DWORD *)(*(_DWORD *)(__readfsdword(0x30) + 0x18) + 0x10) ) del_file(); if ( *(_DWORD *)(__readfsdword(0x30) + 0x68) == 0x70 ) del_file(); 이 프로그램은 3가지 안티디버깅 기법이 적용된 Lab09 실습 프로그램입니다.디버깅 중이라는 것이 판명되면 악성코드 스스로 삭제하게 됩니다. (sub_401000) 첫번째는 BeingDebugged 플래그 .text:00403554 mov eax, large fs:30h .text:0040355A mov bl, [eax+2] ...
카테고리 없음
2018. 8. 26. 16:30