I have a Test DLL from a company that has a cost effective way of converting a standard USB Jump drive into a software protection device.
The software is called AntiDuplicate. It modifies a standard USB Jump drive so that it knows the difference between the original and a copy thus allowing you to use it as a hardware key (sells for $129.00 U.S.)
I need to know if it is possible to read data form this file.
The test dll can be downloaded from my site:
www.can-soft.net/dl/TestDLL.zip
They also gave me this info:
Does anyone know if Fivewin can work with this?If Fivewin can call functions with the array as argument and use the result from the same array, we can use AntiDuplicate DLL.
This package contains the DLL and an example of the test function call (on Delphi Pascal). If you prefer example on other program language, please let me know.
If you'll call function correctly, after the function call you'll get A[99] = 8300.
Can someone provide a sample of how to read it?
Thanks,
Jeff