Skip to content

Commit 3fe6fb4

Browse files
committed
Prevent this from changing cache size.
1 parent c132a3f commit 3fe6fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/msf/core/payload/osx.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ def initialize(info = {})
7373
ret
7474
end
7575

76+
def generate(*args)
77+
apply_prepends(super(*args))
78+
end
79+
7680
def apply_prepends(buf)
7781
test_arch = [ *(self.arch) ]
7882
pre = ''

0 commit comments

Comments
 (0)