C++ Get function parameter from function address

后端 未结 0 341
北荒
北荒 2020-12-23 19:48

This is function I have address to

namespace CORE
{
    namespace GUI
    {
        typedef long(__stdcall* EndScene)( LPDIRECT3DDEVICE9 );
    }
}

long __st         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题