I get stack dump from android's logcat and it shows code around pc like that:
I/DEBUG ( 1006): code around pc: I/DEBUG ( 1006): 825b11b8 e1cd66d8 e59de070 e046a007 e3caa00f I/DEBUG ( 1006): 825b11c8 e1a0c007 e1a06000 e0808005 e0809085 I/DEBUG ( 1006): 825b11d8 f426892d f428c92d f469092d e25cc010 I/DEBUG ( 1006): 825b11e8 f426992d f428d92d f308014c f469192d I/DEBUG ( 1006): 825b11f8 f30aa14e f466492d f30c2160 f468892d
The question is: using gcc/binutils, how can I convert that stuff into asm?