View Single Post
  #8  
Old 05-06-2017, 03:51
Sailor_EDA Sailor_EDA is offline
Friend
 
Join Date: Nov 2004
Posts: 68
Rept. Given: 8
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 50
Thanks Rcvd at 4 Times in 2 Posts
Sailor_EDA Reputation: 2
That's true. In my case, the program submits the email and lic key via php to an http address and then parses the response. I disassembled the code in IDA and I can clearly see that it's expecting a string response back.

But I can see how some programs might be expecting more than just a basic string, in which case it could get quite complicated.

Quote:
Originally Posted by tusk View Post
The harder sometimes is to know what the response should "look like" from a valid licence check, before you can recreate it

You might receive a full embedded class with objects and data etc...
Reply With Quote