IDA Plugin - Jump To Offset

Posted on Dec 14, 2022

Little bit of background

Following off the previous post about IDA plugins I’ve also created another which provides you useful functionality.

This time it lets you jump to a location using a direct offset. Essentially the RVA of the image you enter into the dialog. Why IDA does not have this as an option? I have no idea but I got bothered enough to justify building something that does this.

Usage

Use the shortcut keys Shift + G to bring up the input dialog and enter an offset to jump to relative to the image base.

Installation

Drop the cvutils-gotooffset.py script into the IDA/plugins/ directory.

Download:

cvutils-gotooffset.py