Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 45727b2ebf90128e63d83d9a7b03b097 > files > 50

edb-0.9.17-1.fc15.i686.rpm

<!DOCTYPE html>

<html>
<head>
<title>edb - Stack</title>
<link rel=stylesheet type="text/css" href="css/style.css">
</head>
<body>
<h1>Stack Viewer</h1>

<p>
<img src="img/edb_stack.png" alt="" />
</p>

<p>The stack view is very similar to the <a href="data.html">data view</a>, in fact it is based on the same widget. The primary differences are that it will adjust to show the data at the stack pointer on each update, and it will try to show strings and control flow data when it can.</p>
<p>Control flow data is currently determined by looking at the bytes preceeding the potential return address, if those bytes look like a call, edb will assume that a call put that value on the stack.
</body>
</html>