Maurice's Notes
Reverse Engineering
Reverse Engineering
  • Reverse Engineering Repository
  • arm-registers
  • device-tree
  • Hypervisor Software
  • Hypervisor Timers
Powered by GitBook
On this page
  • Table of Contents
  • Introduction
  • Blog
  • Device Tree
  • Hypervisor Software
  • ARM Registers
  • Hypervisor Timers

Reverse Engineering Repository

Nextarm-registers

Last updated 1 year ago

Table of Contents

Introduction

This repository will be used to store notable information about reverse engineering binaries, CPUs, and GPUs. Methodology, tool utilization, code, etc., will all be included.

Blog

My blog will include detailed walkthroughs of the information in this repository.

Device Tree

Hypervisor Software

ARM Registers

Hypervisor Timers

While watching a recent on reverse engineering the Applie M1 silicon chip, one of the researchers mentioned something that I hadn't hear before, device tree. Aparently, the device tree is a data structure that maps out the computers hardware, allowing the Operating System to use it. .

My focus will be building hypervisor on an arm architecture. Arm provides a lot of for developers to build use virtualization features.

Important information about ARM registers can be found .

about Generic Timing Counters and why hypervisors use them.

YouTube video
Here's what I've learned
documentation
Here's what I've leared.
here
Here's what I've learned
The Code Guardian
Introduction
Blog
Acknowledgments
Device Tree
Hypervisor Software
ARM Registers
Hypervisor Timers