답변:
질문의 범위는 다소 넓으므로 단계적으로 접근하는 것이 좋습니다.
참조 : 는 FFmpeg 명령 줄 옵션을
head
파일에 처음 몇 줄의 코드가 표시됩니다.
16 진수로 가져 오는 '좋은'방법, 파일을 gvim으로 가져오고 '메뉴'(추상 명령 입력을 원하지 않는 경우)에서 xxd를 통해 16 진수로 가져 오는 데이터를 넣을 수있는 옵션이 있습니다. 복사 / 붙여 넣기를 할 수 vim
있고 손끝에서 멋진 도구를 모두 사용할 수 있으므로 이와 같은 파일을 열 수있는 보편적 인 곳입니다 !
들어 ELF의 파일을, 그 추측 readelf
을 권장합니다.
예를 들어 :
$ readelf -h ELF_FILE
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: ARM
Version: 0x1
Entry point address: 0x15565
Start of program headers: 52 (bytes into file)
Start of section headers: 2919696 (bytes into file)
Flags: 0x5000402, Version5 EABI, hard-float ABI, <unknown>
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 8
Size of section headers: 40 (bytes)
Number of section headers: 39
Section header string table index: 36
file
명령을 시도 했습니까 ?