Question:

What is a good programing language that is used for secuirty

by  |  earlier

0 LIKES UnLike

What is a good programing language that is used for secuirty

 Tags:

   Report

1 ANSWERS


  1. Assembly language is by far the best.  In some situations, you must know Assembly Language.  Not only can you write efficient code, but you can also protect your code (to a certain extent) from reverse engineering.

    Of course, you can mix Assembly language with C/C++ (without OOP).

    Using garbage like interpreted languages is of no use.  Also, using C++ with frameworks and c**p like that creates bloated, slow code and so they should not be used with security software.

    On the Windows platform, you must know the Windows API and advanced Windows programming in order to create stuff like anti-spy/virus software.

      

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions