Menu

Detect ARM binary

Help
2010-03-23
2013-04-21
  • Edward Robbins

    Edward Robbins - 2010-03-23

    Opening an ARM binary file Beye does not recognise that it should disassemble the file. I do not know why this is. The only thing I can think is it expects ELF format or similar? I can disassemble the file with:

    objdump -D file -b binary -EL -m arm

    Can anyone help?

     
  • Anonymous

    Anonymous - 2010-03-23

    Beye doesn't support definition: flat binary file.

    Along ago it treated flat binary files as DOS .com with x86 instruction set inside files, but later such feature was removed from it and it became treat such files just as data files.

     
  • Edward Robbins

    Edward Robbins - 2010-03-23

    Would it be hard to add support for it? And have a command line option to override file type detection. So normally it would open it as data, but you can specify that it is machine code?

     
  • Anonymous

    Anonymous - 2010-03-23

    Please post your idea and your vision of its implementation on:
    https://sourceforge.net/tracker/?group_id=1475&atid=351475

     

Log in to post a comment.