• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Help me decompile .dll for view Lua code

Newbie Spellweaver
Joined
Mar 24, 2014
Messages
38
Reaction score
5
hello everyone,
i got a problem with dll, my friend he has convert .Lua code to .DLL and he ask me how to decompile this to Lua code original.
anyone can help me how to decompile this dll and view lua code?
thanks so much! :(:

View attachment resources.zip
 

Attachments

You must be registered for see attachments list
Libre Software Dev
Developer
Joined
Sep 25, 2012
Messages
676
Reaction score
434
If your friend converted some code to a DLL he should still have the code, because he didn't convert the code. A dll is a compile library of functions.
 
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
LUA Code..? This is certainly C++. Compiled with VC100. No way of getting source code from C++. If it would be that easy, we all would have source code to the greatest games ever made.

So without getting the original source code from d:\auto\vantieu\ it's not possible to get the exact same code.
 
Newbie Spellweaver
Joined
Mar 24, 2014
Messages
38
Reaction score
5
finally i can decompile this,
my friend help me do that, he said this is reseve renginering and now i got full code from this dll. thanks for many help.
 
Junior Spellweaver
Joined
Jun 14, 2015
Messages
123
Reaction score
20
The Lua bytecode buffer is at file offset 0xB784 with size 0x600B. Luadec output is here: .
 
Back
Top