Any decompiler/debugger can convert machine program written in C/C++ to Assembly, but that Assembly is really hard to read, and corresponds to each particular instruction in machine language, not to a C/C++ instruction.
So my question: is there a decompiler, that decomplies the C source code to Assembly, not to machine language, and then Assembly?
sergent 52 Posting Pro
GunnerInc 7 xor eax, eax Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.