Skip to content

Commit

Permalink
anal.noncode doesnt exist
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 30, 2024
1 parent 6202b9b commit 08fe2f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/analysis/code_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ For now, radare2 also allows you to change the maximum basic block size with `an
dealing with obfuscated code. Beware that some of basic blocks
control options may disappear in the future in favor of more automated ways to set those.

For some unusual binaries or targets, there is an option `anal.noncode`. Radare2 doesn't try
to analyze data sections as a code by default. But in some cases - malware, packed binaries,
For some unusual binaries or targets, there is an option `anal.in=?` that will only analyze executable
regions by default, but you can force a different section or specify different boundaries. Radare2
doesn't try to analyze data sections as a code by default. But in some cases - malware, packed binaries,
binaries for embedded systems, it is often a case. Thus - this option.

#### Reference control
Expand Down

0 comments on commit 08fe2f7

Please sign in to comment.