Jump to content

Rakunera

Senior Member
  • Posts

    181
  • Joined

  • Last visited

2 Followers

Profile Information

  • iDevice
    iPhone 14 Pro Max
  • iOS Version
    18.0
  • Jailbroken
    No
  • Rooted
    No
  • Gender
    Male
  • Location
    Phnom Penh, Cambodia

Recent Profile Visitors

1,480 profile views

Rakunera's Achievements

Supporter

Supporter (5/14)

  • Interesting Stuff
  • Senior Member
  • Full Member
  • Spreading Some Love
  • Appreciating Others

Recent Badges

82

Reputation

  1. If you've try to get Il2CppDumper to run on MacOS before, more or less you've ran into this problem. The Pre-built version that is available on Github only support NET6 and NET7 BUT GUESS WHAT, you can also get it to run with NET9 which is the latest version of Dotnet as well. 1. Install Dotnet if you haven't already You can easily install Dotnet via Homebrew by running 2. Clone the whole repo from Github cd into a directory of your choice run git clone https://github.com/Perfare/Il2CppDumper.git cd Il2CppDumper (cd into the folder you just cloned) nano Il2CppDumper/Il2CppDumper.csproj (yes, there is another folder with the name il2CppDumper inside the main folder) change this line <TargetFramework>net6.0</TargetFramework> into this <TargetFramework>net9.0</TargetFramework> 3. Build Il2CppDumper which supports NET9 After you've changed that, you need to run dotnet clean Il2CppDumper.sln (in the case you've run the build before with the old dotnet, skip if you haven't) run dotnet build Il2CppDumper.sln -c Release (if it still doesn't work, run this dotnet restore Il2CppDumper.sln) After that you can run cd Il2CppDumper/bin/Release/net9.0/ 4. Run the Il2CppDumper After that you can run this command to dump your unity game dotnet Il2CppDumper.dll /path/to/your/app.exe /path/to/global-metadata.dat output folder (replace the path base on your file path on your computer) For example, dotnet Il2CppDumper.dll /path/to/your/app.exe /path/to/global-metadata.dat ~/Desktop/il2cpp_dump/ You can is IlSpy as an alternative for DnSpy on MacOS. You can load the Assembly.dll and so on. I hope this would help those with the same problem Credit to: @Rakunera
      • 1
      • Informative
  2. @Lolite can we use CyberDuck as an alternative for PuTTy for MacOS?
  3. @Cashlaz can you kinda pin point how to use Frida for dynamic hooking or analysis? I've tried Theos Jailed to hook stuff on games before but there are games that I find nothing on when loading onto IDA so I was thinking maybe using Frida for dynamic analysis would help but there are no resources out there for that
  4. With the latest update, does it go through immediately when we click on App Libraries -> Hill Climb Racing -> Symbols? With the tutorials, it stuck for a bit to load all the symbols but when I tried with the latest version, I went through immediately. I injected the deb with Sideloadly. I am on iPhone 14 Pro max, IOS 18.4.1 Anyone have any answers?
  5. Hey @SaitamaI know you're updating right now but may you also explain what that Easy Fish do since the event us on going atm as well? Thank you very much, much appreciated
  6. @Saitamaseems like fishing event is coming back soon so can you elaborate what the Easy Fishing do?
  7. Saitama, may you take a look at capybara as well? New update has been dropped for a while, thank you!

    1. Pii0656

      Pii0656

      7days :(((

    2. mailmax

      mailmax

      pls update 1.5.8 ingame, Sir 

×
  • 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