الفريق العربي للهندسة العكسية
Self-modifying Code example with SRC - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : ENGLISH FORUM (https://www.at4re.net/f/forum-6.html)
+--- قسم : Tutorials (https://www.at4re.net/f/forum-14.html)
+--- الموضوع : Self-modifying Code example with SRC (/thread-4697.html)



Self-modifying Code example with SRC - Stingered - 09-08-2025

These 64-bit Portable Executable (PE) files, written in C++, demonstrate self-modifying code. 
The program modifies its own in-memory instructions at runtime, specifically altering the 
target Function to change its return value. The "Set Delay" menu option allows the user to 
specify a delay (in seconds) before the self-modification occurs. After modification, the 
"Set Delay" menu item is disabled (grayed out).

Included (See attachment for D/L location):
x64/x32 PE files (Windows OS)
VCruntime installers (required if not installed)
INFO file
Source file

Stingered (2025)

Repro