How to identify whether a software being used is pirated or licensed from log files?

I got log files of a specific software of a couple of systems, I was trying to identify the pirated and genuine versions of the software by looking at them. I haven’t been able to figure it out with proof. Any suggestions wou… Continue reading How to identify whether a software being used is pirated or licensed from log files?

C++ binary obfuscation: how to get around license checks being a simple if/then branches?

I’m looking into binary obfuscation for an exectuable binary written in C++. I realize preventing cracks is impossible, but making it slightly harder would be nice.

No matter how complex the actual license scheme is, I can’t think of a wa… Continue reading C++ binary obfuscation: how to get around license checks being a simple if/then branches?