control flow obfuscation

Control flow obfuscation refers to the practice of modifying the flow of a computer program's execution in order to make it more complex and difficult to understand. This is done by introducing non-linear and obscured pathways, conditional jumps, and other techniques that make it challenging for an observer to discern the program's intended logic and behavior.

Requires login.