SkillAgentSearch skills...

Pybeam

Python module to parse Erlang BEAM files

Install / Use

/learn @matwey/Pybeam
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Python PyPI version Documentation Status

pybeam

Python module to parse Erlang BEAM files.

Pull-requests are always welcome.

Quick start:

import pybeam
p = pybeam.BeamFile("/usr/lib64/erlang/lib/appmon-2.1.14.1/ebin/appmon.beam")
print(p.imports)
print(p.exports)
print(p.atoms)

References

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated9mo ago
Forks13

Languages

Python

Security Score

87/100

Audited on Jun 23, 2025

No findings