Kevin Zhao
Kevin Zhao
> > W^X stuff > > I find it hard to believe that the only way to adjust protections is to adjust the protections for _every_ JIT-mapped page. Does `mprotect`ing...
I think I can send in a PR to implement some of the precode walking for arm64 some time this week, which should unblock @hakusaro and @SignatureBeef's issues with general...
So the venture sort of fizzled out due to a lack of general support on Orion being built. It's still something that I'm interested in doing... A lot of the...
Yeah, definitely. The original plan for that venture was to dynamically generate the most optimal parsing IL for a given command (to avoid reflection costs, support non-reflectable types, etc.), but...
Another option is [TOML](https://github.com/toml-lang/toml). Idk what people think of using that: it looks a lot closer to `.ini`s. On a more technical level, this will be the interface: ```c# [InstancedService]...
Updated command name uniqueness requirement. Let me know if branched parsing is _actually_ worth the implementation effort of doing so.
`GetDataEventArgs` includes the packet ID in the length.
Asynchronous event handlers have been implemented. Still designing a solution for ensuring QoS.
In addition, we should be using localized strings from the get-go. However, logging should still be done in English. There's no point localizing logs, IMO.