viruscamp / luadec

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

Recompile compiled function and compare function proto one by one #10

Closed viruscamp closed 10 years ago

viruscamp commented 10 years ago

Recompile compiled function and compare function proto one by one, must be after #9 . 逐个函数比较功能,应该在 #9 后完成。

目前有 -fc compile decompiled function and compare int func_check=0; /* compile decompiled function and compare */

int FunctionCheck(const Proto* f, int indent, StringBuffer* str) // 未实现