Re: Lua4 Undump
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua4 Undump
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年2月13日 22:24:12 -0200
> If you wouldn't mind, would you please look through these files and
> tell me in plain English what the numerical values in the listings
> signify?
You'll have to read lopcodes.h, sorry. It's not C codel it's the comments
after each instruction: they tell what the instructions do to the stack.
> I do not know what a "stack" or "stack pointer" is.
Then I'm afraid that writing a Lua 4 decompiler is not a task for you.
--lhf