anic / hexviewjump

a IDA 7.0 plugins that helps to jump at hexview and extends JumpAsk expression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexviewjump

Hexviewjump is an IDA 7.0 pro plugin. It helps to quickly jump to target memory address by double clicking the content from HexView, or by using complicated expression (eg. *rax).

Installation

Installing the plugin is as simple as copying the files hewviewjump.py to the plugins\ folder in your IDA installation directory.

Use cases

  • case 1

Double click the content as a pointer in the HexView, it will jump to the memory of that pointer.

  • case 2

Press the shortcut G, input the expression of address (eg. rax,*rax). If rax is input, it will jump to the memory of rax as pointer, as the default function in JumpAsk. If *rax is input, it will get the content of rax first, use it as an pointer, and jump to the memory of that pointer.

Note

  • This plugin will replace the default JumpAsk of IDA.
  • Only available in IDA 7.0 .

Thanks

Thanks to the sonnzy who is the original author of hexviewjump , I fixed some bug and added new features.

About

a IDA 7.0 plugins that helps to jump at hexview and extends JumpAsk expression


Languages

Language:Python 100.0%