kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 78 forks source link

At run time, the number displayed is 0 #19

Open JakieZhang opened 5 years ago

JakieZhang commented 5 years ago

Dear

When run the target , The number is always 0 , please kindly help to find where i was wrong . Thanks very much

屏幕快照 2019-05-08 下午6 47 55

kam800 commented 5 years ago

Thanks for reporting the issue.

What Xcode version did you use to compile MachObfuscator? What are te contents of the HuanShiXiuXian directory? (Could you please use find . inside the directory?)

JakieZhang commented 5 years ago

Dear My X-code version is 10.2.1, I have attached the HuanShiXiuXian directory information, If needed, I can send the MachO file to you , any questions else, please feel free to contact me , thanks very much .

1557327443834 1557327543501

JakieZhang commented 5 years ago

Thanks for reporting the issue.

What Xcode version did you use to compile MachObfuscator? What are te contents of the HuanShiXiuXian directory? (Could you please use find . inside the directory?)

kam800 commented 5 years ago

I think I know what the problem is. As an argument you need to point unzipped Payload directory, not the IPA.

JakieZhang commented 5 years ago

oh my god , this is my fault , After point to Payload File ,It worked , Thanks very much !

JakieZhang commented 5 years ago

Sorry to trouble you again , While running, I encountered a new error.

1557386564301 1557386662227

JakieZhang commented 5 years ago

I have solved the above Bug, thank you

kam800 commented 5 years ago

Glad to hear that! I should change the initial check - it should report an error.