View Single Post
  #1  
Old 07-29-2005, 12:23
bollygud
 
Posts: n/a
can someone shed some light on this scripting language?

i came across this in a photoshop plug.

there are a bunch of .fsl files inside of a masked zip file
and these files have script functions. that i can't figure out how to manipulate.

i'm assuming the 'sl' part of 'fsl' is perhaps 'script language'? just a guess

here's a snippet of some script code:

Code:
C p2h-get-full-name ()
6 27
12 00 05 03 0b 00 10 04 04 10 05 05 0b 00 10 04 
06 10 05 07 0b 00 10 05 08 0c 05 
D p2h-get-release
D "_"
D p2h-get-version
D " "
D p2h-get-name
D string-append
D p2h-get-full-name
C () ()
2 10
12 00 04 03 11 06 04 04 04 0d 
C p2h-get-registration-string (pvec)
4 27
12 01 07 00 02 10 05 03 0b 01 02 00 14 04 04 10 
05 05 0c 01 04 06 10 05 05 0c 01 
D sg-is-unlocked?
D "REGISTERED"
D gls
D "NOT REGISTERED"
D p2h-get-registration-string
anyway, if someone knows what this is and how to play with it please reply. thanks

EDIT:

if anyone wants to take a look at this interesting method of protection, here's the file:

hxxp://www.medialab.com/downloads/SiteGrinder_Win_105.zip

Last edited by bollygud; 07-31-2005 at 13:03. Reason: addition of file url
Reply With Quote