Hello,
I am currently working on dissasembling an application which is constantly updated (a few times per month) so everytime there is an update, I have to create a new database, find again the functions and "transfer" my comments.
In order to find again the functions, I manually get some "signatures" which are "position-independant" (for example, I avoid to insert any "call" instruction), store them in a file as HEX bytes and simply do a "search sequence of bytes" in my new database.
Obviously, its very tiresome and as the number of functions which I handle increases... it gets simply unmanageable.
My question is, are there currently any plugin which can allow me to automatically extract "position-independant" signatures which I could use when my target .exe gets updated?
Thanks a lot!






