comment out stage encoding until I can troubleshoot it some more
git-svn-id: file:///home/svn/framework3/trunk@5522 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
67b418475d
commit
b2b7a05abb
|
@ -75,7 +75,7 @@ module Msf::Payload::Stager
|
|||
substitute_vars(p, stage_offsets) if (stage_offsets)
|
||||
|
||||
# Encode the stage of stage encoding is enabled
|
||||
p = encode_stage(p)
|
||||
#p = encode_stage(p)
|
||||
|
||||
return p
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue