Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Utilities (Apple)

Submission + - Are there any x86 decompilers for OS X or Darwin?

777v777 writes: Does anyone know of an x86 decompiler (takes binary code and attempts to turn it into C or other high level language) that works with the mach-o binaries found on Mac OS X and Darwin? Everything that I've seen focuses on windows or linux.

Comment Re:Memory Bandwidth (Score 3, Interesting) 425

It would be incredibly unlikely that each core could directly access the full 620TB. The current largest machines on the Top500 list are all distributed memory machines(clusters). However, the trends in modern interconnect networks are to increase the capabilities for doing stuff like remote direct memory access (RDMA). In such a scheme, the remote memory is not addressable(with load/store instructions), but stuff can be transferred between memories of different nodes by the network hardware. The codes commonly run on the top500 machines are likely written in MPI or MPI/OpenMP. This means they don't need to directly access remote memories.

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...