Author Topic: fas file security  (Read 18241 times)

0 Members and 1 Guest are viewing this topic.

Amsterdammed

  • Guest
Re: fas file security
« Reply #30 on: September 20, 2005, 07:07:11 AM »
Andera,

I only read about SDUCT here in this forum. Our company works with a HVAC application, considered as the best on the Dutch market, it is written C++ (not written by me, I only start where they stop, writing Applications tailor made for our Company).

But thanks about hint that you have a lot of fas uncryptors.

Bernd

SPDCad

  • Bull Frog
  • Posts: 453
Re: fas file security
« Reply #31 on: September 20, 2005, 12:15:31 PM »
I suggest you to put your code in VLX...not fas...

why !!??

because I have many FAS uncrypter...

Just let you know...

I know of similar programmes that will decrypt vlx files.
The thing is that both fas and vlx decompilers are hard to find. Or at least they were a year ago.
AutoCAD 2010, w/ OpenDCL

visit: http://reachme.at/spd_designs

Andrea

  • Water Moccasin
  • Posts: 2372
Re: fas file security
« Reply #32 on: September 23, 2005, 11:51:10 AM »
you can also use this code..

Make a list of your LSP file..
or use (getfiled....) single file selection

(defun c:LSP2FAS ()
(setq str1 (list "file1.lsp" "file2.lsp" "file3.lsp"))

(foreach str str1
(setq num1 (strlen str))
(setq str2 (strcat (substr str 1 (- num1 4)) ".fas"))
(vlisp-compile 'st str str2) 
)
);;
« Last Edit: September 23, 2005, 12:00:14 PM by Andrea »
Keep smile...