+ added config file hexrays.cfg + added support for bitfields + multiplications by big powers of 2 are replaced by shifts + improved handling of local vars: much less 'lvar allocation failure' messages + more aggressive stack variable assignment elimination + use non-trivial label names from the diassembly in the pseudocode window bugfix: fixed a minor and rare memory leak (lvar_ref_t)
If programming is one of your skills, why not benefit from the application programming interface (API) to the decompiler? The decompiler output is available as a tree structure. You can implement your own analysis methods and modify the tree the way you want.