Module Msf::Simple::Buffer
In: lib/msf/base/simple/buffer.rb

Wraps interaction with a generated buffer from the framework. Its primary use is to transform a raw buffer into another format.

Methods

comment   transform  

Public Class methods

Creates a comment using the supplied format. The formats supported are raw, ruby, perl, js_be, js_le, and c.

Serializes a buffer to a provided format. The formats supported are raw, ruby, perl, and c.

[Validate]