|
well, Load the EXE or DLL into IDA...
check out the imports.. usually imports are used to connect to the internet and check a sn :>
if not, then check out the exports, some other functions that the exe has..
id just disable the Net connect, and assemble the proper code for it to be registered.. :>
|