Skip to Main Content
Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals
book

Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals

by James C Foster
April 2005
Intermediate to advanced content levelIntermediate to advanced
700 pages
20h 39m
English
Syngress
Content preview from Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals
defined data type, as well as the operations that can be performed on objects of
that type.
Platform Independence
Java programs are often said to be platform-independent because Java is an interpreted,
rather than a compiled, language.This means that a Java compiler generates “byte code,”
rather than the native machine code generated by a C or C++ compiler. Java byte code
is then interpreted by many different platforms. It should be noted that interpreted lan-
guages are inherently many times slower than natively compiled languages.
Multithreading
Java supports multithreading, so a Java program may perform multiple tasks simultane-
ously.The thread class in the java.lang package provides threading functionality.
Security
While a “secure programming language” ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

32/64-Bit 80x86 Assembly Language Architecture

32/64-Bit 80x86 Assembly Language Architecture

James Leiterman

Publisher Resources

ISBN: 9781597490054