Jump to content

[TUTORIAL] How To Hack Using IDA


113 posts in this topic

Recommended Posts

Posted
On 10/2/2018 at 3:46 PM, kebrumotis said:

"MOV R0,#0 is a very common way of writing false".....only R0 is used for true/false or it can be any register to say true as long as the operand is #0/#1.????

no, you can use other registers to hold boolean value, what he means is that return value of method call would be stored in r0

Posted
On 5/8/2019 at 8:55 AM, Raxy said:

Can this be applicable to online server sided games

it depends, some values are stored on server but some are stored in client, for ex 8 ball pool game are server side game, its cue has different guideline length and stored on server, but in client you can tweak to modify this length as you wish and it only change the length on your phone, other still can see normal length

On 10/26/2017 at 12:03 AM, Bravebird said:

do I need to remove aslr to do this? I need to learn about offsets before I can remove aslr for iOS 9 right? if so thats why I came here

you just find out what is aslr value using image list command in lldb, then plus with address you get in IDA to make a real address for breakpoint

Posted

Hello nice tutorial,, I have some problems in Ida i Download many versions all version only can open (script.Idc) not the .py  …second thing how I get the python file !!all tutorials are (dumb the binary with global metadata) with the dumper and get the script.py ,,but when i do it I dumb the unity farm work with the meta global and I get (script.json) not the .py so I can’t see any functions or strings 

I try to convert the json to python online and nothing happened just stake so any help here guys 

Posted
On 3/19/2022 at 5:18 AM, Hussen S said:

Hello nice tutorial,, I have some problems in Ida i Download many versions all version only can open (script.Idc) not the .py  …second thing how I get the python file !!all tutorials are (dumb the binary with global metadata) with the dumper and get the script.py ,,but when i do it I dumb the unity farm work with the meta global and I get (script.json) not the .py so I can’t see any functions or strings 

I try to convert the json to python online and nothing happened just stake so any help here guys 

No problem bro I solve the problem lol

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