반응형
pwnlib.asm][ shellcraft.sh 사용하기
■ 사용법
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# for my son | |
# | |
from pwn import * | |
import binascii | |
print( asm(shellcraft.sh()) ) | |
print( binascii.hexlify( asm(shellcraft.sh()))) |

반응형