Skip to content

Commit 56c96f3

Browse files
committed
Land rapid7#3647, @Meatballs1 correct unpack specifier
2 parents 50e2e32 + 256204f commit 56c96f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/local/windows_kernel.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def find_haldispatchtable
4949
#
5050
def find_sys_base(drvname)
5151
if session.railgun.util.pointer_size == 8
52-
ptr = '<Q'
52+
ptr = 'Q<'
5353
else
5454
ptr = 'V'
5555
end

0 commit comments

Comments
 (0)