Einzelnen Beitrag anzeigen

HolgerX

Registriert seit: 10. Apr 2006
Ort: Leverkusen
961 Beiträge
 
Delphi 6 Professional
 
#2

AW: [LUA] Lua Skript decompilieren

  Alt 28. Aug 2017, 04:23
Hmm..

Lua ist eine Scriptsprache, dessen Script normalerweise erst zur Laufzeit Compiliert wird...

Mit luac kann zwar vorab compiliert werden, ob dies wieder decompiliert werden kann bezweifle ich.

Bedenke, dass das Compilat Bit-Abhängig ist..
Sprich auf 16Bit compiliert läuft es nicht auf 32Bit-Systemen..

https://www.lua.org/manual/4.0/luac.html

Zitat:
The binary files created by luac are portable to all architectures with the same word size. This means that binary files created on a 32-bit platform (such as Intel) can be read without change in another 32-bit platform (such as Sparc), even if the byte order (``endianess'') is different. On the other hand, binary files created on a 16-bit platform cannot be read in a 32-bit platform.
EDIT
Es gibt doch nen Decompiler:
http://luadec.luaforge.net/

Geändert von HolgerX (28. Aug 2017 um 04:29 Uhr)
  Mit Zitat antworten Zitat