Log in

View Full Version : .pas file license


chestervom
April 10th, 2009, 13:36
Hello,

i have software uses a .pas file with features enabled and connecting to a dongle.
How can i find the 16 digit code for a feature name, if i have all of the name ?
Or is here someone could make a license generator or calculate that for me ?

Here is sample of .pas file opened with text editor, Serialnumber is with xxxxxx
If someone can help, i send the original .pas file

SNxxxxxx 0 root 50 4932f2cb7c95c65e
SNxxxxxx 10 iges 1 6afe2c049b0e5a98
SNxxxxxx 20 dxf 1 8b69f821becfedaa
SNxxxxxx 55 MS 1 8b76c6a1ad44e102
SNxxxxxx 57 MP 1 a6d0cbfc90cc0a86
SNxxxxxx 58 TP 1 0837d5a99f076741
SNxxxxxx 59 PDM 1 0abb93e851dcf33c
SNxxxxxx 62 MRoot 40 6269cf60d6dbc766
SNxxxxxx 63 TRoot 40 4bd44f449951f1c8
SNxxxxxx 77 Solid_Kernel 1 d69108dd2dbee5db
SNxxxxxx 125 SPTL_XTM 1 5c12ed97377ea5ab
SNxxxxxx 126 STL 1 b0cb74052984c594
SNxxxxxx 127 SPTL_IGES 1 fbab6bb045be55f2
SNxxxxxx 135 Solid_Design 1 395f92b6de774b66

Woodmann
April 10th, 2009, 21:12
Howdy,

How old is that program? Is it from the 60's or something?

Woodmann

chestervom
April 11th, 2009, 06:45
It's from 1996.

FrankRizzo
April 17th, 2009, 19:50
OK, how far have YOU gotten in looking through the disassembled file? Have you found the place yet where it opens the .pas file? Have you found where it does a "fgets" for each line in the file? Have you found where they parse each element of the line into fields?

(FWIW, I might be interested in helping you, but only if you show that you have tried some things yourself!)