Posted October 5, 201014 yr Windows XP with all the updates and yetthis nasm code will work fine and end its routine just fine UNLESS a USB is plugged in.. in which case it crashes ntvdm;nasm -f bin -o ebpp.com ebpp.asmpush ebpmov ebp,esppush dspush espush ebxpush esipush ediadd ebp,0000FFFFhmov ah, 0x0emov al, '!'int 0x10mov ah,00int 0x16;lss esp,[0000] pop edipop esipop ebxpop espop dslss esp,[0000]pop ebpretfif ya can tell me why it crashes that'd be cooland if ya try to debug it with TD it'll crash ntvdm too Edited October 5, 201014 yr by JMC31337
Create an account or sign in to comment