Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

memory-obfuscator

Here are 3 public repositories matching this topic...

Language: All
Filter by language

This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.

  • Updated Sep 16, 2025
  • C

Improve this page

Add a description, image, and links to the memory-obfuscator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-obfuscator topic, visit your repo's landing page and select "manage topics."

Learn more