Low level protocol packet builder class. More...
#include <string>
#include <stdint.h>
#include "protocol.h"
Go to the source code of this file.
Classes | |
class | Barry::Packet |
class | Barry::ZeroPacket |
Provides an API for building and analyzing socket-0 protocol packets. More... | |
class | Barry::DBPacket |
Provides an API for building and analyzing raw DB protocol packets. More... | |
class | Barry::JLPacket |
Provides an API for building and analyzing raw Javaloader protocol packets. More... | |
class | Barry::JVMPacket |
Provides an API for building and analyzing raw JavaDebug protocol packets. More... | |
Namespaces | |
namespace | Barry |
Project namespace, containing all related functions and classes. |
Low level protocol packet builder class.
Has knowledge of specific protocol commands in order to hide protocol details behind an API.
Definition in file packet.h.