howto turn otool output into compilable form?
Greetings, I've created a couple of text files from mac i386 binary (via otx and oto开发者_运维知识库ol -tV ), but when I try to recompile them again, I fail.
I've tried
cc -x assembler test.s
But I keep getting this for almost every line :
test.s:9342:Junk character 48 (0).
test.s:9342:Rest of line ignored. 1st junk character valued 48 (0).
How can I turn otool output to a compilable form ? It is possible?
Thanks in advance for any tips and hints how to do this
精彩评论