Gray Hat C#. A Hacker’s Guide to Creating and Automating Security Tools. B. Perry

As an attacker or defender developing software, one obviously needs to decide which language makes the most sense to use. Ideally, a language won’t be chosen simply because it is what the developer is most comfortable with.

ПРИСОЕДИНЯЙТЕСЬ 271 Просмотры
Image

Rather, a language should be chosen based on answering a series of questions such as the following:

  •  What are my primary target execution environments?
  •  What is the state of detection and logging for payloads written in this language?
  •  To what level does my software need to maintain stealth (for example, memory residence)?
  •  How well is the language supported for both the client side and the server side?
  •  Is there a sizable community developing in this language?
  • What is the learning curve and how maintainable is the language?

C# has some compelling answers to these questions. As to the question about the target execution environment, .NET should be an obvious candidate for consideration in a Microsoft-heavy environment because it has been packaged with Windows for years.

However, with the open-sourcing of .NET, C# is now a language that can drive a mature runtime on every operating system. Naturally, it should be considered an extremely enticing language for true cross-platform support.

 

Скачать книгу можно бесплатно по данной ссылке: Скачать

 


Ваша реакция?

0
LOL
1
LOVED
0
PURE
0
AW
0
FUNNY
0
BAD!
0
EEW
0
OMG!
0
ANGRY
0 Комментарии

  • Gray Hat C#. A Hacker’s Guide to Creating and Automating Security Tools. B. Perry
  • Владимир Петров