Very cool , thank you. That makes a huge difference for modding!

I noticed there are a few errors, not sure if they are related to the disassembly.
For example, when I replace the original ux hg_search.zip with the disassembled version, there are errors in the program, whereas the original worked fine.

A specific example: in hg_search_base.lua, on several locations the line in function OneBoxSearch:SetupQuery(filter):
Code:
Please Login or Register to see the links
should read:
Code:
Please Login or Register to see the links
In fact, all the errors I found are related to wrong or missing function arguments, everything else is absolutely perfect.

Any ideas why this could be wrong? Totally not urgent, since I found/fixed the ones from the code I was modifying.

Version used: ux_9.35.2.153810 (corresponding to the same Luna version, running on an arm64 v8a phone)