Author Topic: Secure vlx file  (Read 7605 times)

0 Members and 1 Guest are viewing this topic.

civil.eng

  • Newt
  • Posts: 66
Secure vlx file
« on: December 20, 2020, 02:28:34 AM »
Hello everyone,
Recently, VLX programs are decompiled easily, and also .FAS files, it's not interesting, because we all have an Autolisp program that we want to keep it safe. so I'm going to find a way to bypass decompilers and keep VLX safe from the tools. what do you think? is there any way or trick to do that?

Thanks in advance.
« Last Edit: December 20, 2020, 03:20:45 AM by civil.eng »

stevej

  • Newt
  • Posts: 30
Re: Secure vlx file
« Reply #1 on: December 20, 2020, 03:27:11 PM »

VovKa

  • Water Moccasin
  • Posts: 1626
  • Ukraine

BIGAL

  • Swamp Rat
  • Posts: 1398
  • 40 + years of using Autocad
Re: Secure vlx file
« Reply #3 on: December 21, 2020, 06:11:58 PM »
You really have to work on the 99.9% theory that is that the majority have no idea how to crack a program and then change it.

I know of $9,000 software that was cracked and could be bought for like $100 out of a Asian country. This was cracked at assembler level edit the exe.
A man who never made a mistake never made anything

d2010

  • Bull Frog
  • Posts: 323
