Jump to content

Is their anyway to decrypt and remove Sub_x from a binary?


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

Posted

Is their anyway to make a sub_x binary not sub_x anymore? Like so that the functions in Ida are readable?

Theirs a certain thing I want to mod on Terraria but it's sub_x, since Terraria on android isn't sub_x I found the function and it works but I want to use that same function from my android to iOS ( I can't use gdb or GameGem to get this offset sadly)

  • Solution
Posted

You can map over the Android non sub_x function to the iOS one. Just look for a unique instruction and search it in the iOS sub_x binary.

Posted

You can map over the Android non sub_x function to the iOS one. Just look for a unique instruction and search it in the iOS sub_x binary.

Ok I will try

Posted

You can map over the Android non sub_x function to the iOS one. Just look for a unique instruction and search it in the iOS sub_x binary.

I tried most of the unique function but I couldn't find the correct one

Posted

I tried most of the unique function but I couldn't find the correct one

Keep trying. Maybe you'll find some strings also.

Strigs close to the function*

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