I need to convert a lot of Machine code hex to Assembly. I'm using the free version of IDA. I'm confident it can do this, but whenever I input the machine code in formats raw, bin, hex, exe, dmp it opens like this:
seg000:00010 32 34 35 32 20 33 31 35 30 20 65... 2452 3150 e0ff 3
But I want something like:
seg000:00010 2452 3150 e0ff 3...moreHex f..b...%..3k..
These questions are close but not specific enough for me.
How to convert machine code to assembly code?
How might I convert Intel 80386 Machine Code to Assembly Language?