Hi,
I worked on a very basic C decompiler during my undergrad. Somehow I moved on to other stuff and left the project. Today I was just browsing through my old code and came across it and all the reference material I collected for it.
Now I again feel the urge to restart my project (I hope the urge stays long enough :P ).
Just wanted to know if there are any fellow HNers interested in decompiler stuff .
May not help, but based on this (even though it is a few years old):
<a href="http://stackoverflow.com/questions/193896/whats-a-good-c-decompiler" rel="nofollow">http://stackoverflow.com/questions/193896/whats-a-good-c-dec...</a><p>You may want to look at joining up with these guys (this looks fairly interesting):
<a href="http://boomerang.sourceforge.net/" rel="nofollow">http://boomerang.sourceforge.net/</a><p>Or these guys:
<a href="http://www.hex-rays.com/decompiler.shtml" rel="nofollow">http://www.hex-rays.com/decompiler.shtml</a><p>(btw- I am more into Java decompiling (as a user). For Java, I've used Jad but it looks like there are a few others: <a href="http://stackoverflow.com/questions/31353/is-jad-the-best-java-decompiler" rel="nofollow">http://stackoverflow.com/questions/31353/is-jad-the-best-jav...</a> and a number of people like JD: <a href="http://java.decompiler.free.fr/" rel="nofollow">http://java.decompiler.free.fr/</a> )