问题标签 [serial-number]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
180 浏览

serial-number - 如何根据 Gmail、Skype 和 Apple 更新唯一识别计算机

我前段时间买了一台iMac。虽然它前段时间被偷了,但我还是设法从卖给我的供应商那里得到了序列号。关键是我知道谁拿走了它,也知道他正在使用它。

我收到了他的 gmail 和 Skype。我可以根据这些消息以某种方式识别该序列号吗?

如果没有,Apple 更新呢?他们是否跟踪完成更新的序列号和 IP?

我在这里查看了不同的线程,似乎没有人对此有答案。

0 投票
1 回答
3100 浏览

serial-number - 更换底板系列

我正在寻找以编程方式更改基板串行的任何可能方法。我应该在 Vista 或 Win 7 下这样做,理想情况下它应该适用于任何型号,而不是特定的。实际上,我可以解决从基板制造商处下载任何特殊工具或使用 DOS 的问题。但如果我找不到任何其他可能的方法,我会这样做。

我知道有一个特殊的应用程序 dmicfg.exe 允许您在 BIOS 中编辑 DMI 区域。但我不确定它在 vista 和 Win7 中是否有效。如果我什至能找到这样的解决方案,那也很好。

0 投票
4 回答
19603 浏览

delphi - 如何在 Delphi 上生成唯一的计算机 ID?

如何快速为 delphi 应用程序生成唯一的计算机 ID?我以前用 c# 很容易做到这一点,但有时会失败。我确实希望 ID 是“静态的”,但我不在乎 ID 是否因硬件更改或操作系统重新安装而更改,我打算将其存储在注册表中并在应用程序启动时检查它,如果它改变了更新注册表。(我知道如何编写注册表部分,我只需要唯一 ID 的帮助)。

谢谢。

0 投票
0 回答
321 浏览

c# - ManagementObject 的初始化失败

为了获得卷序列,我编写了一个如下所示的函数:

我将包含该软件的软件部署给 30 人,但在 31 人的计算机上,ManagementObject 的初始化失败并抛出异常。是否有更好/替代/更可靠的方法来获取卷序列号?

0 投票
6 回答
222 浏览

installation - 只安装在一台机器上

在网页中输入有效的序列号后,会下载一个 Windows 程序。现在,我想限制用户仅在一台 PC 上安装程序,即他或她第一次安装的那台。

我需要一些关于创建这样一个系统的建议。谢谢你。

PS 序列号必须在网页而不是安装程序上输入。

0 投票
3 回答
251 浏览

flash - Securing a Flash EXE

My client has a Flash projector EXE and he wants to set-up an on-line serial number control system so he can sell it on-line.

The key problem in this project, as far as i see, that the exe is required to run on only one computer.

My current plan is below:

  • Request the serial number from user before the installment and check whether it is okay.
  • If it is okay, generate a hash from a number of unique hardware constants. Match it with server and see if the application was installed on this machine before.
  • If not, or it is the same machine as before, allow the installer to continue.
  • After installment, put the hardware hash into the registry.
  • Create a loader EXE, place the Flash EXE into it as a resource.
  • In loader EXE, check if the registry has the hardware hash and it is the correct hardware we're running on.
  • If the hardware hash is correct, extract he resource (Flash Exe) to a hidden path and execute it with CreateProcess.

Now, i'm aware of that there is a serious security flaw in this workflow. When i extract the resource exe and execute it. It would be visible to any user looking to the Task Manager. So he/she could reach his hand and grab it!

How can i improve my approach? At least to an acceptable point?

Thanks.

P.S. This application has similar functionality: http://www.increditools.com/flash_exe_builder/index.php in terms of protection and serial-number.

0 投票
18 回答
241051 浏览

android - 如何找到Android设备的序列号?

我需要为 Android 应用程序使用唯一 ID,并且我认为设备的序列号是一个不错的选择。如何在我的应用程序中检索 Android 设备的序列号?

0 投票
5 回答
6919 浏览

c - 如何在 C 中将整数转换为 Unicode 字符串?

我正在为嵌入式 USB 项目开发固件。我想使用的生产编程器自动将序列号写入设备闪存的指定内存地址。程序员将序列号存储为指定字节数的十六进制数字。例如,如果我告诉它在地址 0x3C00 存储序列号 123456,我的内存将如下所示:

问题是,当我的主机应用程序从设备读取序列号时,它正在寻找一个 unicode char 数组。所以我的序列号应该是...

当。。。的时候

所以在我用 C 语言编写的固件中,是否可以从闪存中检索十六进制序列号,将其编码为 un​​icode char 数组并将其存储在 Ram 中的变量中?

0 投票
3 回答
21645 浏览

delphi - 如何在 Delphi 中获取主板 ID 或序列号?

如何从 Delphi 代码中获取主板 ID 或序列号?

我可以查看任何示例代码或文章吗?

0 投票
1 回答
2093 浏览

c# - .NET 应用程序每台机器/每用户许可

我即将为我的应用程序实现一个非常基本的许可功能。序列号可以按机器(或按操作系统)或按用户授予(对于 Windows Server 中的 CAL:如果我的应用程序由一台机器上的多个用户使用,或者一个用户在多个机器上使用它)机)。

  1. 对于每个操作系统的许可,我使用Win32_OperatingSystemSerialNumber

  2. 对于每用户许可,我使用:

    /li>

然后将获得的操作系统序列号或 SID 的哈希存储在数据库中,与应用程序序列相关联;每次程序启动时,它都会查询服务器,发送 OS SN/SID 和应用程序序列的哈希值。

这样做是正确的还是完全错误的?它可以在每台 Windows 机器上运行吗?(比如使用主板串口是错误的