risporce / Supercell-jailbreak

A script to automatically remove the protection in Supercell games
212 stars 13 forks source link

Does this patch work with Brawl Stars? #68

Closed hasan-elhuseyin closed 3 weeks ago

hasan-elhuseyin commented 3 weeks ago

I don't see Brawl Stars mentioned in the source code, so does it work with it? If not, what would need to be modified for it to work with it?

risporce commented 3 weeks ago

Yes it works with Brawl Stars, it has the name "laser" for its executable

ItzHenry1 commented 3 weeks ago

Yes it works with Brawl Stars, it has the name "laser" for its executable

PS D:\Supercell-jailbreak> python sc_protector_file_parser.py --game "laser.app/laser" Found LC_DYLD_INFO_ONLY at offset at : 0x11c8 Found string table fixing address at: 0x1152f30 Found symbol table start address at: 0x12bc570 Found protector loader at: 0x1300 Traceback (most recent call last): File "D:\Supercell-jailbreak\sc_protector_file_parser.py", line 365, in main(game) File "D:\Supercell-jailbreak\sc_protector_file_parser.py", line 258, in main pid = device.spawn([f"com.supercell.{game}"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AppData\Local\Programs\Python\Python312\Lib\site-packages\frida\core.py", line 86, in wrapper return f(*args, kwargs) ^^^^^^^^^^^^^^^^^^ File "D:\AppData\Local\Programs\Python\Python312\Lib\site-packages\frida\core.py", line 1029, in spawn return self._impl.spawn(program, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frida.NotSupportedError: unable to launch iOS app via FBS: The operation couldn’t be completed. Application info provider (FBSApplicationLibrary) returned nil for "com.supercell.None"

I can't seem to get it working right now it throws me this error, Any ideas why? com.supercell.None doesn't exist

I'm running it on Windows 11

hasan-elhuseyin commented 3 weeks ago

Great, thanks for your efforts.