jack980517

Results 19 comments of jack980517

The .resource file used to be called .resS and disunity works fine with it. For now you can just try renaming it.

obb files are usually just zip files. And the obb file of Unity games are all zip files. So you can just do this (pseudocode) if (extension=="obb" or extension=="apk) unzip(file)...

@dlevi309 I looked up the Mach-O specs. Your script only works with thin executables, not fat ones. The executable provided by Misty is fat. I tried changing the CPU subtype...

@dlevi309 > To make things worse, the version of lipo on iOS doesn't recognize arm64e, so I can't even thin it to arm64e. Here's what happens if I specify arm64e:...

Sorry, confused ldid and lipo for a bit there. For lipo I used CoolStar's build, available on BigBoss as `org.coolstar.cctools`.

Yep, just found that out. I was just used to installing that one, as it was better than the one in the Saurik repo in the old jailbreaks. New problem:...

flexdecrypt doesn't work for some apps: ``` 2022-02-19 17:18:26.945 flexdecrypt[1334:29766] thread_get_state error: 0x4 (os/kern) invalid argument Error: message("Failed to find executable address") ``` Which is why I'm looking for alternative...

It does run and dump apps, even those that flexdecrypt can't decrypt.

https://addons.thunderbird.net/en-us/thunderbird/static-themes/ I checked and Thunderbird themes still work on Waterfox Classic. You need to download the xpi files and manually install them, but they do work. I'd suggest keeping the...