Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Build the introspection layer #21

@Wenzel

Description

@Wenzel

At the moment we rely on parsing LibVMI's JSON rekall profile and insert the entries into radare's flagspace.

This will only bring us kernel symbols, and it needs Rekall in the first place to generate this profile.

At r2con 2018, i learned that i could use the idpd command to download the appropriate PDB's for my kernel.

TODO:

  • Find out how to create a new IO inside the physical memory IO, that contains only the kernel
  • Download the PDB and load them using idpd and idp commands
  • Find out if the types and kernel structures have been extracted and inserted into radare2, and how to use them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions