Hooking Java Methods with Frida

  Рет қаралды 18,473

LaurieWired

LaurieWired

Күн бұрын

Пікірлер: 52
@theguyyouheardabout6658
@theguyyouheardabout6658 Жыл бұрын
Best frida tutorial out there. Very professional keep it up!
@sxpzz1922
@sxpzz1922 Жыл бұрын
Amazing video, Frida saved me many times in Mobile Pentesting
@Theawsomeminersshow
@Theawsomeminersshow Жыл бұрын
Great vid! This (and your other videos as well) helped a lot in the new Flare-On CTF(I've never done Android RE before). I wonder what other cool stuff you could do with Frida on Android...
@berndeckenfels
@berndeckenfels 2 ай бұрын
Did you use Frida for Linux or Windows to intercept Java methods on OpenJDK instead of Android as well? Is that feasible or better stay with btrace?
@ralienpp
@ralienpp 4 ай бұрын
The explanation was very clear and easy to follow, thank you! Can you recommend a similar tool which could tap into the execution logic of a Java program running on top of the JVM?
@SkyHighBeyondReach
@SkyHighBeyondReach 4 ай бұрын
Thank you Laurie! This is a great video! :)
@divital
@divital Жыл бұрын
this video screams high production quality, nice work ethic
@krishnapavan7688
@krishnapavan7688 Жыл бұрын
awesome Laurie . thanks for sharing👌
@sedoox7463
@sedoox7463 11 ай бұрын
superb video! thank you
@DominikJaniec
@DominikJaniec 7 ай бұрын
great animations!
@jacejunk
@jacejunk 8 ай бұрын
Best hooking I've ever witnessed.
@HandsomeGenius
@HandsomeGenius Ай бұрын
Love the Lain reference lol
@Me.n_n
@Me.n_n Жыл бұрын
Great 😊 I like your video,, I am waiting ARM series
@krishnapavan7688
@krishnapavan7688 Жыл бұрын
Laurie, have a doubt for reason why arrivesample() is not fetching data , as I have checked it is being triggered from oncreate() of Application subclass itself. any reason why it is not triggered even though it has good link from very good entry point. answer would be appreciable. waiting for your reply ASAP.
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
Hi Lain are you gonna make Frida cereal experiments?
@LudovicReenaers
@LudovicReenaers 4 ай бұрын
… and you are using Vim, you are perfection ! I love you AF 😮
@Zer0nuke
@Zer0nuke Жыл бұрын
Great content, thank you
@life0verflowz
@life0verflowz Жыл бұрын
Good presentation, thank you
@0xeb-
@0xeb- Жыл бұрын
Very useful
@surajpingua4417
@surajpingua4417 4 ай бұрын
Opening is very good I like it
@sandaruashen5108
@sandaruashen5108 Жыл бұрын
Good Video, Thank You
@shehzadnazir3605
@shehzadnazir3605 Жыл бұрын
Me as an android developer thinking This can be used both ways.
@break8090
@break8090 Жыл бұрын
Thanks ❤
@brunoaduarte
@brunoaduarte 5 ай бұрын
👏👏👏👏👏👏
@ionamaharany
@ionamaharany Жыл бұрын
how to hook method with context?
@ahmedalshikh1678
@ahmedalshikh1678 Жыл бұрын
Great
@broomandmopmop
@broomandmopmop 8 ай бұрын
@Laurie what OS is that and what theme that is insane and it is a must have lol can u impart some wisdom on where I can get my hands on that setup for os look
@vivekchoudhary8745
@vivekchoudhary8745 Жыл бұрын
how to compile the app with the new hooked function?
@lauriewired
@lauriewired Жыл бұрын
Since the hooking occurs at runtime, you shouldn't need to recompile the app. Frida hooks the method while the app is running to allow you to change the behavior
@vivekchoudhary8745
@vivekchoudhary8745 Жыл бұрын
yes, but there are some software that pack the moded code in to the APK. I wonder if you can make a video on that. Because there was a case when I wanted to give the POC to the app dev team that their app was vuln but just couldn't find a way to re-pack the modded app.
@lauriewired
@lauriewired Жыл бұрын
Ah, understand your problem. APKLab has a nice feature for resigning / compiling APKs in VSCode
@vivekchoudhary8745
@vivekchoudhary8745 Жыл бұрын
@@lauriewired looks nice, haven't seen it in detail yet but hopefully it has some functionality to load those new custom written Js functions to the actual code. thanks
@lauriewired
@lauriewired Жыл бұрын
You'd have to edit smali code for functionality changes. Frida only works for runtime changes
@blimolhm2790
@blimolhm2790 Жыл бұрын
this is so much fuun
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
I remember when i didn't even understand frontend from backend .....
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
Dev work vs bug fixes and pentesting
@ok4bed
@ok4bed Жыл бұрын
deluxe!
@1minutescience800
@1minutescience800 7 ай бұрын
I can not get over how pretty you are.
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
I bet everyone keeps asking why you dont use macbooks
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
If u were in a Chromebook its chroot
@gerakore8948
@gerakore8948 5 ай бұрын
frida is my dogs name
@davidkamaunu8734
@davidkamaunu8734 2 ай бұрын
Lol its my aunt's name 😅
@2024paradigmshift
@2024paradigmshift 18 күн бұрын
🤡🤣
@keepyoursins
@keepyoursins 2 ай бұрын
How do you edit these!!??
@abbasa68a39
@abbasa68a39 Жыл бұрын
hello when i run frida i have this error : exception: error: java.lang.unsatisfiedlinkerror
@dovi9746
@dovi9746 Жыл бұрын
The annoying thing about vi(m) is that if you see someone use it inefficiently you have this strong urge to help them improve their skills. So: 'cw' to change a word. sorry :)
@dansamarco1610
@dansamarco1610 Жыл бұрын
I use nvim and the sheer number of modal commands while useful, can certainly also be overwhelming. It's almost like Mario 64 - it's fairly easy to use/play at a basic level but has a huge range for expression above average user knowledge/skill.
@shxdow9
@shxdow9 Жыл бұрын
​@@dansamarco1610 you might enjoy Helix
Hooking Native Android Methods with Frida
31:44
LaurieWired
Рет қаралды 21 М.
Watch Android Spring to Life on RISC-V in 60 Seconds!
1:00
LaurieWired
Рет қаралды 46 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 33 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 9 МЛН
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 31 МЛН
The Magic of RISC-V Vector Processing
16:56
LaurieWired
Рет қаралды 316 М.
Reverse Engineering 101: How to Dissect and Master Any Platform
18:21
Cybersecurity "Experts" suck at coding.  It's a problem.
15:12
LaurieWired
Рет қаралды 119 М.
Risc-V Bare Metal C Hello World!
21:37
Chuck's Tech Talk
Рет қаралды 6 М.
Frida Hooking Tutorial - Android Game Hacking
16:10
Guided Hacking
Рет қаралды 32 М.
A Competition for Unreadable Code?
12:33
LaurieWired
Рет қаралды 165 М.
Mastering Memory: Allocation Techniques in C, C++, and ARM Assembly
17:05
Deciphering Obfuscated JavaScript Malware
31:12
LaurieWired
Рет қаралды 80 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 33 МЛН