D
D
dollar2019-06-04 15:15:49
C++ / C#
dollar, 2019-06-04 15:15:49

Which is easier for a hacker to decompile: C/C++ code with -O1 or LuaJIT code?

Of course, without hints in the code to the debugger.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
TyzhSysAdmin, 2019-06-04
@dollar

You are comparing two different technologies. LuaJIT is an interpreted language, it generally decompiles without problems.
And so, in principle, deep purple that reverse.

S
Saboteur, 2019-06-04
@saboteur_kiev

depends on experience.
If I came across LuaJIT, then LuaJIT, if I came across C / C ++, then c / C ++.
As if a general hacker system education does not exist.

R
Roman Mirilaczvili, 2019-06-04
@2ord

Lua is an interpreted language. Why decompile it?
From the point of view of protection against a hacker, you should not think about hackers at first. It is better, on the contrary, to make the platform as open and accessible as possible for distribution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question