Reverse Engineering Repository
Last updated
Last updated
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.
My blog will include detailed walkthroughs of the information in this repository.
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.