Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
set argv[0] = "\x01\x02\x03" print argv[0] results in "x01x02x03"
什么?
显示语言是 c,只设置一个字符似乎有效。
GNU gdb 6.3.50
显然它适用于 7.3,然后猜测它不是一个选项。