Author Topic: VLX to lisp  (Read 21435 times)

0 Members and 1 Guest are viewing this topic.

TJAM51

  • Guest
VLX to lisp
« on: January 08, 2008, 01:06:13 PM »
Can VLX be converted to LISP?

deegeecees

  • Guest
Re: VLX to lisp
« Reply #1 on: January 08, 2008, 01:10:33 PM »
Try a Google on "VLX decompiler".

I believe they have tried to discourage that sort of thing.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: VLX to lisp
« Reply #2 on: January 08, 2008, 03:36:43 PM »
Not sure about VLX, but FAS can. I'm not encouraging it, I'm just saying I have seen it done.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: VLX to lisp
« Reply #3 on: January 08, 2008, 03:58:02 PM »
Nah, neither can be "decompiled". That project was dropped.  It was very cool info that guy provided though.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: VLX to lisp
« Reply #4 on: January 09, 2008, 08:06:46 AM »
Nah, neither can be "decompiled".

Yes, FAS can be "decompiled". To repeat, I have seen it done.

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: VLX to lisp
« Reply #5 on: January 09, 2008, 08:53:03 AM »
Dude, the .fas format isnt really `compiled' so it cant be `decompiled'. The .fas format can only be "decrypted". ...Look in to it.

Now, like i said; there isnt a "tool" out there that i know of right now but the info is so people can build their own if they want. All the tools ive used were very rudimentary; you can do almost the same with a hex editor and a little snooping.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: VLX to lisp
« Reply #6 on: January 09, 2008, 01:24:07 PM »
Dude, the .fas format isnt really `compiled' so it cant be `decompiled'. The .fas format can only be "decrypted".
Whatever, you are talking semantics now.

Quote from: Se7en
Now, like i said; there isnt a "tool" out there that i know of right now but the info is so people can build their own if they want. All the tools ive used were very rudimentary; you can do almost the same with a hex editor and a little snooping.

The original question wasn't "is there a tool?" - the question was "can it be done?"

BTW: Who is this "guy" that you are talking about?

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: VLX to lisp
« Reply #7 on: January 09, 2008, 01:48:49 PM »
Im talking about ``Dead_loop''.
Awhile back a guy posted on the news groups that he wanted to create a fas/vlx decompiler...
[ http://groups.google.com/group/autodesk.autocad.customization/msg/28e66efc1e0bb99d ]
Needless to say, this topic soon got deleted along with his notes/tools.

No tool? then use a hex editor.

 
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Tom

  • Guest
Re: VLX to lisp
« Reply #8 on: January 09, 2008, 04:40:39 PM »
If you google the right words you will find that not only is ther a "tool"
to decompile/decrypted/dissasemble fas files it will also decompile/decrypted/dissasemble vlx
into fairly readable code
its not something I would endorse But the fact is there is a way to convert a vlx to lisp

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: VLX to lisp
« Reply #9 on: January 09, 2008, 06:07:52 PM »
Have you used it?

Ive taken a look at a fas and vlx file and i noticed that there is basically no difference between a vlx and a fas file. The only difference is a small ``header'' or ``make file'' included in the vlx.

I will delve a bit deeper later.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org