Posts

Showing posts from 2020

No more new posts...

I have been stuck with the new buggy update of Blogger platform. It's very horrible. Image is what it annoys me a lot, pasting image does not work anymore, causing upload error. You must insert the link manually. Putting image here makes it center-aligned, and if you set them left-aligned, the blogger decides to move the next to the image. So freaking annoying!!! Those bugs hasn't been fixed for months. I could move to Wordpress or host my own forum website, but I don't really have time for that and investing money in protecting my website. I have no choice but to stop posting new posts here until the bugs has been fully fixed. I will still edit the existing post tho. Since I also post on Platinmods, the modding community forum, I will continue posting new contents there. Forum platform is alot easier to edit than this crappy new Blogger. See you there :D Tutorial section  https://platinmods.com/forums/tutorials.10/ My latest contents:  https://platinmods.com/search/1471276

How to fix "LaunchSupport expected 2 to 4 arguments but got 1" (Ghidra)

Image
Got this error when launching ghidraRun.bat for the first time? This is easy to fix   Open support folder and open launch.bat file as notepad or any text editor   Remove the slashes after %INSTALL_DIR% so it look like this   Save it and it will now launch

[Android] X8 Sandbox (EN/CN) - Free Android VM, Pre-rooted (VMOS alternative)

Image
Introduction: X8 Sandbox Android VM Play in PIP-mode Self-Root Xposed FW GameGuardian Advance mode, easy to control your root privilege. Only one button enable Xposed Framework. Lot of game plugins to use Easy Slim Stable VM No special permissions are required. Farewell to the lag. Minimal setting PIP Picture in picture Dual account No just only game Safe No privilege No risk No Root Download (English): Main - 5.1:  X8 Sandbox – x8sb, apk, virtual for Android, Virtual machine, android emulator on android, Android root, root access without root phone Other versions - 7.1:  Other versions – X8 Sandbox   Download (Chinese): Chinese version:  【 X8 大 师官网】 – X8 加速大 师 X8 大 师加速器 免 ROOT 加速 X8 加速大 师 X8 助手 X8 加速助手下 载   How to use: Very simple, just install the APK you downloaded. You may need to allow unknown source first if asked Launch the app. The VM will install automatically and boot up. You can pretty much use it just like you use your physical phone, but with root en

How to bypass fake crash (Process exited due to signal (6))

Image
This is about bypassing a fake crash from an old deleted game Fetty Wap Nitro Nation Stories , I did 5 years ago. I normally wouldn't teach how to bypass security, but this game is old, deleted and the security is too simple. So it's safe to teach at this point.   You need to have knowledge of ARM and x86 assembly and know how to use IDA pro, but you will learn a bit more here   If you installed with a re-signed apk file, the game crashes if you click RACE after the game loaded   Sometime the game would show an error message   Or this     It was smart… (not really) but it's pretty easy to bypass   How do I know what caused the crash? It's not always easy to know but try look in the logcat. You can use Android Studio app or ADB in cmd for non-rooted devices or use Matlog Libre for rooted devices/emulator. I will use Matlog on an emulator   So basically, I'm looking after Process [packagename] [pid] has died   And reading

[Old Tutorial] Bypassing PIE security check (Android 5.0 up) (Archived)

Old tutorial by s810car – boards.libre.io.  This has been archived here Hi all pretty new to alphagamers, been checking out the site as I am aspiring to increase my programming/hacking knowledge esp. when it comes to Android so thought I'd join. I had a request from a member to bring over a tutorial I wrote for fixing a new issue on Android 5.0 and up. A few modders ran into this issue using gdb and I recently solved this issue myself after some research, and as I will be trying to gain knowledge here as well, in spirit of the old Scene mantra "no leeching!" will also share knowledge whenever I can. Bypassing PIE (position independent executable) check This is a solution for this error specifically - running gdb (or other busybox script) gives this error: "error: only position independent executables (PIE) are supported." If thyats your error, read on. Background - I ran into this problem recently, trying to debug an app by getting a memory dump first, nev