Questions tagged [lua]
Lua is a lightweight, embeddable, multi-paradigm, dynamically-typed programming languague.
22 questions
0
votes
0
answers
172
views
How can I extract/decompile Lua code from a Unity Android game?
I'm currently creating a private server for a game that closed almost a year ago, and I'm stuck at a point where my server has to respond to the game to populate the server list.
The problem is that I ...
1
vote
1
answer
860
views
How to decode lua files and resource files that are protected from Frida and IDA64?
I am trying to decrypt Lua files from an Android game "The Sea Road: Fate Assembly" (APK download link). It uses Cocos2d-x, but it's encrypted, maybe with AES encryption.
With Frida, the ...
2
votes
0
answers
133
views
How to find passphrase for Lua maked in cocos game?
I tried to decompile and find main.lua in file (link below) with IDA Pro but it wasn't helpful, because every lua file has it own signature and there is no key near string main.lua.
I also tried to ...
2
votes
0
answers
223
views
Find decryption key of coco2d lua
I am trying to find the encryption key for a lua file from a .so file
But I am new in this field. I visit websites and found that key is inside xxteaDecrypt function I found two xxteaDecrypt function.
...
3
votes
0
answers
647
views
How to decrypt cocos2d luac type?
I am new with IDA and cocos2d. Since I have learned how to decrypt cocos2d Lua file, I found xxtea tool with Sign and Key and how to find Sign header in some game in Lua file.
But that method does not ...
1
vote
0
answers
181
views
A way to detect a anti-cheating system
I have created a DLL for DLL inject injection to add a force feedback to a GOG game. The DLL Work perfectly. I have tried to see how work the Debug in CE with this script:
debugProcess() -- Attach ...
0
votes
0
answers
4k
views
Lua script decode method?
I have a game plugin that enables the lua script encryption.I tried to decode it but it seems used many useless encode method to let you cannot understand it.It seem like some enctypted lua script ...
2
votes
1
answer
2k
views
Decrypting Lua Files from game
I'm truing to decrypt LUA scrpits from cocos2dx game (for wiki).
Links to files of game:
libhellolua.so (cocos2dx external library)
example encrypted LUA-scripts (*.abc files)
I was reading a ...
1
vote
0
answers
603
views
How to decompile these LUAs from the Bookworm Adventures games?
I'm trying to decompile the LUCs (customly extensioned LUAs) from both of the games but they won't decompile, they aren't encrypted and use LUA version 5.0.2 (32-bit) according to the game's code. ...
1
vote
2
answers
1k
views
Finding lua C functions compiled binary
So i am trying to "hack" a game however not for cheating purposes. I am looking to extend the games scripting functionality through a DLL that can look for processes and return them. The game I am ...
2
votes
2
answers
4k
views
Need help with reverse engineering camera-related information in a video game
I've posited a similar question over on the Game Development StackExchange, but I'm going to refine it, elaborate, and piecemeal a more R.E.-specific context with the hope that someone out there has ...