View Source decompiler (util v1.3.4)

Module and function decompiler

In order to use decompiler, make sure to include syntax_tools application in dependencies.

See also https://github.com/hrzndhrn/beam_file

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

Decompile a function to its source text

-spec fun_src(function(), Options :: [verbose | ast]) -> string().

Decompile a function to its source text

-spec run(string() | binary()) -> ok | {error, any()}.

Decompile a beam file

-spec run(string() | binary() | atom(), [verbose | erl | ast]) -> ok | {error, any()}.

Decompile a beam file or module and optionally save it to disk