Luna's Archive

Results 39 issues of Luna's Archive

I revoked the old key because it had my deadname. ### All Submissions * [x] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change?...

Example (x86, GNU Assembler, Intel syntax): ```asm mov byte ptr [ecx + 1*eax], '-' ``` Currently, `byte` and `ptr` are highlighted in different colors.

Using x86 ASM with GNU Assembler and Intel syntax. `ah`, `bh` and `ch` are highlighted in some light green color, `dh` is purple, and `sp` is a darker cyan. Other...

It seems like tsschecker doesn't delete `/tmp/firmwares.json` automatically, so it was failing to detect iOS versions past 14.0 for me. It took me a while to figure out that I...

The library doesn't seem data classes such as `pycountry.db.Country` and `pycountry.db.Language` directly. The available classes are no good: ```py >>> isinstance(pycountry.languages.get(alpha_2='en'), pycountry.Languages) False ``` Please expose those classes for purposes...

pycountry 19.8.18: ``` >>> pycountry.languages.lookup('en') Language(alpha_2='en', alpha_3='eng', name='English', scope='I', type='L') ``` pycountry 20.7.2/20.7.3: ``` >>> pycountry.languages.lookup('en') Language(alpha_3='enc', name='En', scope='I', type='L') ```

no more port clashes * macOS: procursus x86_64 binary like iproxy (not tested) * linux: musl static binary (tested)

using real musl static binaries instead of staticx this time removed PlistBuddy because it's not used in palera1n.sh and ramdisk submodule has its own binaries tested on Pop!_OS 22.04 iPhone10,6...