edo9300 / ygopro-core

ygopro script engine.
Other
45 stars 31 forks source link

interpreter: open only strictly necessary Lua libraries #123

Closed DyXel closed 2 years ago

DyXel commented 2 years ago

as opposed to opening all libraries and then removing unused/dangerous ones. The base libraries still have some "dangerous" functions that are manually removed -- these functions shouldn't be called directly and instead the core APIs should be used instead, if possible.