Files
metasploit-gs/lib/msf/core/payload/r.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
140 B
Ruby
Raw Normal View History

2017-08-19 06:37:09 -04:00
# -*- coding: binary -*-
module Msf::Payload::R
def initialize(info = {})
super(info)
end
def prepends(buf)
buf
end
end