Some ideas to consider implementing:
- find the chunk (chunk, LFH chunk, VA) a certain address belongs to
- find all chunks that contain a certain bytesequence or pointer (getAddyArgs to resolve)
- find linked strings x levels deep:
- look for a string
- find all chunks that are referencing the string or the string-4 or string-8 (that's 1 level
- for x levels, find chunks to that chunk
Some ideas to consider implementing: