Is it possible for different machines to produce the same machine code?
-
Using FileSystem.geSystemId(),If the user uses the same cracked version of Windows system, is it possible for different machines to generate the same machine code?I didn't think it was possible, but this happened,
-
@CatABC Please tell me this can't happen.
-
@CatABC No it's not possible, the system ID is based on the hardware of the device. Why do you think this has happened?
-
@d-healey I distributed the plugin to a lot of people and the same plugin on two of them gave the same machine code. I think someone is lying, but neither admitted they had any communication.
-
@CatABC said in Is it possible for different machines to produce the same machine code?:
the same plugin on two of them gave the same machine code.
Did you verify this?
-
@d-healey I've verified that this has never happened.But the words of these two people were so certain that I doubted myself.
-
@CatABC said in Is it possible for different machines to produce the same machine code?:
But the words of these two people
How are you showing them the machine ID?
-
@CatABC Do you use the unlocker system? I don't see where having 2 times the same ID can be an issue, since the machineID is tied to a unique license. You can definitely have several licenses with one unique ID, otherwise you couldn't distribute different products...
-
@d-healey
Here is my methodconst var Label1 = Content.getComponent("Label1"); const var machineId = FileSystem.getSystemId(); Label1.set("text", machineId);
-
@CatABC Looks pretty fool proof to me.
-
@ustk I am using RSA and generate different key pairs for different products
-
@d-healey So I need a positive answer from my fellow forum members to encourage my guess. Now I am relieved. Someone must be lying.
-
@CatABC Perhaps
JUCE_USE_BETTER_MACHINE_IDS
can help here.... dunno... -
@ustk Nice, I will use this to enhance the machine code generation in future plugins, thank you