View Source decompiler (util v1.1.5)
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
-spec fun_src(function(), Options :: [verbose | ast]) -> string().
-spec run(string() | binary()) -> ok | {error, any()}.
-spec run(string() | binary(), [verbose | erl | ast]) -> ok | {error, any()}.