如何在 Android 上的 ASE 中使用 Python 获取设备特定的 UID?

发布于 2024-08-28 13:45:16 字数 183 浏览 4 评论 0原文

我正在使用 Python 编写 Android 脚本环境 (ASE) 脚本来复制 iPhone 应用程序。

我需要某种设备 UID。我的想法是 MAC 地址或设备电话号码的加盐 MD5 哈希值,但我不知道如何使用 ASE 中的 Python API 访问其中任何一个。

如何在 ASE 中用 Python 创建 UID?

I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app.

I need a device UID of some sort. My thoughts where a salted MD5 hash of the MAC address or device phone number, but I can't figure out how to access either of those using the Python APIs within ASE.

What can I do to create a UID in Python in ASE?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北渚 2024-09-04 13:45:17

ASE 的新版本现在包含一个函数调用来创建这些标识符。

The newer versions of ASE now include a function call to create these identifiers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文