Skip to content

Commit 298c763

Browse files
committed
update post desc
1 parent 14252cb commit 298c763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/general/2025-08-06-the-art-of-hiding-code-by-modifying-non-volatile-registers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Control Flow Obfuscation — What happens if we modify callee-saved registers? 🙈"
3-
description: desc
3+
description: Breaking compiler conventions to hide code and obfuscate control flow by modifying non-volatile registers.
44
date: 2025-08-18 00:00:01 +0800
55
categories: [Research]
66
tags: [obfuscation, rev]
@@ -493,4 +493,4 @@ While this is not any ground-breaking research, such research is fun and interes
493493

494494
In my next obfuscation adventure, I hope to be able to do less manual work and directly instrument the assembly code on the compiler level, possibly through writing LLVM passes.
495495

496-
Hopefully this was a good read and see you in the next one!
496+
Hopefully this was a good read and see you in the next one!

0 commit comments

Comments
 (0)