Reputation: 24964
I'm currently disassembling a Mach-O executable(the executable runs on Mac OS X, to be specific) in IDA Pro on windows. I have one instruction which I want to change, but it doesn't seem that IDA Pro allows you to do this. So, I tried using otool on OS X to dump the assembly(which it does fine). However, after editing the assembly in otool, I tried to reassemble it using as <file name of modified otool -tV output>
. This greets me with a bunch of errors like Junk character 43 (+)
. What's the easiest way to change just a single instruction in a Mach-O binary on Mac OS X?
Upvotes: 10
Views: 4268
Reputation: 8131
I use Synalize It!.
You can load also a custom grammar (example for png files, showing header, tags, etc...)
Upvotes: 1