JMC31337 Posted October 5, 2010 Posted October 5, 2010 (edited) 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, 2010 by JMC31337
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now