Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot This is a library for intercepting event .sc files from the Supercell game cache. (non root)

Requirements

  • Zig (0.16.0 - 0.17.0)
  • Linux (tested only on x86)
  • Brain..? 🧑🏿‍🦯

Download

git clone https://github.com/FMZNkdv/SCHunt.git
cd SCHunt

Change

Change the package name in init.zig to your own package

Building

zig build-lib ScHunt.zig -target aarch64-linux-android -dynamic -O ReleaseSmall --name ScHunt --libc Android/libc.txt -lc -llog -L Ndk/

Inject

const-string v0, "ScHunt"

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

and place libScHunt.so in lib/arm64-v8a/

Running

adb logcat -s ScHunt