reverse engineering c programs

前端 未结 9 1748
死守一世寂寞
死守一世寂寞 2020-12-29 08:30

every c program is converted to machine code, if this binary is distributed. Since the instruction set of a computer is well known, is it possible to get back the C original

9条回答
  •  失恋的感觉
    2020-12-29 08:43

    The common name for this procedure is "turning hamburger back into cows." It's possible to reverse engineer binary code into a functionally equivalent C program, but whether that C code bears a close resemblance to the original is an open question.

提交回复
热议问题