forked from Hyperion/HyperionOS
fixed new ghxx exploit
This commit is contained in:
@@ -225,6 +225,7 @@ local function makeSyscallProxy()
|
||||
__newindex = function(self, k, v)
|
||||
rawset(self, k, v)
|
||||
end,
|
||||
__metatable=false
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user