Skip to content

Instantly share code, notes, and snippets.

View diimdeep's full-sized avatar
🎯
Focusing

Dmitry Wolf diimdeep

🎯
Focusing
  • Moscow, Russia
  • 10:13 (UTC +03:00)
View GitHub Profile
-- How to disassemble kernel
Disassemble uncompressed kernel image binary by arm-linux-androideabi-objdump command in ndk
arm-linux-androideabi-objdump --disassemble-all -b binary -m arm --adjust-vma=0xc0008000 kernel.Image > kernel.dasm
-- How to get address for variable ptmx_fops
ptmx_fops is used in function unix98_pty_init.
unix98_pty_init()
{