erlang 역컴파일

502 단어
Beam = code:which(MyModuleName).

{ok,{_,[{abstract_code,{_,AC}}]}} = beam_lib:chunks(Beam,[abstract_code]).
io:fwrite("~s~n", [erl_prettypr:format(erl_syntax:form_list(AC))]).

 
역컴파일 방지,rebar.conf 추가
{erl_opts, [no_debug_info]}.

좋은 웹페이지 즐겨찾기