Frida Modding Unity Il2cpp game on Android Demo

  Рет қаралды 14,310

MΛΛRS

MΛΛRS

Жыл бұрын

This demo video will help you understand quickly and easily how to mod Unity apps and games with Frida using frida-il2cpp-bridge library
frida: frida.re/
frida-il2cpp-bridge: github.com/vfsfitvnm/frida-il...
dnSpy: github.com/dnSpy/dnSpy
Il2CppDumper-GUI: github.com/AndnixSH/Il2CppDum...
apkcombo: apkcombo.com/
🔒 WARNING: EDUCATIONAL CONTENT ON HACKING AND PROGRAMMING 🔒
⚠️ Please approach the information shared in this video with the utmost respect for legal and ethical boundaries. The content presented is intended for educational purposes only, and we strictly discourage any malicious or illegal activities.
❗️ Remember that the techniques and tools discussed in this video should only be used on systems and networks that you have explicit permission to access. Unauthorized hacking attempts are illegal and can lead to severe legal consequences.
🌐 We encourage healthy discussions and the sharing of knowledge within the hacking and programming community. However, we strictly prohibit the dissemination of harmful or malicious information. Respectful and constructive engagement is key to fostering a positive learning environment.
🎓 Subscribe to my channel and join our community of ethical hackers and aspiring programmers for more educational content, tutorials, and insights.

