Skip to content

This escript takes a path to a .beam file as an argument and outputs its Core Erlang representation

License

Notifications You must be signed in to change notification settings

tchoutri/to_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Core MIT License

This program takes a BEAM Bytecode (.beam) file as an argument, and outputs on stdout its Core Erlang representation

Installation

$ MIX_ENV=prod mix escript.build
$ cp to_core ~/.local/bin # OR mix escript.install --force

Usage

$ to_core "_build/to/ebin/foo.beam"

Thanks again to Bryan Joseph (@bryanjos) :)

About

This escript takes a path to a .beam file as an argument and outputs its Core Erlang representation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages