Changeset 6093

Show
Ignore:
Timestamp:
01/08/09 18:16:02 (6 months ago)
Author:
kris
Message:

comment updates

Location:
framework3/trunk/lib/msf/base/simple
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • framework3/trunk/lib/msf/base/simple/auxiliary.rb

    r5926 r6093  
    44### 
    55# 
    6 # A simplified recon wrapper. 
     6# A simplified auxiliary wrapper. 
    77# 
    88### 
  • framework3/trunk/lib/msf/base/simple/buffer.rb

    r5773 r6093  
    1515        # 
    1616        # Serializes a buffer to a provided format.  The formats supported are raw, 
    17         # ruby, perl, and c. 
     17        # ruby, perl, c, js_be, js_le and java 
    1818        # 
    1919        def self.transform(buf, fmt = "ruby") 
     
    4141        # 
    4242        # Creates a comment using the supplied format.  The formats supported are 
    43         # raw, ruby, perl, js_be, js_le, and c. 
     43        # raw, ruby, perl, js_be, js_le, c, and java. 
    4444        # 
    4545        def self.comment(buf, fmt = "ruby")