This file is indexed.

/usr/share/doc/radare-doc/html/Section3.12.html is in radare-doc 1:1.5.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>Comparing code</title>
<link rel="previous" href="Section3.11.html">
<link rel="ToC" href="contents.html">
<link rel="next" href="Chapter4.html">
</head>
<body>
<h1><a name="comparing-code"></a>3.12 Comparing code</h1>
<p>
Another subcommand of 'c' (compare) command is the 'cc' which stands for 'compare code'.
</p>
<p>
This command accepts a numeric expression as argument and compares the blocks (block size) found in current seek and the given one. For example:
</p>
<pre><code>[0x08049A80]&gt; cc sym.main2 @ sym.main
</code></pre>

<!-- version IDs:
$Id: radare.but 2009-04-25 pancake $
-->
</body>
</html>