viruscamp / luadec

Lua Decompiler for lua 5.1 , 5.2 and 5.3
1.14k stars 343 forks source link

There is something error when try to decompiling lua 5.1 file #71

Open eric-cainiao opened 4 years ago

eric-cainiao commented 4 years ago

I use "luadec.exe new_client.lua" to try to decompiling the new_client.lua then I get the following message:

avatar_chen@DESKTOP-K6803EJ MINGW64 /d/2020-07-30_lua64_update_v06 $ /d/luadec/luadec/luadec/luadec.exe -pn new_client.lua D:\luadec\luadec\luadec\luadec.exe: not enough memory

Then, I use luadec.exe to try to decompiling other old_client.lua. The output looks ok.

avatar_chen@DESKTOP-K6803EJ MINGW64 /d/2020-07-30_lua64_update_v06 $ /d/luadec/luadec/luadec/luadec.exe -pn old_client.lua 0 0_0 0_1 0_2 0_3 0_4 0_5 0_6 0_7 0_8 0_9 0_10 0_11 0_12 0_13 0_14

Why is the first one indicating that there is not enough memory?

Can someone help for this? Thank you!

eric-cainiao commented 4 years ago

lua_src.zip