Pregunta

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)?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top