Skip to content

maxohq/maxo_decompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxoDecompile

CI Hex.pm Hex Docs Total Downloads Licence

MaxoDecompile is an Elixir / Erlang code decompiler. This is a modifed and updated version from https://github.com/michalmuskala/decompile. It has tests and the code is more maintainable.

Installation

$ mix archive.install hex maxo_decompile

Usage

# prints Elixir code to terminal ()
$ mix maxo.decompile MaxoDecompile.Core --to ex

# same as
$ mix maxo.decompile MaxoDecompile.Core --to ex --stdout=true

# prints Erlang code to terminal
$ mix maxo.decompile MaxoDecompile.Core --to erl

# prints ASM code to terminal
$ mix maxo.decompile MaxoDecompile.Core --to asm

The docs can be found at https://hexdocs.pm/maxo_decompile.

Alternatives

Support

Sponsored by Quantor Consulting

License

The lib is available as open source under the terms of the MIT License.

About

Elixir / Erlang code decompiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages