Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.87k stars 1.34k forks source link

How to use game guardian to dump? #338

Closed RevealedSoulEven closed 4 years ago

RevealedSoulEven commented 4 years ago

Actually it says that the file is protected so I try game guardian method.

I make GG (game guardian) scripts using dump.cs offsets for il2cpp.so and hack Garena Free Fire.

So I have good experience in it. But when I dump memory then I get .bin files and a mapping.txt file.

I find 3 files of libil2cpp.so in mapping.txt

So can you please explain how to get dump.cs from it?

Also I tried Riru-il2cppdumper but... It says that it's not a magisk flashable zip file Please reply sir.

APK - https://www.apkmirror.com/apk/garena-international-i-private-limited/garena-free-fire/garena-free-fire-1-51-2-release/

Thank you

Perfare commented 4 years ago

Find the first address of libil2cpp.so from *-maps.txt, then find the file containing the address from the bin files, cut the length of the libil2cpp.so address - bin start address in the bin file, finally load with Il2CppDumper.

RevealedSoulEven commented 4 years ago

Ok Sir! So as you can see in the first picture that the il2cpp file is from b6b4a000 to ba2fb000. Am I right? Screenshot_2020-07-31-04-56-59-02_9e8df3d0c7c1f50248b6ee043a653d26

Then the file may be this one(the second picture). Screenshot_2020-07-31-04-59-54-78

But how to trim it? I mean I can use hex editor easily but how much part to trim and how to know where to trim the file?

Please explain sir

RevealedSoulEven commented 4 years ago

@mohdali please help

Perfare commented 4 years ago

Cut at the beginning, size is libil2cpp.so start address - bin start address

Perfare commented 4 years ago

In addition, your file does not contain libil2cpp.so, b6b4a000 is not among ba2fc000 and bc3f9000.

RevealedSoulEven commented 4 years ago

@Perfare leave that

I use GG from a long time and I found a way to get inly the unprotected libil2cpp.so file from GG dump😁. I did some settings in dump memory and GG gave only a single file which started from .ELF which means it's libil2cpp.so and it doesn't need to trim wither at the beginning or at the end.

Directly getting only 2 files.

  1. Bin file
  2. Map.txt file

I just took the bin file without trimming anything using hex to GG and selected global-matadata.dat and put the dump address of libil2cpp.so and got all files including dump.cs and all.

Shall I share the method? @Perfare

Perfare commented 4 years ago

Congratulations, you can share your method here, others can search for the same problem.

mrvizine commented 4 years ago

Yes please share. I’d also love to learn how to correctly implement the riru-il2cppdumper. Because I can’t load that as a module either in magisk

RevealedSoulEven commented 4 years ago

@mrvizine actually I used game guardian method

RevealedSoulEven commented 4 years ago

@Perfare I will make a video tutorial. It's the simplest way to dump and get all files in one click for protected files.

But.... You will have to add the video link in the main readme.md where the protected files are mentioned. Ok?

mrvizine commented 4 years ago

Thanks I appreciate that!

mrvizine commented 3 years ago

Can you explain how to use offsets from dump.cs (I have from another game) to use in gameguardian?

LELEOTV commented 3 years ago

@RevealedSoulEven Poderia me ensinar seu método ? Tentei fazer pelo tradicional e não achei a libil2cpp.so

Minux0x6 commented 3 years ago

@RevealedSoulEven Hey can u please show me the way i'll really appreciate it

Reizen115 commented 3 years ago

@RevealedSoulEven can you share the way please? I would really appreciate it bro

Elmisa8220 commented 3 years ago

I have managed to decompile the libil2cpp.so of the New Update of Free Fire V1.56 I am a developer but I have no experience in Mods I would appreciate if someone help me create a Mod Menu

12349292922929 commented 3 years ago

Bro me podrias pasar la dump.cs de esta vercion ? :(

LOLERgg commented 3 years ago

Hello Perfare Sir, Can U Tell Me How To Make This Libil2ccp In Which I Can Record And Never Get Banned I Will Be So ThankFull i Can Pay Some Money After Work Just Send Me A Video Of Everything! Thanks!

LOLERgg commented 3 years ago

In Free Fire Plus I Am PC PLAYER

Curium00 commented 3 years ago

@Perfare I will make a video tutorial. It's the simplest way to dump and get all files in one click for protected files.

But.... You will have to add the video link in the main readme.md where the protected files are mentioned. Ok?

Still waiting on the video tho

lendariosregedit commented 3 years ago

@Perfare farei um vídeo tutorial. É a maneira mais simples de despejar e obter todos os arquivos com um clique para arquivos protegidos.

Mas .... VocĂȘ terĂĄ que adicionar o link do vĂ­deo no readme.md principal, onde os arquivos protegidos sĂŁo mencionados. OK?

?

Curium00 commented 3 years ago
  • Il2CppDumper version : 6.4.2
  • Target Unity version : 5.6.3f1

Actually it says that the file is protected so I try game guardian method.

I make GG (game guardian) scripts using dump.cs offsets for il2cpp.so and hack Garena Free Fire.

So I have good experience in it. But when I dump memory then I get .bin files and a mapping.txt file.

I find 3 files of libil2cpp.so in mapping.txt

So can you please explain how to get dump.cs from it?

Also I tried Riru-il2cppdumper but... It says that it's not a magisk flashable zip file Please reply sir.

APK - https://www.apkmirror.com/apk/garena-international-i-private-limited/garena-free-fire/garena-free-fire-1-51-2-release/

Thank you

Can I get help on how to hack Garena Free Fire?

Cheetah1212 commented 3 years ago

Congratulations, you can share your method here, others can search for the same problem.

Congratulations, you can share your method here, others can search for the same problem.

Hi can you tell me how to use aimbot like rouk ff do you have any tutorial please

Curium00 commented 3 years ago

@Cheetah1212 yes I have been searching for long and now I have finally gotten how to use aimbot like ruok, moro etc. If you want to know message me on my telegram here https://t.me/BrainedUp

LOLERgg commented 3 years ago

@BrainedUp i have msged you in telegram but u didnt replied its like 1 day And Anyone know how to make a aimbot like ruok ff which i can record too? plz u can contact me in discord my discord: Yui~#1234

ImPeekaboo commented 3 years ago

@Perfare leave that

I use GG from a long time and I found a way to get inly the unprotected libil2cpp.so file from GG dump😁. I did some settings in dump memory and GG gave only a single file which started from .ELF which means it's libil2cpp.so and it doesn't need to trim wither at the beginning or at the end.

Directly getting only 2 files.

  1. Bin file
  2. Map.txt file

I just took the bin file without trimming anything using hex to GG and selected global-matadata.dat and put the dump address of libil2cpp.so and got all files including dump.cs and all.

Shall I share the method? @Perfare

Bro, pls share the tutorial