开发者

howto turn otool output into compilable form?

开发者 https://www.devze.com 2023-02-07 05:08 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消