发布时间:2013-09-22 09:44:17
在有些软件中需要大量的浮点运算,举个例子; 音频处理。如果所用的CPU不带FPU,这些运算就要用软件实现,举个例子:其中乘法操作,可能会用 __aeabi_dmul 来代替,The ARM floating-point environment is an implementation of the IEEE 754-1985 standard forbinary floating-point arithmetic.An ARM system .........【阅读全文】
发布时间:2013-09-07 10:58:17
在C中一定要返回正确的值,否则会导致返回值不确定。
另外可以学习到,如何dump 跟source code match的assembly code......【阅读全文】
发布时间:2013-09-03 09:54:39
Android 4.1 Support PIE之后,一个非PIE的elf放到4.1系统上运行,发生Native Exception backtrace无法解析。
......【阅读全文】