comment out stage encoding until I can troubleshoot it some more

git-svn-id: file:///home/svn/framework3/trunk@5522 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2008-06-05 07:03:10 +00:00
parent 67b418475d
commit b2b7a05abb
1 changed files with 1 additions and 1 deletions

View File

@ -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