ItsMods

Full Version: [iOS] I see what you did there, compiler.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heart
[attachment=1733]

Also the functions that check if an iPhone or an iPad are being used utilize a string compare.
pop ebx ?
Nope.

C++ Code
  1. bool IsDebuggerPresent() {
  2. return false;
  3. }

$R0 is like the EAX in ARM CPU's.
And the opcodes are different because it's RISC instead of CISC. (and unrelated to Intel which probably defined the naming)