Fix endianess

bug/bundler_fix
jvazquez-r7 2015-03-17 11:40:50 -05:00
parent ebe7ad07b0
commit dd6ecefe39
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module Msf
uid_count,
operation,
hash
].pack('qlqslq')
].pack('q>l>q>s>l>q>')
block_data.length = block_data.contents.length
call_data = Rex::Java::Serialization::Model::Stream.new