Changeset 6093
- Timestamp:
- 01/08/09 18:16:02 (6 months ago)
- Location:
- framework3/trunk/lib/msf/base/simple
- Files:
-
- 2 modified
-
auxiliary.rb (modified) (1 diff)
-
buffer.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
framework3/trunk/lib/msf/base/simple/auxiliary.rb
r5926 r6093 4 4 ### 5 5 # 6 # A simplified reconwrapper.6 # A simplified auxiliary wrapper. 7 7 # 8 8 ### -
framework3/trunk/lib/msf/base/simple/buffer.rb
r5773 r6093 15 15 # 16 16 # 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 18 18 # 19 19 def self.transform(buf, fmt = "ruby") … … 41 41 # 42 42 # 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. 44 44 # 45 45 def self.comment(buf, fmt = "ruby")
