Skip to content

Instantly share code, notes, and snippets.

@Lanchon
Lanchon / CM11-M10 sdcard.c objdump
Created October 1, 2014 20:04
CM11-M10 sdcard.c objdump
sdcard: file format elf32-littlearm
Disassembly of section .plt:
00000f68 <__libc_init@plt-0x14>:
f68: e52de004 .word 0xe52de004
f6c: e59fe004 .word 0xe59fe004
f70: e08fe00e .word 0xe08fe00e
@Lanchon
Lanchon / CM11-M10 sdcard.c listing
Created October 1, 2014 20:01
CM11-M10 sdcard.c listing
ARM GAS /tmp/cc3I8rcL.s page 1
1 .syntax unified
2 .cpu cortex-a15
3 .eabi_attribute 27, 3
4 .fpu neon
5 .eabi_attribute 20, 1
6 .eabi_attribute 21, 1
7 .eabi_attribute 23, 3