Re: Secure vlx file
« Reply #4 on: December 22, 2020, 11:52:07 AM »
(:lol:  "You must compile AutoLisp-source.Lsp with "Compile to=> Mode/Jc_pin15.lsp")
Even, the most badHacker person, can not recover/crack your source.ascii.Lisp from isInside program.Vlx(or .Fas or .Des)
 (:wideeyed2:  "I hope I can develop dynamically-jc_pin15.lsp, very,very-soon")
 :sleezy:
Code: [Select]
RE: I know of $9,000 software that was cracked
and could be bought for like $100 out of a Asian country.
This was cracked at assembler level edit the exe.
« Last Edit: December 22, 2020, 12:55:31 PM by d2010 »

civil.eng

  • Newt
  • Posts: 66
Re: Secure vlx file
« Reply #5 on: December 23, 2020, 03:19:45 AM »
You really have to work on the 99.9% theory that is that the majority have no idea how to crack a program and then change it.

I know of $9,000 software that was cracked and could be bought for like $100 out of a Asian country. This was cracked at assembler level edit the exe.

I agree with you, but the highest protection version of AutoLisp is VLX file, while I have seen a simple and free tool on the web so that any ordinary users can cracks any VLX file easily. actually I'm not trying to full protect or achieve 99.9 % protection of lisp file, currently I'm a trying to find a way to secure my file from typical users or the tool.

There is a point that is  the software with $9,000 cost may be broken by 1% of users. and also the such software are very common and known.

civil.eng

  • Newt
  • Posts: 66
Re: Secure vlx file
« Reply #6 on: December 23, 2020, 03:34:39 AM »
(:lol:  "You must compile AutoLisp-source.Lsp with "Compile to=> Mode/Jc_pin15.lsp")
Even, the most badHacker person, can not recover/crack your source.ascii.Lisp from isInside program.Vlx(or .Fas or .Des)
 (:wideeyed2:  "I hope I can develop dynamically-jc_pin15.lsp, very,very-soon")
 :sleezy:
Code: [Select]
RE: I know of $9,000 software that was cracked
and could be bought for like $100 out of a Asian country.
This was cracked at assembler level edit the exe.

I couldn't find any information about "Compile to=> Mode/Jc_pin15.lsp", what is it? could you give more explanation?

d2010

  • Bull Frog
  • Posts: 323
Re: Secure vlx file
« Reply #7 on: December 28, 2020, 08:31:36 AM »
(:lol:  "You must compile AutoLisp-source.Lsp with "Compile to=> Mode/Jc_pin15.lsp")

click here, click here, click here
« Last Edit: December 29, 2020, 07:43:40 AM by d2010 »

civil.eng

  • Newt
  • Posts: 66
Re: Secure vlx file
« Reply #8 on: December 31, 2020, 06:05:58 AM »
I've installed last version of the program, Does it have a guidance to use?
The program is confusing,  has many option and menu, where can I compile lsp in the program?
I see this window after running it :

baitang36

  • Bull Frog
  • Posts: 213
Re: Secure vlx file
« Reply #9 on: December 31, 2020, 10:34:36 PM »
It is a mature technology to decompile Fas into LSP. I have decompiler tools in my hand.
 In order to protect the source code, I developed a protection tool, by modifying Fas to make it unable to be decompiled.
It comes in two versions, free and paid. Free version is relatively simple, suitable for free software, need friends contact me: 5520971@qq.com

baitang36

  • Bull Frog
  • Posts: 213
Re: Secure vlx file
« Reply #10 on: December 31, 2020, 10:43:13 PM »
Hello everyone,
Recently, VLX programs are decompiled easily, and also .FAS files, it's not interesting, because we all have an Autolisp program that we want to keep it safe. so I'm going to find a way to bypass decompilers and keep VLX safe from the tools. what do you think? is there any way or trick to do that?

Thanks in advance.
Decompiler tools can only decompile standard Fas files. My counter measure is to make Fas no longer standard. I can change the instructions of Fas and use some rare instructions. You can also add a goto instruction to it, because there is goto in FAS, but not in LSP.

d2010

  • Bull Frog
  • Posts: 323
Re: Secure vlx file
« Reply #11 on: January 01, 2021, 02:11:40 AM »
Now , you can to generate all possible geometry/trigonometry of MathematicalFormulas - in modelspace.
« Last Edit: January 02, 2021, 11:19:28 AM by d2010 »

d2010

  • Bull Frog
  • Posts: 323
Re: Secure vlx file
« Reply #12 on: January 01, 2021, 11:50:50 PM »
step0)You use, two-submenu (FileDia and Run-AltR") you total-ignore others submenu+option/s), because  other/s are unusefull for compile.
step1) You start your-mini-project.vlax
(Defun c:pay(/ $rr ==>click here<==)
 :blink:
I've installed last version of the program, Does it have a guidance to use?
The program is confusing,  has many option and menu, where can I compile lsp in the program?
« Last Edit: January 02, 2021, 11:20:29 AM by d2010 »

civil.eng

  • Newt
  • Posts: 66
Re: Secure vlx file
« Reply #13 on: January 02, 2021, 02:04:51 AM »
I couldn't use the program,
Could you compile this lsp file for test:
« Last Edit: January 02, 2021, 02:17:25 AM by civil.eng »

d2010

  • Bull Frog
  • Posts: 323
Re: Secure vlx file
« Reply #14 on: January 02, 2021, 02:09:05 AM »
I couldn't use the program,
Could you compile this lsp file for example:
You need daily-chatting. you must, make user -account on the "lisp2arx forum.ro" with google.com. I don't; need spam "the swamp forum  lisp" with message/s
Code: [Select]
(defun c:snu3 (/ xorg ss)
  (vl-load-com)
  (setq ss (ssget (list (cons0  "TEXT,MTEXT"))))
  (setq tare
(alert
   (strcat
     "Sum of numbers: "
     (rtos
       (apply
(read "+")
(MAPCAR
   (function (LAMBDA (Xorg)
      (atof (vlax-get (vlax-ename->vla-object X) (read "Textstring"))
    )
   (vl-remove-if (read "listp") (mapcar (read "cadr") (ssnamex ss)))
)
       )
       2
       4
     )
   )
)
  )
You have only 23% from 100% rights.
If you decompile .Fas to .Lsp, then you see "Registration-codes/store inside vlx or .fas" and the Mr-civil.eng-person cannot sell any "civil-eng.vlx" on www.Autodesk-appStore.com.
Code - Auto/Visual Lisp: [Select]
  1. #region
  2. c_snu3
  3. (defun c_snu3 (/ xorg ss)
  4. /*c2s:   vl.load_com();
  5.          ss=ssget(lISt(cons(0,"TEXT,MTEXT"))),
  6.          tare=alert(strcat("Sum of numbers: ",rtos(apply(read("+"),
  7.                 mapcar(function(lambda(xorg(),
  8.              atof(vlax.get(vlax.ename->vla_object(Xorg),read("Textstring"))),
  9.                     vl.remove_if(read("listp"),mapcar(read("cadr"),ssnamex(ss))))),2,4)))));
  10.  // e-setq2#0
  11. */
  12. tare)
  13.  
  14. %include=vl_load_com
  15. #endrEgion
« Last Edit: January 02, 2021, 02:36:16 AM by d2010 »