摘要: 1.例子一 Int386_vector:     .long 0 movl    %eax,Int386_vector;把Int386_vector看成一个变量,把Eax的值存入Int386_vector 2.例子二 用objdump反汇编 mov    %eax,0x24 它的意思等价于微软的汇编 m... 阅读全文
posted @ 2011-02-17 11:47 Fan Zhang 阅读(285) 评论(0) 推荐(0)