|
|
|
|
|
by eloff
1850 days ago
|
|
Only if detection requires solving the halting problem. It does not. You just look for certain instructions that normal code shouldn't use. JIT isn't allowed (which means all instructions the program uses can be checked statically), so it should be easy enough. |
|
The real saving grace here is that iOS app binaries are submitted as LLVM IR instead of ARM machine code.