-
thenihilist committed revision 2381 to the Boomerang decompiler SVN repository, changing 1 files.
2009-10-02 18:17:19 UTC by thenihilist
-
Hi
I have the same problem as drexor, derumuro and kc8yho
The error message in my case is
"an unhandled win32 exception occured in boomerang-gui-exe [1540]
I notice that these threads were not answered! Is boomerang dead?
additional info: I run XP 32
Thanks in advance for an answer
Lionel.
2009-09-08 21:23:18 UTC by lplecoq
-
Yes, unfortunately, Boomerang is quite unprepared for 64-bits, either compiling on a 64-bit platforn, or representing 64-bit registers and expressions.
The particular error you mentioned sounds benign, so you may be able to convince the compiler to accept it. However, there are likely more serious issues, based on the assumption of a 32-bit word size throughout the code.
When Boomerang was...
2009-09-06 23:00:09 UTC by emmerik
-
I tried to compile boomerang trunk from svn (revision 2380).
./configure went without warnings or errors
make said
ElfBinaryFile.cpp:208: error: cast from 'char*' to 'ADDRESS' loses precision.
2009-09-06 16:52:05 UTC by aapoaapo
-
thenihilist committed revision 2380 to the Boomerang decompiler SVN repository, changing 1 files.
2009-08-30 19:04:18 UTC by thenihilist
-
thenihilist committed revision 2379 to the Boomerang decompiler SVN repository, changing 239 files.
2009-08-30 18:52:29 UTC by thenihilist
-
Actually no, but it's working in progress...
2009-08-30 18:49:58 UTC by thenihilist
-
thenihilist committed revision 2378 to the Boomerang decompiler SVN repository, changing 2 files.
2009-08-30 18:33:58 UTC by thenihilist
-
The source code is downloaded using CVS as detailed in the binary package README:
$ cvs -d:pserver:anonymous@boomerang.cvs.sourceforge.net:/cvsroot/boomerang login
$ cvs -z3 -d:pserver:anonymous@boomerang.cvs.sourceforge.net:/cvsroot/boomerang checkout -r alpha-0_3 -P boomerang
Thanks anyway for anyone who considered helping me out.
Chris.
2009-08-21 19:27:33 UTC by chrisabela
-
My bad, not it can't decompile anything, but it can't decompile any of the files I created using VS 2008. And, any file with static linked big libraries like MFC or ATL will not decompile, all reporting a memory access violation. I'll try to debug the source code.
2009-08-10 02:18:26 UTC by interarticle