我正在尝试从 UNIX 可执行文件 (vmware-vmx) 中提取一些东西。
当我尝试执行lipo vmware-vmx -thin i386 -output vmware_x64
时,出现错误
input file (vmware-vmx) must be a fat file when the -thin option is specified
它是什么,我该如何解决?
我正在尝试从 UNIX 可执行文件 (vmware-vmx) 中提取一些东西。
当我尝试执行lipo vmware-vmx -thin i386 -output vmware_x64
时,出现错误
input file (vmware-vmx) must be a fat file when the -thin option is specified
它是什么,我该如何解决?