matthewdean / proxy.lua

Control access to objects in pure Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions created by loadstring can access unproxied environment

matthewdean opened this issue · comments

print(loadstring('return Game.PlaceId')())

Also, the arguments to the function are unwrapped:

print(loadstring('return (...).PlaceId')(Game))

Fixed in 4699fda.