jonoberheide / kstructhunter

Routines for hunting down kernel structs.

Home Page:http://jon.oberheide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kstructhunter.py

Jon Oberheide <jon@oberheide.org>
http://jon.oberheide.org

Routines for hunting down kernel structs.

Example:

$ python kstructhunter.py sctp_ssnmap
struct sctp_ssnmap is size 40
struct sctp_ssnmap is allocated in kmalloc-64
other structs allocated in kmalloc-64:
        ARCMSR_CDB
        ArcProto
        BC_DEC_YUV_BUFFS
        ...

About

Routines for hunting down kernel structs.

http://jon.oberheide.org


Languages

Language:Python 100.0%