Use correct pack/unpack specifier

bug/bundler_fix
Meatballs 2014-08-13 11:36:16 +01:00
parent 50e2e325d7
commit 256204f2af
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module Exploit::Local::WindowsKernel
#
def find_sys_base(drvname)
if session.railgun.util.pointer_size == 8
ptr = '<Q'
ptr = 'Q<'
else
ptr = 'V'
end