Skip to content

Opening book details…

Can I read Model for Self-Modifying Code Analysis on EtoBox?

Model for Self-Modifying Code Analysis by iamdemien is a document available to read on EtoBox.

What is Model for Self-Modifying Code Analysis about?

The document introduces a model for representing self-modifying code called the state-enhanced control flow graph (SE-CFG). The SE-CFG extends the traditional control flow graph (CFG) to account for code that can modify itself at runtime. It does this by (1) tracking the possible states of the program, (2) making edges conditional on target memory locations, and (3) allowing instructions to reference the memory locations they reside in. The document uses a simple example to illustrate how a traditional CFG

Author
iamdemien
Language
EN