سؤال

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