Bahador Nazarifard
Bahador Nazarifard

Reputation: 11

Is there any erlang BEAM decompiler?

Is there any solution to manipulate (or decompile and recompile again) an erlang .beam file that has no_abstract_code?

  1. :beam_lib.chunks("myfile.beam",[:abstract_code]) doesn't work.
  2. famous beam_lib wrapper https://github.com/hrzndhrn/beam_file doesn't work.

I tried to work with beam_lib and beam_file, but I failed.

Upvotes: 1

Views: 84

Answers (0)

Related Questions