ps堆栈信息:
0:015> g
(5c0.b4): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00000208 ebx=01380000 ecx=00000000 edx=0e840002 esi=4339c3cb edi=01380000
eip=03d04a20 esp=01a0c9f0 ebp=01a0ca30 iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246
03d04a20 8bff mov edi,edi
恩,兄弟说的很对哈5字节inline函数开头貌似这样mov edi, edi; push ebp; mov ebp, esp.除此之外还有7字节,10字节,某些情况下,也可以不定字节数,看各人需要,论坛上有人曾提出修改mov edi,edi第一个字节mov指令为int指令,inline 中断向量为FF的中断函数,还是好好膜拜哈大牛,多多学习才是。