Пікірлер: 79
@yac7571
@yac7571 11 ай бұрын
Amazing, thanks for sharing! Liked and Subbed
@upicco
@upicco 8 ай бұрын
Thanks very much for this video! A great help for me!
@makandalp
@makandalp 7 ай бұрын
Nice Video Maarsalien, thanks =)
@pr4y967
@pr4y967 5 ай бұрын
Man u learned so much. I remember when I gave you the MC5 values to create game guardian scripts 😊 Idk if you remember me tho
@trantrungkien2790
@trantrungkien2790 10 ай бұрын
For everyone getting the error: Cannot find global type 'Boolean' and other mistakes like that. Remove any space characters in your folder name of the nodejs project. Btw nice content. Keep up your good work!
@ABM.1199
@ABM.1199 7 ай бұрын
no space but still same errors
@rajeebbhoumik4093
@rajeebbhoumik4093 11 ай бұрын
Wow 😳
@irvanwijaya3268
@irvanwijaya3268 2 ай бұрын
Preety detailed video, thankyou for sharing. but is it possible build all that hook to the actual APK ? if it's yes, how do we do that ?
@MikaCybertron
@MikaCybertron Жыл бұрын
Nice
@yaseennadaf2588
@yaseennadaf2588 6 ай бұрын
How to implement method which is having more than one arguments... Arguments are in struct format... Need some guidance
@Magus-lw9eo
@Magus-lw9eo 6 ай бұрын
Hi i very much like to learn this, do you have recommendations where can I learn about frida as a total beginner?
@BadCase
@BadCase Жыл бұрын
Very nice
@TORGRAIN
@TORGRAIN 7 ай бұрын
Great video but I don't think genshin impact can be dumped this way right?
@aclass8
@aclass8 2 ай бұрын
I am having a problem whenever I run "npm run build" am getting error why is that?
@muhammedibrahimtekin109
@muhammedibrahimtekin109 11 ай бұрын
Hey there, I noticed that on some games there is no namespace on certain functions, is there any way to hook on those functions?
@mrs8683
@mrs8683 11 ай бұрын
Functions\Method don't have namespace but classes do. So when a class doesn't have a namespace you can directly hook the class by its name
@proFFGaming2
@proFFGaming2 5 ай бұрын
what color theme you are using in vs code?
@mrtokebi5232
@mrtokebi5232 11 ай бұрын
Moding one piece bounty rush bro ,if you can❤
@叵
@叵 Жыл бұрын
Thank you for this video :) I'm currently trying to find vulnerabilities in HAWK (com.my.hawk.air.shooter) which is proving to be quite difficult as the trace function is not returning any output for the classes I have specified. Frida seems to be running fine, though, so I wonder what is wrong...
@叵
@叵 Жыл бұрын
nvm i fixed it by installing magisk-frida
@DavidIsrael-wz4ov
@DavidIsrael-wz4ov 4 ай бұрын
currently researching on a game with deep security can we connect@@叵
@hellokitty-fs9cc
@hellokitty-fs9cc 9 ай бұрын
Do you have a discord or something where to have discussions
@switch_case-bp8ef
@switch_case-bp8ef 2 ай бұрын
il2cppdumper doesn't shows AssemblyCSharp.dll in DummyDll, is it normally? how to work with this?
@EndisuKKJJ
@EndisuKKJJ 5 ай бұрын
Nao está mais funcionando?
@itsm3dud39
@itsm3dud39 Ай бұрын
bro can you tell me how you learned this?? how can i do this too??
@C0ck_team
@C0ck_team 11 ай бұрын
im getting Error: access violation accessing 0x10 at get length (:1563) at get content (:1563) at toString (:1563) at concat (native) at (:1563) at map (native) at (:1563) what shoudl i do?
@marcoslabescf
@marcoslabescf 10 күн бұрын
Nem o ChatGPT conseguiu arrumar este erro no meu script 🤣
@Settn77
@Settn77 2 ай бұрын
how to hook method that return a class?
@1337devil
@1337devil 11 ай бұрын
I can't invoke a non-static method that is not getting called at all?
@mrs8683
@mrs8683 11 ай бұрын
You Can use the gameObject class to search for any instance of your target class, or you can create a new instance yourself
@EditsBySolution
@EditsBySolution Ай бұрын
How u open exe applications on linux mint?
@a.7ds250
@a.7ds250 8 ай бұрын
Thanks for the tutorial I have a question how did you set the background image in terminal Thx again
@mrs8683
@mrs8683 8 ай бұрын
I use xfce4 terminal, you just have to right click on the terminal then go to preference and set the background doc.ubuntu-fr.org/xfterm4
@a.7ds250
@a.7ds250 8 ай бұрын
Thanks
@2ezxfunnyyt856
@2ezxfunnyyt856 10 ай бұрын
Do you know how to modify an obscuredint? Ive tried multiple things including hex patching
@mrs8683
@mrs8683 10 ай бұрын
Obscured Int use XOR encryption, just see the class structure you will understand how it works
@jasonbrn8541
@jasonbrn8541 4 ай бұрын
Thanks for the tutorial! Is there a way to recompile to APK file again after modding?
@xorxpert
@xorxpert 2 күн бұрын
no you can’t recompiled, though you can patch the assembly
@usto4361
@usto4361 Жыл бұрын
Can i use it to non il2cpp library? Some game have dedicated security (anticheat) library.
@mrs8683
@mrs8683 Жыл бұрын
You can use frida as is on any game, but this library if for il2cpp only
@ayushmauryars
@ayushmauryars 6 ай бұрын
Can you please make tutorial how to do that in android, termux As there is frida inject which allows to hook into java applications but didn't tried il2cpp-bridge coz me noob
@techmadan6388
@techmadan6388 2 ай бұрын
Which terminal use
@vivoiswatching929
@vivoiswatching929 5 ай бұрын
bro got music 😂❤
@vitinapk
@vitinapk 27 күн бұрын
how to install frida-il2cpp-bridge
@trantrungkien2790
@trantrungkien2790 10 ай бұрын
Can I ask what is your linux distro that you are using?
@dddddddddddddddadddddddddddddd
@dddddddddddddddadddddddddddddd 9 ай бұрын
Mint I think
@jockeeeeeeee
@jockeeeeeeee 11 ай бұрын
can you mod match master game on android?
@theganeshpatil
@theganeshpatil 22 күн бұрын
Share the music playlist bro!!!!!!!
@namphitdat9162
@namphitdat9162 8 ай бұрын
Can you please give me the sample code in the video you wrote, thank you very much 🥰🥰🥰
@mdshovon7256
@mdshovon7256 3 ай бұрын
Brother Make a video for unlock mobile legends skin
@daniel_8
@daniel_8 6 ай бұрын
is there a way to get the modded apk after finishing with frida?
@No-_-one-_-
@No-_-one-_- 5 ай бұрын
What modded apk?
@Paylasgitsinler
@Paylasgitsinler 5 ай бұрын
your system? ubuntu ?
@Rafael-ie1uf
@Rafael-ie1uf 5 ай бұрын
looks like mint
@quocd6171
@quocd6171 Жыл бұрын
How do you run exe on Linux mint?
@mrs8683
@mrs8683 Жыл бұрын
I use wineHQ
@quocd6171
@quocd6171 Жыл бұрын
@@mrs8683 thanks
@Settn77
@Settn77 6 ай бұрын
i cant dump my game, the dumper say "This APK does not contain an IL2CPP application"
@nikengyry1364
@nikengyry1364 6 ай бұрын
This game mono
@EndisuKKJJ
@EndisuKKJJ 5 ай бұрын
Instale com o pip por fora (cmd)
@Youssef_inEgypt
@Youssef_inEgypt 10 ай бұрын
video to bypass native ssl android
@mrs8683
@mrs8683 10 ай бұрын
There are plenty on KZfaq
@SHAMANGYT
@SHAMANGYT Жыл бұрын
Make mc5 dead sir 😂❤
@爿
@爿 Жыл бұрын
Hi MΛΛRS, Regarding frida-il2cpp-bridge, do you know how to hook to a Vector3 value? The Vector3 class itself does include the x, y and z field offsets, but the actual class (SceneObject) where _SetPosition_ method is called from does not. This is the method located inside Unity's Vector3 struct: public Vector3(float x, float y, float z) {} The called function looks like this in DNSpy: public virtual void SetPosition(Vector3 _pos) {} In IL2Cpp.trace when the method is called: 0x02b6bf78 ┌─SceneObject::SetPosition(this = PlayerObject, _pos = (-3.2, -3.8, -0.5)) 0x02b6bf78 └─SceneObject::SetPosition Thank you in advance :)
@mrs8683
@mrs8683 11 ай бұрын
See here github.com/vfsfitvnm/frida-il2cpp-bridge/discussions/336
@unnamed6576
@unnamed6576 11 ай бұрын
I have followed your tutorial and saw the game on emulator is running but nothing happened and I don't get any trace log. The function Il2Cpp.perform is not called. Do you let me know what happens with it?
@mrs8683
@mrs8683 11 ай бұрын
You need a physical device to hack games, this will not work on emulators because emulators are x86 behind the scenes and most games only have arm lib.
@user-dl3hm4xx3p
@user-dl3hm4xx3p 8 ай бұрын
​@@mrs8683How do I open the Android emulator?
@user-dl3hm4xx3p
@user-dl3hm4xx3p 8 ай бұрын
​@@mrs8683Is there a link to download?
@daniel_8
@daniel_8 6 ай бұрын
​@@mrs8683there's no emulator it would work for? you need a physical rooted device?
@ayuob_ff
@ayuob_ff 10 ай бұрын
I tried and got this line: Error : unable to find module 'libil2cpp.so' Use memu player 8.1 emulator In Windows
@No-_-one-_-
@No-_-one-_- 5 ай бұрын
Is it an il2cpp game?
@vittorialinke797
@vittorialinke797 7 ай бұрын
Hi, nice vid. Do you have discord or smth? Can I ask some questions?
@mrs8683
@mrs8683 7 ай бұрын
@maarsalien
@user-wk7tz9pd8e
@user-wk7tz9pd8e Ай бұрын
npm i @types/node @types/frida-gum typescript frida-compile frida-il2cpp-bridge
WHAT IS HOOKING?
7:19
cazz
Рет қаралды 36 М.
Cybersecurity Iceberg Explained
1:06:38
7alen7
Рет қаралды 10 М.
3M❤️ #thankyou #shorts
00:16
ウエスP -Mr Uekusa- Wes-P
Рет қаралды 10 МЛН
Неприятная Встреча На Мосту - Полярная звезда #shorts
00:59
Полярная звезда - Kuzey Yıldızı
Рет қаралды 7 МЛН
Vivaan  Tanya once again pranked Papa 🤣😇🤣
00:10
seema lamba
Рет қаралды 29 МЛН
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 456 М.
HOW AIMBOTS WORK
8:36
cazz
Рет қаралды 968 М.
DNSpy - Unity Game Mod Menu Tutorial
24:58
Diefool
Рет қаралды 11 М.
How to Use dnSpy to Reverse Engineer Unity Games [ TUNIC ]
31:11
Stephen Chapman
Рет қаралды 59 М.
Hacking Android Apps with Frida
25:27
sambal0x
Рет қаралды 63 М.
Frida Hooking Tutorial - Android Game Hacking
16:10
Guided Hacking
Рет қаралды 25 М.
LevelUp 0x04 - Fun with Frida on Mobile
59:13
Bugcrowd
Рет қаралды 31 М.