Roman Dobiáš
Roman Dobiáš
Intel® Control-Flow Enforcement Technology (Intel CET) ### Problem Since 2018, compilers started placing **ENDBR** instructions at the beginning of functions/branch, making it impossible for *subhook* to make a trampoline. At...
I've noticed that you use raw text messages directly in code, e.g. > player.PlayerView.ShowMessage("Your account has been temporarily banned by a game master.", MessageType.BlueNormal); However, this leads to problems with...
**Brief** Implement an interpreter of MafiaScript language. The interpret should implement following features: - [X] MafiaScript lexer - [ ] MafiaScript parser to IR - [ ] IR intepreter -...