Jump to content

6 posts in this topic

Recommended Posts

Posted

Hello,

 

I can't figure out if this game is unity or non-unity.
There is no globalmetadata.dat and when I open the binary in IDA it loads in 15 sec and the useful functions are not present.

Someone can help me ?

thanks in advance !

  • Like 1
  • Solution
Posted

Hey,

Roblox is likely not Unity. Especially if it doesn’t have the typical Unity structure.

Make sure you are loading the correct executable in IDA.

Posted

 

I am using the binary file named "Roblox", could this be the wrong one in this case?

The others are .nib .plist .h ...

Posted (edited)

Any idea what file it could be? if not the main file you need, then which one? i am confused about this

Updated by DeMoN3X
Posted

It's not Unity. The main executable is likely just a caller for other things (I'd a guess a bridge between their Lua code and the Lua engine). Iirc there's a directory with their Lua code and some of it is encrypted. What could be interesting is if you find where that code is decrypted in the small binary you have and try and forge new Lua scripts by decrypting, modifying and then recrypting them using the same key and algo.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines