ExeVirus
ExeVirus
As a starting point, can we merely start with the assumption that this is a separate lua instance from normal CSM's and that it's unlikely much of any of built-in...
How does one find security issues in that case? Do the devs just try to be dastardly and see what happens?
They already can be in many ways. This is just another. Ways they can be exploited: 1. Overload with media 2. Send malformed packets (strategically) 3+: Different forms of #2....
Yep, fully with you on the argument. Not fully with you on the end thinking. I.e. we are not a target attack vector. Minetest is not a great hacking target,...
Well it's the truth, I agree it's a security risk. It's obviously a risk, browsers with JavaScript are a risk. It's a risk I personally will try to have us...
All Windows comes with Edge, which is chromium, and supports javascript just as well as node. There technically should be a way to have an "executable" named mmdc that just...
I'm trying to see if I can bring this codebase up to date, but the issue is most certainly that SwadicalRag monkey-patched pieces of wasm-parser. Looking at your error chain...
Small update: I had to change the `P("=")^1+P("-")^1` call to `P("=")^1+P("-")^2`, and later around 1075 or so, I had to remove an arbitrary `#P("#")`. Seems to be factorization bugs, but...
For all those who stumble across this thread: The above function will work well, provided you get the header only library that dlannan has provided into your build, and add...
```mermaid graph LR; sound["sound and music backend"] ExeVirus-->|wants to document|sound sound loading sound randomization file["supported file types"] sound file API["sound lua API"] sound API ```