下面的代码调用参数怎么写?高手请看

南飞雁 2005-10-25 10:04:41
各位高手,下面是用IDA反汇编出来的一段代码,请问在c语言里面怎面调用CheckLicenseKey?
.text:10002830
.text:10002830 ; Attributes: bp-based frame
.text:10002830
.text:10002830 public CheckLicense
.text:10002830 CheckLicense proc near
.text:10002830
.text:10002830 arg_0 = dword ptr 8
.text:10002830
.text:10002830 push ebp
.text:10002831 mov ebp, esp
.text:10002833 push 0
.text:10002835 mov eax, [ebp+arg_0]
.text:10002838 push eax
.text:10002839 call CheckLicenseKey
.text:1000283E pop ebp
.text:1000283F retn 4
.text:1000283F CheckLicense endp
.text:1000283F
...全文
84 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
VxD1 2005-10-25
  • 打赏
  • 举报
回复
CheckLicenseKey还少一个参数
蒋晟 2005-10-25
  • 打赏
  • 举报
回复
看起来CheckLicense(p)=CheckLicenseKey(0,p);

21,497

社区成员

发帖
与我相关
我的任务
社区描述
汇编语言(Assembly Language)是任何一种用于电子计算机、微处理器、微控制器或其他可编程器件的低级语言,亦称为符号语言。
社区管理员
  • 汇编语言
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