Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 如何将otool输出转换为可编译形式?_Macos_Disassembly_Otool - Fatal编程技术网

Macos 如何将otool输出转换为可编译形式?

Macos 如何将otool输出转换为可编译形式?,macos,disassembly,otool,Macos,Disassembly,Otool,您好, 我已经用Maci386二进制文件(通过otx和otool-tV)创建了几个文本文件,但是当我再次尝试重新编译它们时,我失败了 我试过了 cc-x汇编程序测试 但我几乎每一行都会收到这样的信息: test.s:9342:垃圾字符48(0) test.s:9342:忽略行的其余部分。值为48(0)的第一个垃圾字符。 如何将otool输出转换为可编译形式?有可能吗 提前感谢您提供的任何提示和提示

您好, 我已经用Maci386二进制文件(通过otx和otool-tV)创建了几个文本文件,但是当我再次尝试重新编译它们时,我失败了

我试过了

cc-x汇编程序测试
但我几乎每一行都会收到这样的信息:


test.s:9342:垃圾字符48(0)

test.s:9342:忽略行的其余部分。值为48(0)的第一个垃圾字符。

如何将otool输出转换为可编译形式?有可能吗

提前感谢您提供的任何提示和提示