I am reversing an ELF file, it's ARM architecture file.
But my OS is AMD linux.
How can I do reversing work for the ARM ELF file on AMD linux?
Asked
Active
Viewed 1,159 times
2

three2zero
- 119
- 1
- 12
2 Answers
2
You can do reverse engineering for almost arm architecture binaries with radare2.
Radare2 has architecture option -a.

Rabbit
- 36
- 5
1
Your host architecture has little to do with reverse engineering, unless you are trying to execute a binary. Decompilers/disassemblers are built to understand a variety of binary formats (not too different from a video player that handles many codecs). As long as your tools support the architecture, you're fine.

multithr3at3d
- 611
- 3
- 15
radare
as a answered in your previous question - https://reverseengineering.stackexchange.com/questions/27738/is-it-possible-to-reverse-cgi-binary-file – R4444 May 28 '21 at 16:39file filename
output? – R4444 May 29 '21 at 15:20