Results 28 issues of sleirsgoevy

The compiler always emits `ADD A, 1` for the increment operator. This is incorrect if the operand is a pointer to something with size != 1. Although all primitive values...

`ROPgadget` output is incorrect for the following code: ``` main: movsxd rax, edi ret ``` ROPgadget reports the `movsxd rax, edi ; ret` gadget at `main+1`, while it is actually...

Specifying "nightly" rust in buildInputs of my package causes the latest nightly Rust to be downloaded each time I try to build the package. Please consider pinning specific commits of...

The first argument of String.prototype.replace() is actually interpreted as a Lua search pattern, not as a string. For example, this code `console.log("String.prototype.replace()".replace("$", " is buggy"))` prints `String.prototype.replace() is buggy`, while...

После смены алгоритма с MosMetroV3 на MosMetroV2 приложение заново получает редирект с адреса generate_204. Это может использоваться для определения и бана пользователей приложения. Кроме того, судя по всему, при смене...

Максима научилась показывать сообщение о бане на этапе авторизации MosMetroV3, а не на MosMetroV2. Приложение при этом выводит не адекватное ситуации сообщение: "Error: CSRF token not found" и крашится при...

bug
algorithm

Лог авторизации: [+>10s] CachedRetriever (1116439816) | java.lang.Exception: Invalid URL: Web Authentication Redirect [+0098] CachedRetriever (1116439816) | Unexpected character (>> Sep 29, 2018 9:26:38 AM [+0000] Version: webview #40 [+0000] Connecting...

If I run this on PS4 FW 6.51, I get an error complaining that Struct cannot be found. If I rewrite the code which is using it (int64.js and read*/write*...

What exactly to `git clone` and where to place to have the thing build fully offline?

This means that a program that ever uses this function can not use stdio on Windows, and thus the debug options (--strace & --ftrace) become unusable. Probably an explicit yoink...