View Source decompiler (util v1.1.5)

Module and function decompiler

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 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(), [verbose | erl | ast]) -> ok | {error, any()}.
Decompile a beam file and optionally save it to disk