1.反射细节
1) reflect.Value.Kind,获取变量的类别,返回的是一个常量(看手册) 2)Type是类型,Kind是类别
Type和Kind可能是相同的,也可能是不同的.
比如: var num int 10 num的Type是int , Kind也是int 比如: var…
categories:
ctf ret2shellcode
[rootningan ret2shellcode]# ./ret2shellcode
No system for you this time !!!
123
bye bye ~[rootningan ret2shellcode]#checksec检查
[rootningan ret2shellcode]# checksec ret2shellcode
[!] Could not populate PLT: future feature …