Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can lisp be used to write viruses or other malware? [closed]

Tags:

lisp

malware

I'm just curious. I always hear about C or assembly being the language of choice for viruses, and I wonder if any of the more arcane languages like lisp or scheme can be used for it too

like image 252
Kefka Avatar asked Dec 09 '22 11:12

Kefka


2 Answers

Yes - the important thing is not the language but whether the environment in which it runs has permission to modify files.

The AutoCAD W32/Bursted virus was written in a Lisp variant called AutoLISP.

See also:

  • Debugging what this LISP Virus is doing
like image 85
Mark Byers Avatar answered May 10 '23 23:05

Mark Byers


I doubt many viruses are written in assembly. As for Lisp and Scheme, if there is access to the system then there's the possibility of writing a virus.

Are you looking for advice as to what language to choose? ;-)

like image 23
David Heffernan Avatar answered May 11 '23 00:05

David Heffernan