Posts

Showing posts from October, 2024

How to root Virtual Master & install Xposed

Image
Virtual Master - Android Clone app does not have switches to turn on root and Xposed in settings, but there is a secret way to root and install xposed easly. This is intended to avoid the violation of the terms of service of Play Store I think. The developer has told peoples in Telegram Group to do this way. If you want to report bugs or freature request, please send a feedback to the developer: Via the Virtual Master app (For you > Feedback) Email: [email protected] Telegram group: telegram.me/virtualmaster_officialgroup I can’t offer you with support since I don’t use Virtual Master as a daily driver How to import to root VM & install Xposed First, download Superuser, Magisk or Xposed Installer to your physical device Magisk (Android 7.1.2 & 9.0) : https://github.com/topjohnwu/Magisk/releases Superuser APK (Android 5.1.1 & 7.1.2) : https://apkpure.net/superuser/com.koushikdutta.superuser/download Xposed Installer (Android 5.1.1 & 7.1.2) : https://x

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 runtime and run the following command line using Terminal. Make sure to change the directory to the root of Il2CppDumper project directory Code: dotnet publish -r linux-x64 -p:PublishSingleFile=true -f net8.0 --self-contained dotnet publish -r osx-x64 -p:PublishSingleFile=true -f net8.0 --self-contained Link to .NET Core: Download .NET (Linux, macOS, and Wi