Jump to content

What's the difference?


Go to solution Solved by DrogenKinder,

9 posts in this topic

Recommended Posts

Posted

In the control file when compiling a hack, what's the difference between

 

ARCHS = armv7 arm64

 

and

 

ARCHS = armv7 arm64 armv7s

Posted

Basically you tell the compiler which architectures you want to compile this tweak for.

 

If you leave just armv7, the dylib will be half the usual size.

Posted

These are for compatibility ex. "ARCHS = armv7 arm64" will only install/work in armv7, arm64 devices. But im not sure.

 

Basically you tell the compiler which architectures you want to compile this tweak for.

 

If you leave just armv7, the dylib will be half the usual size.

I still don't understand, I know that it makes the hack support armv7 and arm64 devices but, what is the armv7S for then?

 

Here's an exemple : I recently made a Mimo hack using ARCHS = armv7 arm64. If I had used armv7s also, what would have changed?

Posted

I still don't understand, I know that it makes the hack support armv7 and arm64 devices but, what is the armv7S for then?

 

Here's an exemple : I recently made a Mimo hack using ARCHS = armv7 arm64. If I had used armv7s also, what would have changed?

Google armv7s :p

Posted (edited)

Google armv7s :p

I did, it states that iPhone 5 runs armv7s but it ALSO runs armv64 lol... I don't understand what's the diff.. D:

 

well you could just tell me xD do you use all 3? or just arm7 and arm64 when hooking

Updated by Crypto
  • Solution
Posted (edited)

I still don't understand, I know that it makes the hack support armv7 and arm64 devices but, what is the armv7S for then?

 

Here's an exemple : I recently made a Mimo hack using ARCHS = armv7 arm64. If I had used armv7s also, what would have changed?

 

it is like the differences between coding languages C and C++ : In general, everything that exists in C is supported in C++.

C++ is object oriented (so, for examples, you have classes), C is not.

C++ has a boolean type C doesn't.

They are different languages. They just share most of the syntax

 

I guess it is the same with armv7 and 7s :p

Updated by DrogenKinder

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