Hi folks.

I've written simple application which I gave to two testers. I've secured it by binding application to the network devices MAC numbers of my users. (Two different builds, each one for different number).

I was checking for the proper MAC number at the OnCreate event and at random time during application usage.

One of my testers gave this application to some other 3rd person and he managed to crack it.

Is there a way to emulate network card? To "create" a network card with given MAC number?

I know that this person could simply hack into EXE code, but what about the other - emulate ways? Is this possible?