获得当前EIP的值

VS2017 内联汇编

__asm
{

    call NEXT
    NEXT:
    pop eax
}
原文地址:https://www.cnblogs.com/iBinary/p/10695529.html