View Source decompiler (util v1.3.3)
Module and function decompiler
In order to use decompiler, make sure to include syntax_tools
application in dependencies.
Link to this section Summary
Functions
Decompile a function to its source text
Decompile a function to its source text
Decompile a beam file
Decompile a beam file or module and optionally save it to disk
Link to this section Functions
-spec fun_src(function(), Options :: [verbose | ast]) -> string().
-spec run(string() | binary()) -> ok | {error, any()}.
-spec run(string() | binary() | atom(), [verbose | erl | ast]) -> ok | {error, any()}.