View Single Post
  #4  
Old 07-30-2016, 03:27
Mkz Mkz is offline
Friend
 
Join Date: Jan 2002
Posts: 98
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 5
Thanks Rcvd at 25 Times in 17 Posts
Mkz Reputation: 2
From the installation file you shared, here are some conclusions.

The binary is an MDE file, which is a compiled version of an Access database (MDB).
AFAIK there is no way to go back from the MDE to the original code. Unlike VBA macros for Excel, for instance, which can be extracted with some tools, I don't know any for Access code to be extracted from the MDE.
You can search the web for this, you'll likely find some paid services for this reversing but no free ones.

Anyway, in addition to the MDE "binary" there are also 2 regular MDB files containing tables and records.
The password to open these is "TerminalVelocity428". You can then browse the data and the tables and try to check where the expiry might be validated against.

Tables genPreference* and genProgramRegistry look like interesting ones.
Good luck!
Reply With Quote
The Following 3 Users Say Thank You to Mkz For This Useful Post:
niculaita (07-30-2016), robotics0 (07-31-2016), tonyweb (07-31-2016)