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
The VulnDBEntry.h file defines the class VulnDBEntry. Like the VulnDB class, each
of the VulnDBEntry methods are described in detail in the previous section.The class
contains one private data member, string m_str[VDBE_FIELD_CNT].This member is
used to store five different strings containing field info for vulnerability signatures.These
fields are type, path, result, method, and description.This class parses each of the vulnera-
bility signatures and makes its fields accessible to the “packet cannon.”
1 /*
2 * VulnDBEntry.h
3 *
4 *
5 *
6 */
7
8
#if !defined(__VULNDBENTRY_H__)
9 #define __VULNDBENTRY_H_
10
11
#include <string>
12 using std::string;
13
14
#define VDBE_FIELD_CNT ...
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