Moritz Bender

Results 230 comments of Moritz Bender

I've been looking at what the browser does for login, and I've also logged the riotclient's web requests using moonshadow's tools (https://github.com/moonshadow565/ssl_hook and https://github.com/moonshadow565/ssl_key_dump). I think I've had quite a...

Should be, at least I am not aware of any terms disallowing that.

The way I know is to use xenos, wireshark and the ssl_key_dump dll i linked above (needs to be built 32-bit). You then start xenos (32-bit), add the built dll...

Ingame I'm honestly not sure as I havent done anything with that yet. Although I assume it could work in a similar way by ssl injecting into the `League of...

You can take a look at how I parse the manifest body (after decompressing it) here: https://github.com/Morilli/ManifestDownloader/blob/master/rman.c#L113. Alternatively, you can find some flatbuffer definitions here: https://github.com/LeagueToolkit/LeagueToolkit/tree/main/src/LeagueToolkit/IO/ReleaseManifestFile

This entire thing could be deprecated for the next bizhawk release. For the VC redistributable, we could just link to the newest one provided by microsoft (https://aka.ms/vs/17/release/vc_redist.x64.exe) and I'm unsure...

Stepping through, the code correctly identifies the EOF here: https://github.com/adamhathcock/sharpcompress/blob/6fc4b045fde70c42df738d203c453082354e9558/src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs#L394-L397 and then proceeds to... do nothing? https://github.com/adamhathcock/sharpcompress/blob/6fc4b045fde70c42df738d203c453082354e9558/src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs#L42-L52 Perhaps the fix is just to make this function actually throw an exception...

Du musst das programm von der konsole aus ausführen, aka cmd oder powershell in dem ordner öffnen, in dem die exe liegt, und dann `.\bnk-extract.exe`

>they’re already pretty well off and pretty much on-par with osu!stable. I'd like to disagree with that statement. Heavy storyboards drain fps much more in lazer than they do in...

It's possible this was a conscious decision, but I'm not sure. What would be the use case for having a blank, empty bk2 movie file?