質問

Is there any way to show how many bytes in .text segment IDA Pro treats as instructions and how many as data? Are other statistics also available (e.g. function sizes)?

役に立ちましたか?

解決

Function sizes are shown in the functions list. But there is no built-in functionality for the code/data bytes counts. You will need to use scripting (IDC or Python), or write a plugin using the IDA SDK to calculate it. I'd recommend posting this question on the Hex-Rays user support forum.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top