Sinum Android redirects requests via hooking curl_easy_setopt and modifying the outgoing url to https://api.novafn.dev.
- Android NDK - Install Android Studio (recommended) or using Standalone
- apktool
- Locate the NDK path and the
ndk-build
file. - Copy the full path to it.
<ndk-build> NDK_PROJECT_PATH=./ NDK_APPLICATION_MK=Application.mk APP_BUILD_SCRIPT=Android.mk TARGET_ABI=arm64-v8a
apktool decode ./mod/fortnite.apk -o ./mod/apk
- Patch
./smali/com/epicgames/ue4/GameActivity.smali
.method public onCreate(Landroid/os/Bundle;)V
.locals 11
+ const-string v0, "sinum"
+ invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
- Optional (disables minimal system requirements)
.method private processSystemInfo(Ljava/lang/String;Ljava/lang/String;)Z
.locals 29
+ const/4 v0, 0x1
+ return v0
:try_start_0
cp ./libs/arm64-v8a/libsinum.so ./mod/apk/lib/arm64-v8a/libsinum.so
apktool build ./mod/apk -o ./mod/unsigned.apk