erlang 的源代码保护机制 反编译erlang
http://erlang-china.org/study/erlang_sourcecode_protect.html今天发现我写的代码在编译的时候总是出 两次编译结果不一致。原来我在从svn获取代码的时候,svn上面的beam文件是旧的。但我下载到本地的时候 创建日期与.erl文件的创建日期是一致的。导致make编译 出现两种不同的结果。
最后用
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; background-color: #f9fbfc; width: auto; height: auto; text-align: left; font-family: Fixedsys, 'BitStream Vera Sans Mono', 'Courier New', Courier, monospace; padding: 0px; border: 1px solid #c3ced9;" class="hl-surround"><div style="padding-top: 6px; padding-right: 24px; padding-bottom: 6px; padding-left: 24px; line-height: 21px; background-color: transparent; margin: 0px;" class="hl-main">$ erlc +debug_info a.erl
$ erl -s a test -s c q -noshell
source code.
$
页:
[1]