Its a good idea!!PB wrote:Yeah, I remember you said this before, and I intended to do so.
It's a good way to do it, as any existing keygens become obsolete.
You just have to remember to keep changing/uploading your app.
I was also thinking today, what would happen if the rego check was
done with ANOTHER exe, that was embedded and extracted during
runtime of the main app? It could extract to the temp folder, do the
check, and delete itself again before the cracker knew it. Sounds
like an interesting approach to me, because the actual code to be
cracked is not available in the main exe to be examined.
To avoid RegMon, etc. you can use a dll and run it from memory without writing it to HD.
Until now the only way to do it is using PEBundle.
This could make harder to crack it i think.