Skip to content

Commit 7bfc688

Browse files
committed
link reversing blog post in lfx mentorship post
1 parent 9744aa5 commit 7bfc688

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

content/post/lfx-mentorship/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ These profiles enable you to extract more power from your machine by overclockin
6161

6262
I was initially skeptical as to whether it was even possible to bring this support to Linux, which prompted me to send an email to the kernel mailing list asking for help. The developers there were extremely supportive and they even offered to write the patch for me! However, since I wanted to learn and tinker with it, I endeavoured to try and implement it myself.
6363

64-
Through the process, I learnt about a variety of different things like ACPI tables, WMI calls, sysfs interfaces, and even did some indepth reverse-engineering using Ghidra and dotPeek to find out how the Windows app worked underneath the hood. A full technical write up on this would warrant another blog post, so keep an eye out for that ;)
65-
66-
If you're interested however, here is a [link](https://docs.google.com/document/d/1p9wXSrygZ4AMlPRQRoL19wldNuA2GWc_esUgVjJfgeg/edit?usp=sharing) to a few rough notes that I kept while reversing. Beware though! They are a bit unreadable.
64+
Through the process, I learnt about a variety of different things like ACPI tables, WMI calls, sysfs interfaces, and even did some indepth reverse-engineering using Ghidra and dotPeek to find out how the Windows app worked underneath the hood. ~~A full technical write up on this would warrant another blog post, so keep an eye out for that~~ The [blog post]({{<ref "reversing-turbo">}}) for it is now out :)
6765

6866
## My experience
6967
The LKMP has been one of the most impactful programs that I've participated in. You might find this surprising, but the majority of kernel developers aren't actually paid for their work, they do everything voluntarily and their enthusiasm is nothing short of infectious.

content/post/reversing-nitro/index.md renamed to content/post/reversing-turbo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'The Key That Did Nothing: My Journey Into the Linux Kernel'
33
description: A rabbit hole of reverse engineering, WMI calls, and kernel patches
44
slug: reversing-turbo
5-
date: 2025-04-30
5+
date: 2025-07-20
66
categories: dev
77
draft: false
88
image: cover.png

0 commit comments

Comments
 (0)