
ارسال کتاب های زبان اصلی در بازه 8 الی 12 روزه انجام میشود.
---------------------------------------------------------------------------------------
https://www.amazon.com/Sockets-Shellcode-Porting-Coding-Professionals/dp/1597490059
========================================================
Sockets, Shellcode, Porting, and Coding
by James C Foster(Author)
The book is logically divided into 5 main categories with each category representing a major skill set required by most security professionals:
۱. Coding – The ability to program and script is quickly becoming a mainstream requirement for just about everyone in the security industry. This section covers the basics in coding complemented with a slue of programming tips and tricks in C/C++, Java, Perl and NASL.
۲. Sockets – The technology that allows programs and scripts to communicate over a network is sockets. Even though the theory remains the same – communication over TCP and UDP, sockets are implemented differently in nearly ever language.
۳. Shellcode – Shellcode, commonly defined as bytecode converted from Assembly, is utilized to execute commands on remote systems via direct memory access.
۴. Porting – Due to the differences between operating platforms and language implementations on those platforms, it is a common practice to modify an original body of code to work on a different platforms. This technique is known as porting and is incredible useful in the real world environments since it allows you to not “recreate the wheel.