kam800 / MachObfuscator

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

Re-signing run crash #36

Closed Ade0408 closed 5 years ago

Ade0408 commented 5 years ago

Dear, Thank you for the tools provided. When I crash after using it, like this:

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000020 VM Region Info: 0x20 is not in any region. Bytes before following region: 4328620000 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
__TEXT 0000000102018000-0000000102198000 [ 1536K] r-x/r-x SM=COW ...pp/appName

How can I solve this problem?

kam800 commented 5 years ago

I don’t fully understand. Does your app crash after signing, or does the signing process itself?