Difference between revisions of "Konata's Ramble Corner"

From Vendetta Lua
Jump to: navigation, search
Line 3: Line 3:
 
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]]
+
[[User:Konata|Konata]]<br>
 
Haha. dofile() can do internal files.
 
Haha. dofile() can do internal files.

Revision as of 00:58, 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.