9

In the same way that ScreenEA() returns the current cursor address, is there a way to set the address? Something that would resemble SetScreenEA()?

Derek
  • 95
  • 1
  • 4

2 Answers2

11

Use Jump for IDC or idc.Jump for ida python.

0xec
  • 6,090
  • 3
  • 23
  • 33
3

Updating answer for IDA Pro version 7.5, using Python 3:

overflo
  • 268
  • 1
  • 6
mwmath
  • 31
  • 4