Kein

Results 70 issues of Kein

* Game has `PlayerCharacter` with property `myUtilities[]` (as Il2CppReferenceArray) of base type `BaseUtilityComponent`. Said class exposes base property `myInputs` which is "unhollowed" as `Il2CppStructArray` where `INPUT` is plain enum. *...

The script reported it ran just fine, with 0 issues. Upon booting into system and checking the setup: **[Windows Features]** 1. WCF TCP port sharing was enabled (should be disabled...

Assuming I have all Win10 required tools to manipulate the image: BCDBoot DISM Oscdimg separately, what other requirements prevent this to be usable on Win7? I'm not particularly familiar with...

According to always terrible valve docs, `gamedata` and `gametags` there are separate fields: https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#MatchMakingKeyValuePair_t and https://partner.steamgames.com/doc/api/ISteamGameServer#SetGameData describes `SetGameData` and `SetGameTags` The server I'm querying returns **keywords** data, which is array...

Long story short I use Stylish as a toggle feature for a lot of junk UI items on Discord (just as an example), problem is - it is really annoying...

enhancement

``` n:\1>bits_parser.py qmgr0.dat Traceback (most recent call last): File "N:\1\bits_parser.py", line 102, in analyzer = bits.Bits.load_file(file_in) File "C:\Programs\Python\lib\site-packages\bits\bits.py", line 47, in load_file path = Path(fp).resolve() File "C:\Programs\Python\lib\pathlib.py", line 1177, in...

### What feature would you like to see? **Prelude** Okay, I have experience numerous HEX Editors on Win32 platform and here is current poor state of the things when it...

feature request
stale

[provide a description of the issue] ##### Environment - Operating System: Win10x64 - JDK version: OpenJDK 18 - Visual Studio Code version: 1.67 - Java extension version: 1.11.* ##### Steps...

I've noticed latest commit disabled it. What issue prevents it being useable?

So I have this dump from UD: ```c++ struct AMyGameMode : AGameModeBase { struct TArray ListOfPlayables; // 0x320(0x10) ``` which, if you try to inherit the data, would be ```c++...