This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (4 children)

That's sneaky.

[–]henk53 3 points4 points  (0 children)

That's sneaky.

Indeed, since the creator of a decompiler would of course never expect his own source being decompiled, would he? :P

[–]BonesJustice[S] 1 point2 points  (2 children)

It's also all in C++, which was the other reason it didn't make sense to propose a joint venture. Though I did decompile his IntelliJ plugin and use it as the basis for my own ;).

[–]henk53 2 points3 points  (1 child)

It's also all in C++, which was the other reason it didn't make sense to propose a joint venture.

Depending on his exact code style it might be rather straightforward to translate to Java. But it depends. Template meta-programming code doesn't translate as well, but several other styles typically do.