P
P
prog3232014-04-24 20:38:21
Erlang
prog323, 2014-04-24 20:38:21

What erlang code obfuscators do you recommend that don't break?

The compiler generates a beam file.
1. Can it be obfuscated so as not to get the source code?
2. What erlang code obfuscators do you recommend that don't break?
3. How much will the performance of the code drop during obfuscation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-04-24
@begemot_sun

I think you should be banned already.
The Erlang compiler compiles to byte code. Remove the insertion of debug information during compilation, and it will be difficult to decompile the code (get the source code).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question