Answer the question
In order to leave comments, you need to log in
What does objdump want from me?
Good day.
I understand with dsm from synology. I downloaded the latest firmware version, unpacked it, found nginx and crowds of cgi scripts there. it turned out, almost all - elf.
I'm trying to reverse.
objdump says
----- ----/hda1/usr/syno/synoman/webman $ objdump -f pingpong.cgi
pingpong.cgi: формат файла elf32-little
архитектура: UNKNOWN!, флаги 0x00000102:
EXEC_P, D_PAGED
начальный адрес 0x00011e54
---- -----/hda1/usr/syno/synoman/webman $ objdump --disassemble pingpong.cgi
pingpong.cgi: формат файла elf32-little
objdump: невозможно выполнить дизассемблирование для архитектуры UNKNOWN!
----- ------/hda1/usr/syno/synoman/webman $ file pingpong.cgi
pingpong.cgi: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), for GNU/Linux 2.6.32, dynamically linked (uses shared libs), stripped
Answer the question
In order to leave comments, you need to log in
Your objdump does not support this architecture. Either you need to rebuild it, or take it from the toolchain.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question