lines_rendering

summary: dynamically colorize [parts of] lines

description:

shows how one can dynamically alter the lines background rendering (as opposed to, say, using ida_nalt.set_item_color()), and also shows how that rendering can be limited to just a few glyphs, not the whole line.

level: intermediate

Attributes

lrh

Classes

lines_rendering_hooks_t

Module Contents

class lines_rendering.lines_rendering_hooks_t

Bases: ida_kernwin.UI_Hooks

instantiated_at
color_info = []
get_lines_rendering_info(out, widget, rin)

get lines rendering information

Parameters:
  • out – (lines_rendering_output_t *)

  • widget – (const TWidget *)

  • info – (const lines_rendering_input_t *)

Returns:

void

lines_rendering.lrh