Jump to content

Need Help with IDA


0xNoctis

23 posts in this topic

Recommended Posts

Posted

Can someone Help Im using IDA to hack a app with Coins etc For Improving myself with IDA but i cant seem to find the Strings i think it has something to do with "ARM little-endian [arm]" i Search Bux as its Tiny towers lol (app) but Nothing comes up

i also cant seem to find the "ADD R2, R3" things and all the Right Strings to Actually be able to hack the money 

  • Replies 22
  • Created
  • Last Reply
Posted
52 minutes ago, Noctisx said:

Can someone Help Im using IDA to hack a app with Coins etc For Improving myself with IDA but i cant seem to find the Strings i think it has something to do with "ARM little-endian [arm]" i Search Bux as its Tiny towers lol (app) but Nothing comes up

i also cant seem to find the "ADD R2, R3" things and all the Right Strings to Actually be able to hack the money 

Tiny towers is a unity game u need ll2cpp dumper to dump the functions. After everything is loaded into IDA run the script file in ida from the file menu and you’ll see the functions. 

Google ll2cpp dumper to get the files you need. I cannot advertise here😊😊😊

Posted
1 minute ago, Qnzboi102 said:

Tiny towers is a unity game u need ll2cpp dumper to dump the functions. After everything is loaded into IDA run the script file in ida from the file menu and you’ll see the functions. 

Oh Okay well is there any games i can Practice on thats not unity or whatever

Posted
2 minutes ago, Noctisx said:

Oh Okay well is there any games i can Practice on thats not unity or whatever

Hehe I been practicing in subway surfer and TempleRun. They are a lot of functions to play with but they are unity games as well. You have to be afraid to fail that’s how u get better. Just saying. Most games are unity now, so practice with those get better at dumping functions

Posted
1 minute ago, Qnzboi102 said:

Hehe I been practicing in subway surfer and TempleRun. They are a lot of functions to play with but they are unity games as well. You have to be afraid to fail that’s how u get better. Just saying. Most games are unity now, so practice with those get better at dumping functions

Thank you sir 

Posted
10 minutes ago, Qnzboi102 said:

No problem

i downloaded llcppdumper and have the game binray and meta file  when i load llcppdumper it says what Unity version where would i find that

Posted

/name of game.app/data right click on the file called globalgamemanagers open in either notepad or if u have notepad++ 

its on the first line inbetween NUL

looks like this NUL 2018.4.8fl NUL

yours might be different

Posted
9 minutes ago, Qnzboi102 said:

/name of game.app/data right click on the file called globalgamemanagers open in either notepad or if u have notepad++ 

its on the first line inbetween NUL

looks like this NUL 2018.4.8fl NUL

yours might be differentInsert image from URL

So i Opened dump.cs in notepad ++ What do i do now do i open the binary in IDA now and it will be there?

Posted
3 minutes ago, Noctisx said:

So i Opened dump.cs in notepad ++ What do i do now do i open the binary in IDA now and it will be there?

No wait for the binary to load in IDA. 

After that run the script.py in Ida go to file/ click on script file and load the script that was generated by ll2cpp let that complete and you will start seeing the function in IDA

Archived

This topic is now archived and is closed to further replies.

×
  • 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