Unnicked
05-17-2010, 06:19 AM
Hi all,
I have a target protected with FlexLM. I have decompiled target (it's java-based) and found the following functions:
public int[] getVendorKeys()
{
return (new int[] {
...
});
}
public int[] getCroKeys()
{
return (new int[] {
...
});
}
public int[] getEncryptionSeeds()
{
return (new int[] {
...
});
}
So now I have the encryption seeds, am I right? What should I do to make a license file (I know what features should be in license, but I don't have the demo license file).
I have a target protected with FlexLM. I have decompiled target (it's java-based) and found the following functions:
public int[] getVendorKeys()
{
return (new int[] {
...
});
}
public int[] getCroKeys()
{
return (new int[] {
...
});
}
public int[] getEncryptionSeeds()
{
return (new int[] {
...
});
}
So now I have the encryption seeds, am I right? What should I do to make a license file (I know what features should be in license, but I don't have the demo license file).