From b59f84ee36d2a67f21534af465a43f1b64dc775a Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 14 Mar 2025 17:00:11 +0100 Subject: [PATCH] meeting notes --- meetings.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meetings.md b/meetings.md index 4995f3bb1..a60c95fed 100644 --- a/meetings.md +++ b/meetings.md @@ -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