Jump to content

The UPDATED & IMPROVED ARMConverter.com 2.0!


139 posts in this topic

Recommended Posts

Posted

Please add ADRL support and ADR support.

 

  1. ADD IP, PC, #300000
  2. ADD IP, IP, #2F00000
  3. LDR PC, [IP, #BE8]!

On the Library, i want to change ADR
ADR R12, 0x32FE58 to ADR R12, 0x32FBE8 

but its show "Missing CPU Features" on the Converter.

dFF

Posted (edited)
3 hours ago, Yuuki Kato said:

Please add ADRL support and ADR support.

 

  1. ADD IP, PC, #300000
  2. ADD IP, IP, #2F00000
  3. LDR PC, [IP, #BE8]!

On the Library, i want to change ADR
ADR R12, 0x32FE58 to ADR R12, 0x32FBE8 

but its show "Missing CPU Features" on the Converter.

dFF

 

Is this for Android?

Updated by Rook
Posted
2 hours ago, Rook said:

Is this for Android?

Are your converter is limited for IOS Only? Im currently working on some project for 2 platform, IOS and Android 8.

Posted
4 hours ago, Yuuki Kato said:

Are your converter is limited for IOS Only? Im currently working on some project for 2 platform, IOS and Android 8.

No, it’s also for Android. But ARM64 is our primary focus.

Do you by any chance have the hex codes of the above instructions or very similar versions of them?

Posted
9 hours ago, Rook said:

No, it’s also for Android. But ARM64 is our primary focus.

Do you by any chance have the hex codes of the above instructions or very similar versions of them?

I have the hex codes.. ADRL is generated by 2 ADD or 2 SUB, Can be also combined with LDR to reach wider range or specific. So the problem is, if im using manually using ADD its require ImageBase and VirtualBase, I  cant point to specific offsets maybe by having support ADRL on your converter, it would be really helpful because it'll auto-generated by 2 ADD and 1 LDR. For example i type : ADRL R12, 0x0035F24C it would simply generate ---> ADD IP, PC, #0x300000 and ADD IP, IP, #0x51000 and LDR PC, [IP, #0xa3c]!

Here's the ADRL codes with LDR : 03 C6 8F E2 51 CA 8C E2 3C FA BC E5. The LDR is separated but it helping the ADRL to point the specific Offsets.

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