Home

Awesome

LazyIDA

Make your IDA Lazy!

Install

  1. put LazyIDA.py into plugins folder under your IDA Pro installation path.

Features

When you debug a program using ohter debuggers, such as ollydbg, and you want to jump to some runtime address in ida, but the imagebase had changed sometimes, so the only way is to rebase idb and type 'G' to jump to the target address. For some large program's idb, it will takes terrible time to rebase the idb.

offset = target_addr - target_base + currrent_base

LazyIDA can help you jump to other based-address without rebase. shortcuts: Shift + G, LazyIDA will copy the address from clipboard, and fill it in 'Target Addr'.

2016-06-12 11 05 29

2016-06-12 11 01 57 2016-06-12 11 03 18

2016-06-15 8 19 03