scripts

reset_color.idc is included in the book. The script loops through the current function resetting the color of any instructions back to default. The script is useful to clean up colors after running a coverage tools or manual changes

vtable_xref.idc is an updated version of the script included in the book. The script will set conditional breakpoints on a highlighted vtable. The breakpoint condition will be the breakpointHandler() function included in the script. The handler creates xrefs between the caller and target function. This version allows setting and clearing of breakpoints as well as providing more information to the user.

xref_helper.idc is included in the book. This script lists to and from xrefs for the current cursor location.