Jump to content

10 posts in this topic

Recommended Posts

Posted (edited)

You mean binary to hex? :)

Hex is base 16, take 59 for instance, 111011 is binary.

111011 = 2^0+2^1+2^3+2^4+2^5 =59

59/16= 3*16 +11

11 is B (0123456789ABCDEF)

We cant do 3/16 since its not a integer number so just leave 3 and 3 is 3 and You get 3B.

There is also Vigesimal (Base 20)

With vigesimal, the convention is that I is not used because it looks like 1, so J=18 and K=19.

And there is the alphabet with "Base 26"

it seems more natural to use A=1, B=2, etc, as everyone thinks that A is the first letter, B is the second, and so on. So I use the A=1, B=2, convention, and I use Z for Zero

Updated by mehdiphone
Posted

/summon master @@shmoo

 

1. google IDA pro.

2. download the 6.6 demo

3. go to ur phone

4. crack the game's binary with clutch

5. put that binary on ur computer

6. open up IDA and choose the binary

7. prepare to get mindf**ked lol

 

Thats how I felt when I first opened IDA, I had no idea how to read it :p

Posted

/summon master @@shmoo

1. google IDA pro.

2. download the 6.6 demo

3. go to ur phone

4. crack the game's binary with clutch

5. put that binary on ur computer

6. open up IDA and choose the binary

7. prepare to get mindf**ked lol

Thats how I felt when I first opened IDA, I had no idea how to read it :p

I dont think this is what he wants.

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