Matías Hermosilla
Matías Hermosilla
Right now I'm on phone, so I'll get you the quickest answer. Once I go to my computer I'll repost an implemented answer. debug.sethook(function, "", quota) Quota is every how...
Also: if you put set the quota to 1000 and in Lua code you do the following. for i =1, 2000 do end The function should be called, and if...
probably it will be pointless if I repost it now, because you seem to have got it. But I'll do it anyway. I used this code: debug.sethook(function () error("tick quota...
Hey, after I did some more tests with the debug library I noticed that the "l" mode does not detect infinite loops. This is quite essential to execute untrusted code...
Hey, it's been about two or three months. So I'm just wondering if you can do it or not, how much more time would that take? The only purpose I...
Hi, beside the tests are there any comments on this?
Is there any update on this?
Hello again, I'm not actually using UniLua for development but I know someone that does, that means the only way we could mod UniLua is either with DLL(s) or FFI....
Hmmmm.... Link?
I'm a bit confused for the language used there, is libfoo.cs included in the binary (as well as a module name) or just a file that can be loaded from...