Posts

Showing posts from November, 2023

Core Patch 4.3e for Android 9

Image
The official version only supported Android 10-14 only. I just make some changes to support Android 9. Tested on phone and emulator. I did made a pull request, so hopefully the author of Core Patch will accept it Download: https://github.com/AndnixSH/CorePatch/releases Screenshots:

Il2CppDumper CLI compiled for macOS and Linux

Image
Il2CppDumper CLI for Linux and macOS. This also works on Apple M1/Silicon computers. Usage: In a file explorer, open in terminal from a directory where Il2CppDumper is located, or open terminal, change directory using “cd (path)”, then run: ./Il2CppDumper <executable-file> <global-metadata> <output-directory> If you got permission denied error, run this command Code: chmod +x Il2CppDumper Then you can execute Il2CppDumper Download https://github.com/AndnixSH/Il2CppDumper/releases https://mega.nz/folder/jQoAST7Q#fn6hm7JcSJbJw5tNbhiSLA Building: If you want to compile it yourself, you can install .NET Core and run the folloing command lines using CMD on your project directory Code: dotnet publish -r linux-x64 -p:PublishSingleFile=true -f net7.0 --self-contained dotnet publish -r osx-x64 -p:PublishSingleFile=true -f net7.0 --self-contained Link to .NET Core: Download .NET (Linux, macOS, and Windows) Credit: Perfare - Perfare/Il2CppDumper

VMOS Pro Global CN FREE Custom ROMs | Gapps, ROOT, Xposed | Android 4.4.4, 5.1.1, 7.1.2, 9.0 ROMs | NO VIP

Image
VMOS Pro was protected so I wasn’t able to modify/crack APK. Instead, I made a custom ROM as a zip file for VMOS Pro that includes permanent root and Xposed, all done on my Android phone because zipping on Windows or Linux caused corruption on the ROM file. You don’t need to use modded APK at all YOU CANNOT INSTALL ANY OTHER ROMS SUCH AS SAMSUNG, HUAWEI, ETC THAT ARE NOT MADE FOR VMOS. VMOS ROM IMPORTING IS FOR VMOS ROM ONLY. PLEASE DO NOT BE DUMB! FOR EMULATOR USERS: DO NOT TRY TO RUN VMOS IN EMULATORS, ALL VM APPS ARE NEVER SUPPORTED AND WILL SUBJECT TO CRASH. THIS IS ABSOLUTELY DUMB WAY TO DO IT. INSTEAD, INSTALL OTHER EMULATORS LISTED HERE: https://www.andnixsh.com/2018/10/free-android-emulator-collections.html Download VMOS Pro app English and Chinese version has been combined into one APK, so you will get same version if you downloaded from EN or CN website Global (EN) website: https://www.vmos.com/ Chinese website: http://www.vmos.cn/product_center_vmospro.htm Download c

How to enable Zygisk on Android 12 emulators using Zygisk Next module (Magisk Delta)

Image
Currently, Zygisk does not work on Android 12 emulators. Enabling build-in Zygisk in Magisk settings would either brick the emulator or do nothing. Zygisk Next module is the solution, it is a standalone module implementation of Zygisk, providing Zygisk API support for KernelSU and a replacement of Magisk’s built-in Zygisk. Build-in Zygisk does work fine on emulators running Android 7 and 9. If it doesn’t work, use old version of Magisk Delta fdac22ba-delta(25210) . Note: MuMu 12 is not supported yet. Do not try installing Zygisk Next on MuMu 12, It will brick the emulator and you will lose your data!!! Use Riru module until then. Reference NoxPlayer A12 finally have zygisk · Issue #199 · HuskyDG/magisk-files IMGUI/MOD MENU MODULES ARE NOT SUPPORTED BECAUSE THOSE MODULES ONLY SUPPORT ARM PROCESSOR, ZYGISK AND ZYGISK NEXT DOES NOT SUPPORT ARM TRANSLATION, ONLY X86 MODULES WILL WORK ON X86 EMULATORS. THE ONLY WAY IS TO USE ARM COMPUTER LIKE RASPBERRY PI OR APPLE COMPUTER WITH SILI

SAP (Split APKs Packer) v6.9.9 (Windows & Linux) - Merge split APKs into single APK

Image
Note, this tool is not mine. I just shared it from other site for archive purposes with safe download links that lasts longer. Source: https://forum.release-apk.com/viewtopic.php?f=23&t=99023 SAP (Split APKs Packer) Requirements: JRE/OpenJDK 1.8 or above Overview: A simple and fast tool to transform Android App Bundles into single Android Packages. DOWNLOAD: Mega: https://mega.nz/folder/zdQxwASY#UM1eMnUTZL4CDegX3zE_HA Box: https://app.box.com/s/7swkpazrrt338kum5bkpeqcr5545hyr9 Sbupload: https://sbupload.com/folder/1564/SAP HOW IT WORKS SAP uses Apktool to decode the resources of the files included in the bundle to be processed. Then it merges all these files into the base package folder before adjusting and correcting them. Apktool is used to build the single package, Uber-APK-Signer for zipAlign/sign processes. SAP doesn’t work on dynamic features but configuration modules only. INFO: SAP is a portable application ; all files present in its folder are necessary. F