Use correct pack/unpack specifier
parent
50e2e325d7
commit
256204f2af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue