Artur K.
Artur K.
Agreed, it would be awesome if the boomerang was revived. Question is, what would be the project's direction, since there are a few active decompiler projects now ? https://github.com/avast-tl/retdec -...
This looks like a big bag of goodies for all of us, As You've probably noticed, I have moved this repository to BoomerangDecompiler 'organization', I'll add You to it, feel...
@ceeac done :)
It's likely the problem stems from incompatible qt version being found by cmake ( found similar error message around the net ) Please check ( using cmake-gui if available )...
Yes, I really hate it when I'm trying to build some project, and it needs a library, so I have to build that first, but that library needs a tool,...
> I'm a big fan of breaking things up and modularizing. So, we could have three parts: a decompiler library with very few dependencies, a command-line decompiler that didn't use...
Boomerang actually has such a command-line UI ? Just run `./boomerang -h`
Note: all CI builds will fail, since this PR does not modify their config files.
> Hi Artur, Impressive job! Let's review it! > > * First of all, the CMake will be a parallel build system until it will do exactly the same as...
So, I've done some research about using wildcards. 1. It is not a recommended approach since the file list is built during cmake's configure phase, so when you add new...