Skip to content Skip to sidebar Skip to footer
Showing posts with the label Arm

Native Self-modifying Code On Android

I am trying to make some self-modifing native code on Android and run it in the emulator. My sample… Read more Native Self-modifying Code On Android

Have Narrowing Conversion Error In C++ Arm From Android Ndk

I have narrowing conversion error in C++ arm from Android NDK. Have a following code: int16_t ax = … Read more Have Narrowing Conversion Error In C++ Arm From Android Ndk

Is It Possible To Change Endianness Mid-execution On Arm (android/linux)?

I am wondering if it is possible to change the endianness of a running application mid-execution on… Read more Is It Possible To Change Endianness Mid-execution On Arm (android/linux)?