debug编出来的代码才可以哦。。
1、{ok, {_, [{abstract_code, {_, Ac}}]}} = beam_lib:chunks(code:which(a), [abstract_code]). 2、io:fwrite("~s~n", [erl_prettypr:format(erl_syntax:form_list(Ac))]).
如果不想代码背反编译,就在root目录下, 创建.erlang.crypt这个文件
在 .erlang.crypt中加入[{debug_info, des3_cbc, [], "this_is_my_secret_key"}].
emakefile中添加编译参数encrypt_debug_info