For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_original_byte

Get original value of program byte
     ea - linear address
returns: the original value of byte before any patch applied to it

long get_original_byte(long ea);

Last updated

Was this helpful?