WIP obeam (御-BEAM) is a utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.
Supported compilers which generate BEAM files are
- Erlang/OTP 19
- Erlang/OTP 20
- Erlang/OTP 21
opam pin add obeam .
make test
erlc test/test01.erl
_build/default/example/read_beam.exe test01.beam
obeam has been greatly improved by many contributors!