extract_addr_from_tagged_line
summary: extract embedded addresses from a tagged line
- description:
Clickable addresses are encoded inline as a COLOR_ADDR mark (COLOR_ON + COLOR_ADDR + 16 hex digits). Tagged lines come from ida_lines.generate_disasm_line, custom-viewer text, hint providers, or any string built with ida_lines.tag_addr.
This example builds such a line and recovers the embedded ea_t via tagged_line_section_t.get_addr.
level: intermediate
Functions
|
Module Contents
- extract_addr_from_tagged_line.main()