kam800 / MachObfuscator

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

app crashes after using MachObfuscator processing #48

Open wdmchaft opened 5 years ago

wdmchaft commented 5 years ago

When I use MachObfuscator by type MachObfuscator -v XXX.app, the process is done well, but the XXX.app will crash each time when I tap the iPhone. It seems the app could not locate some method and crashes.

kam800 commented 5 years ago

Hi, sorry for keeping you waiting. Could you please send me your IPA using Twitter? I will check what is the exact source of problem.

sangapankaj commented 5 years ago

I am also facing app crash issue. I created a dot net app using microsoft visual studio for mac. I obfuscated my app (sample.app) using MachObfuscator but my app (sample.app) is crashing.

kam800 commented 5 years ago

@sangapankaj thanks for your report. The problem is not trivial. I think I will add few problem-detection mechanisms and maybe some troubleshooting. Could you please send me the app, so I could check what is exactly going on in your case?