I'm working on an IDA plugin for discovering PIC code. During the process of this, new strings are created. The only problem is it would nice if the list in the strings window could be refreshed with these new strings. As it stands now, the only way to do this is to close and re-open the database or close and re-open the strings window.
Is it at all possible to close and re-open the Strings window in a plugin? Or refresh the list without closing it? It's easy enough to close it using find_tform() and close_tform(). It's re-opening it that is the problem.






