cyber-defence-campus / morion

Morion is a PoC tool to experiment with symbolic execution on real-word (ARMv7) binaries.
Apache License 2.0
6 stars 1 forks source link

Memory/Control Hijackers Should Account For Path Constraints #8

Closed pdamian closed 1 year ago

pdamian commented 1 year ago

Description

The memory hijacker analysis checks if

To do so, it is checked whether the involved (symbolic) register may take on a different concrete value than it currently does. In addition to this check, it should also be validated that the path constraints are still satisfiable.

The same thematic applies to the control hijacker analysis.

Testing