here’s a couple IDA scripts I found useful this week:

goto_file_offset.py: jump to an address by file offset, such as recovered via strings.

https://github.com/williballenthin/idawilli/tree/master/scripts

@williballenthin