Nytro Posted January 10, 2013 Report Posted January 10, 2013 INTRODUCTION TO ARM LINUX EXPLOITINGMetin KAYAkayameti@gmail.com2013.01.09, 15:30, IstanbulMetin KAYA - Official Web Site [EnderUNIX]http://www.twitter.com/_metinkayaThis paper is the Linux version of the documenthttp://www.signalsec.com/publications/arm_exploiting.pdf which mentions exploiting ARM onWindows systems. Thanks Celil ÜNÜVER for inspiring me.The ARM architecture is used in crucial positions; e.g., mobile phones, femtocells, smallcells,SCADA systems, POS machines.Basic knowledge on ARM, GDB, GCC, C, assembly, Python, and some bash commands isnecessary to understand what is going on in the document.The host machine is x86 Linux (32 bit 3.5.0 kernel), so an ARM cross compiler [1] is required fortarget machine which is ARMv7 little-endian Linux (32 bit 2.6.34 kernel).Download:http://packetstorm.foofus.com/papers/general/exploit_arm_linux_en.pdf Quote