Debugging Android Java Code With JDB

preview_player
Показать описание
In this video, we take a debuggable APK and show two ways of debugging. The first is how to attach to a running process, and the second is how to set an app to wait for a debugger to attach.

Timestamps:
00:00 Intro
00:50 Opening Sample
02:15 Attaching to Running Process
04:12 ADB Attach to Device
05:27 JDB Attach
07:00 Force App Wait for Debugger
08:31 Setting packagename to wait
11:24 Suspending Threads
12:22 Setting Breakpoints
14:51 Successful Attach
15:16 Recap

---
Links Mentioned in Video:

---
Malware Examined in the video (Cerberus):
sha256:c81234b6ceb3572c6d862a9313e019b98efd83165d8c085bd3e74971c66763bb

MalwareBazaar Link:

---
laurieWIRED Twitter:

laurieWIRED Website:

laurieWIRED HN:

laurieWIRED Reddit:
Рекомендации по теме
Комментарии
Автор

Love your video production. Very unique!

ksr
Автор

Still a pleasure listen to your videos. Don't produce too many in the mean time... hihihi! Give me time to catch up.

masterdjon
Автор

Great video! Great channel! Glad i stumbled across this! Amazing video and production quality too btw! Bravo!

BenKadel
Автор

Hi Laurie, great video. One question: is it possible to show the code while you are debugging, like with GDB? Thank you.

MarkWitacher
Автор

psychologist: the cyber security programmer egirl doesn't exist, she can't hurt you.
the cyber security programmer egirl:

caiocouto
Автор

but process id of every app is not found..how to debug it how to find process id of all app

laxmansinghkasana
Автор

Hey can you create a video on debugging an application through gdb (android physical device) or provide some guides ? I m using a x64 host.

erenyeager
Автор

but process id of every app is not found..how to debug it how to find process id of all app

laxmansinghkasana