BEAM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executables |extensions={{ext|beam}} }} '''BEAM format''' is an executable format associated with the BEAM virtual machine, which i...") |
Latest revision as of 01:42, 14 February 2015
BEAM format is an executable format associated with the BEAM virtual machine, which is designed for programs written in Erlang. BEAM stands for Bogdan's Erlang Abstract Machine.
[edit] Identification
BEAM (R5 and later) is based on a variant of IFF. Files begin with 'F' 'O' 'R' '1' ?? ?? ?? ?? 'B' 'E' 'A' 'M'.
There is also an older format, which begins with 0x7f 'B' 'E' 'A' 'M' '!'.