ptomin

Results 8 comments of ptomin

>There are a ton of earlier warnings about being unable to resolve imported references You can resolve import references by adding metafiles using `File -> Add metadata file...`. Metafiles can...

`Structure analysis stopped making progress, quitting` is non-fatal warning. It means structure analysis goes to infinite loop due to some reason. Maybe there is a bug at previous stages of...

I prefer ``` word32 advanced_1_boolean_minization(uint32 dwArg04, ui32 dwArg08, word32 dwArg0C) { if (dwArg04 == 0x00 && (dwArg08 == 0x00 && dwArg0C != 0x00) || (dwArg04 == 0x00 && (dwArg08 !=...

I think decompiled code should be as close to original as possible. So I would prefer ``` word32 intermediate_1_ternary_blocks(Eq_11 dwArg04) { if (dwArg04 == 0x2A) retutn 0; else return 1;...

I have started https://github.com/ptomin/reko/tree/scripting branch. It could be possible solution for this issue

> @ptomin: I've added the fixes suggested in this PR to the master branch in another commit. Can you rebase this PR on top of `master` and see if there...