Difference between revisions of "Konata's Ramble Corner"

From Vendetta Lua
Jump to: navigation, search
(New page: Ramble ramble ramble. Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpf...)
 
Line 2: Line 2:
  
 
Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.
 
Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.
 +
 +
[[User:Konata|Konata]]
 +
Haha. dofile() can do internal files.

Revision as of 00:57, 5 July 2007

Ramble ramble ramble.

Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.

Konata Haha. dofile() can do internal files.