Skip to content

poc for oculus quest beatsaber function hooking (il2cpp)

Notifications You must be signed in to change notification settings

leo60228/beatsaber-hook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beatsaber quest (il2cpp) modloader/function hooking poc

Right now this loads mods (.so files) from /sdcard/Android/data/com.beatgames.beatsaber/files/mods/ and patches out the song-signature-check.

Uses https://github.com/ele7enxxh/Android-Inline-Hook + some macros for magic

Follow https://koz.io/using-frida-on-android-without-root/ to learn how to inject the modloader-library into the beatsaber apk (with the so built from this instead of frida)

The function offsets (as well as infos about the structs) can be obtained with il2cppdumper

ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk

About

poc for oculus quest beatsaber function hooking (il2cpp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.8%
  • Makefile 8.7%
  • Shell 2.5%