info
查看各种信息:
info file 查看当前文件的信息,例如程序入口点(Entry point)
info break 查看当前断点信息
disassemble+func 对制定的函数进行反汇编
break +”地址” 设置断点
r 等同于“run” 运行程序
c 等同于”continue”,继续执行
kow — security researcher & builder. Kernel exploits, CVEs, AI/sandbox security, bug bounty, and shipping web apps.
info
查看各种信息:
info file 查看当前文件的信息,例如程序入口点(Entry point)
info break 查看当前断点信息
disassemble+func 对制定的函数进行反汇编
break +”地址” 设置断点
r 等同于“run” 运行程序
c 等同于”continue”,继续执行
依然是题目描述: Mommy told me to make a passcode based login system. My initial C code was compiled without any error! Well, there was some compiler warning, but who cares about that? ssh [email protected] -p2222 (pw:guest)连上后,目录下有c源码和可执行文件,首先查看下程序...…
题目描述: Papa brought me a packed present! let’s open it. Download : http://pwnable.kr/bin/flag This is reversing task. all you need is binary下载下来之后file一下: ➜ Desktop file flag flag: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), stati...…