-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question / discussion about the future of Boomerang #68
Comments
Nice list of changes, it would be good to see this revived again |
Agreed, it would be awesome if the boomerang was revived. |
The problem with RetDec is that it suffers from serious memory allocation issues; I was unable to decompile anything serious without it exhausing all of my RAM and swap (>200 GB). My point is that currently no generally available decompiler (except maybe IDA, I don't have access to it, though) I tried, including Boomerang, is issue-free when it comes to automatic decompilation or even human-assisted decompilation (not that I expected no issues when tackling such a hard problem as machine code decompilation). What I am planning to do now (in chronological order):
After that, I haven't really decided what to do yet. However, those items are high on my eternal to-do list:
Hopefully this cleared up some of your questions. :) |
This looks like a big bag of goodies for all of us, |
Give me a holler when you want to discuss file formats for decompiler interoperability. |
Finally! Boomerang definitely needs its own organization. |
@uxmal Sure. Edit: Doesn't seem that I have push access yet. I wanted to push develop directly and work from there. Or should I make a PR to another branch @nemerle ? |
I have now pushed my changes and finished updating all the issues. |
@ceeac done :) |
Hello,
I'm opening this issue here since this still seems to be the most popular Boomerang repository.
For the past months I have been refactoring/writing tests/fixing bugs in my fork of Boomerang here (Changelog). This is still a work in progress, however I would like to spark a discussion on how to best revive the project.
I would be happy to merge my changes back to this repository; I can make a PR if that is the outcome of this discussion.
What are your opinions on this matter?
The text was updated successfully, but these errors were encountered: