這是我無法弄清楚錯誤的代碼的一部分。我使用jmp-pop-call技術,我得到的是「Segmentation Fault」。試圖使用GDB,但事情非常模糊。每個字節由1蟒蛇編碼,我要的是與下面的代碼部分解碼: global _start
section .text
_start:
jmp short call_shellcode
decoder:
pop esi
所以我試圖設計七段解碼器。當在110按下按鈕時,LED顯示器應顯示1位十六進制數字:0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F。但是,當在101按下按鈕時,LED顯示器應該顯示1位十進制數:0,1,2,3,4,5,6,7,8,9。 這是我的警告: Xst:737 - Found 1-bit latch for signal <out<4>>. Latches may be ge