标题:有人知道這個dll如何調用嗎?
只看楼主
gelid
Rank: 2
等 级:论坛游民
帖 子:11
专家分:44
注 册:2022-5-21
 问题点数:0 回复次数:0 
有人知道這個dll如何調用嗎?
有人知道這個dll如何調用嗎? 4種方式都是過了都不行

#取得 網路卡 的序號
GetMacAddress()

#取得 硬碟 的序號
GetHardCode()

#取得 CPU 的序號
GetCPUCode()

程序代码:
from ctypes import *

#----------以下四种加载DLL方式皆可—————————
#pDLL = WinDLL("./aa.dll")
#pDll = windll.LoadLibrary("./aa.dll")
#pDll = cdll.LoadLibrary("./aa.dll")
pDll = CDLL("./aa.dll")

res = pDll.GetHardCode()
print(res)

res = pDll.GetMacAddress()
print(res)

res = pDll.GetCPUCode()
print(res)


dll載點:
https://

[此贴子已经被作者于2022-5-21 21:45编辑过]

搜索更多相关主题的帖子: com dll res https print 
2022-05-21 21:31



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509141-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.013728 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved