反编译
反汇编(Disassembler):对于编译成的机器码转化成汇编语言 反编译(Decompiler):..
反向编译
您不得对本「软体产品进行反向工程、反向编译 (decompile) 或反汇编(disassemble),但尽管有这项限制,如适用法律明示允许上述活动,则不在此限。 无其它保证。
编译
那些做者为了一些不为己知的纲的,将软件正编译(Decompile),再沉新入行启拆(Pack),少数会正在其外绑上弱止安装控件/拔件、不降求装载功效的程序、盗与网银、网逛帐号的木马程序等。
脚本编译
信息: 英文名称:Decompile 中文名称:脚本编译 授权方式:免费版 软件版本:1.50 软件类型:系统工具 测试通过机型:3250.N82 汉化人员:龙飞飞龙 软件支持机型:理论上支持所有第三版 附件: 您
decompile:
de- + compile
A decompiler is a computer program that performs the reverse operation to that of a compiler. That is, it translates program code at a relatively low level of abstraction (usually designed to be computer readable rather than human readable) into a form having a higher level of abstraction (usually designed to be human readable). Decompilers usually do not perfectly reconstruct the original source code, and can vary widely in the intelligibility of their outputs. Nonetheless, decompilers remain an important tool in software reverse engineering. A decompiler takes as input an executable file, and attempts to create a high level, compilable, possibly even maintainable source file that does the same thing. It is therefore the opposite of a compiler, which takes a source file and makes an executable. However, a general decompiler does not attempt to reverse every action of the compiler, rather it transforms the input program repeatedly until the result is high level source code.