kam800 / MachObfuscator

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

xcode 12.5 not working #111

Open osageu opened 3 years ago

osageu commented 3 years ago

Hi, I'm not good at English, so please understand.

When I use this MachObfuscator at IPA builded in xcode version 12.5, it is not working.

In case under xcode version 12.4, it is working very well.

It falls to fatal errors at 'ObjcSymbols.swift line 32'.

I tried to fix it, but it didn't work out.

Do you have the same problem as me?

khalidusama commented 2 years ago

I am having same issue on xCode 13.1. Obfuscation starts but crashes on different stages with message:

App/ObjcSymbols.swift:32: Fatal error: Type attribute missing or in unexpected format for property flowerFastWish zsh: illegal hardware instruction ./MachObfuscator -v /Users/usamakhalid/Desktop/talklive/Payload

were you able to solve this issue?

osageu commented 2 years ago

It's been a long time since I quit my job, I solved this issue by debuging sources. Some variables to Obfuscate are coming strangely after xCode12.5. So I have to move these variables into blackList. There is no answer anywhere. You should debug and debug and debug... sorry..