討論串[問題] shellcode會core dump
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
hi all. 我把程式再改寫成這樣. ===================. char shellcode[]="\x31\xdb\x89\xd8\x40\xcd\x80";. int main(int argc, char** argv){. __asm__. (. "call shellco
(還有254個字)
內容預覽:
以下是程式碼. ===================. #include <stdio.h>. #include <string.h>. char shellcode[]="\x31\xdb\x89\xd8\x40\xcd\x80";. unsigned long sp(void){. __asm
(還有1280個字)
首頁
上一頁
1
下一頁
尾頁