Jump to content

I can't dump a global-metadata.dat file


Go to solution Solved by Rook,

25 posts in this topic

Recommended Posts

Posted
Just now, JUSTINthebeast said:

YOu do not see a file named UnityFramework?

No, where do I need to find the file?

Im searching in the decompiled APK folder

Posted
29 minutes ago, 6ixsXturn said:

How I can use the Riru tool?

I don't understand the steps in the github

- install riru magisk module

- edit game.h with your game package name and the unity version

- build & install the magisk module 

- start the game  

dumped file here /data/data/GamePackageName/files/

 

  • Like 1
Posted
20 hours ago, SubSeven said:

- install riru magisk module

- edit game.h with your game package name and the unity version

- build & install the magisk module 

- start the game  

dumped file here /data/data/GamePackageName/files/

 

Yes, but when I build the module in Android Studio this have error

https://github.com/Perfare/Riru-Il2CppDumper

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':module:generateJsonModelDebug'.
> Could not resolve all files for configuration ':module:debugCompileClasspath'.
   > Could not resolve rikka.ndk:riru:10.
     Required by:
         project :module
      > Could not resolve rikka.ndk:riru:10.
         > Could not get resource 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'.
            > Could not GET 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'. Received status code 403 from server: Forbidden

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 18s
 

 

Posted
19 hours ago, JUSTINthebeast said:

R u using the GUI or the real il2cppDumper

the real il2cppdumper

 

22 hours ago, SubSeven said:

- install riru magisk module

- edit game.h with your game package name and the unity version

- build & install the magisk module 

- start the game  

dumped file here /data/data/GamePackageName/files/

 

Or how to build the magisk module?

Posted
10 hours ago, 6ixsXturn said:

Yes, but when I build the module in Android Studio this have error

https://github.com/Perfare/Riru-Il2CppDumper

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':module:generateJsonModelDebug'.
> Could not resolve all files for configuration ':module:debugCompileClasspath'.
   > Could not resolve rikka.ndk:riru:10.
     Required by:
         project :module
      > Could not resolve rikka.ndk:riru:10.
         > Could not get resource 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'.
            > Could not GET 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'. Received status code 403 from server: Forbidden

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 18s
 

 

 goto file build.gradle and edit :

implementation 'rikka.ndk:riru:10'

by

implementation 'dev.rikka.ndk:riru:10'

 

 

Posted
4 hours ago, SubSeven said:

 goto file build.gradle and edit :


implementation 'rikka.ndk:riru:10'

by


implementation 'dev.rikka.ndk:riru:10'

 

 

This appears in the build

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':module:generateJsonModelDebug'.
> Could not resolve all files for configuration ':module:debugCompileClasspath'.
   > Could not resolve dev.rikka.ndk:riru:10.
     Required by:
         project :module
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.

Posted
3 hours ago, 6ixsXturn said:

This appears in the build

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':module:generateJsonModelDebug'.
> Could not resolve all files for configuration ':module:debugCompileClasspath'.
   > Could not resolve dev.rikka.ndk:riru:10.
     Required by:
         project :module
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.
      > No cached version of dev.rikka.ndk:riru:10 available for offline mode.

Switch to online mode otherwise it will not be able to download required library...

Look down in console you can click on offline mode that will switch to online.

 

Posted
2 hours ago, SubSeven said:

Switch to online mode otherwise it will not be able to download required library...

Look down in console you can click on offline mode that will switch to online.

 

Could not find a package configuration file provided by "riru" with any of
  the following names:

    riruConfig.cmake
    riru-config.cmake

  Add the installation prefix of "riru" to CMAKE_PREFIX_PATH or set
  "riru_DIR" to a directory containing one of the above files.  If "riru"
  provides a separate development package or SDK, be sure it has been
  installed.

How to make the xposed module?

Idk how to use Android Studio

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines