reverse engineering c programs

前端 未结 9 1765
死守一世寂寞
死守一世寂寞 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:45

    You can try hex-rays.com, it has a really nice decompiler which can decompile assembly code into C with 99% accuracy.

提交回复
热议问题