meeting notes

This commit is contained in:
twoneis 2025-03-14 17:00:11 +01:00
parent dfe00216a4
commit b59f84ee36

View file

@ -1,3 +1,12 @@
# 03-14
Goal: Breaking KASLR through TLB-based side channel attack
Status: Inserting Kernel Module
Progress:
- Wrote a basic kernel module
- Worked on proposal with feedback (improved version on Tuesday)
Stuck on: How to check if loading the module forces 4kB mapping as expected
- Herbert: https://github.com/HyperDbg/HyperDbg/blob/1a5c316ba63dea74d5c672cc6d15b09fece7ccda/hyperdbg/hyperhv/code/memory/MemoryMapper.c#L525
# 03-07
Goal: Breaking KASLR through TLB-based side channel attack
Status: Proposal draft and setting up machine