下面的代码调用参数怎么写?高手请看
南飞雁 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