Heh, it's not really meant as a static analysis tool like IDA or OllyDBG nor is it even in that league.
The primary reason I created this tool is because neither IDA or Olly have any default means of locating a set of signatures with a high rate of success using plugins such as IDBSig - nor do they have any tools for "managing" them which is a huge dissapointment, at least not publically.
IDA is too bulky for the purpose and slow to load a PE file. That is not it's goal.
IDA plugins are most powerful given the wealth of analyis information, but ... slow.
OllyDbg is extremely fast but erm... ummm well I don't know why I didnt write it as an Olly plugin
eg, in Age of Conan I have about 67 offsets I have to deal with given the wealth of features I offer: ISXAOC WIKI: Full Documentation . I'd normally spend about 3 hours on a patch day trying to find all the pointers, but now with my own little tool it takes about 5 seconds (assuming it's not a major patch)
With WAR I have about 30 or so now so this helps a lot too.