Skip to content

Commit

Permalink
Added Clarity for X86_64 and cryptexctl
Browse files Browse the repository at this point in the history
1. Building the default Apple example-cryptex fails 
2. Posted a quick workaround for dropbear and its configure.ac. 
3. Use the pre-built DMG's using arm64e. 
4. Cryptex personalizations from X86_64 result with a Crashwhen using cryptexctl, see Issues #26 & #25. Use arm64e, X86_64 is a special snowflake.
5. This Repo will become Code Only with basic readme.rtfm and all Write-ups, Comments moved to https://srd.cx to lower the Noise for Cloning. Hopefully the mothership will catchup soon with fixes this will make this exercise m00t.

X86_64 Bugs du Jour for cryptexctl
------------
- macOS 12.3.1 (21E230) X86_64 Note: cryptexctl == EXC_BAD_ACCESS (SIGSEGV)
    - [CryptexManager](https://github.com/pinauten/CryptexManager) on X86_64 has AMFI complaints and isn't reliable
- cryptexctl X86_64 Error: manifest constraint violated: BORD: 13
    - com.apple.cryptex ==  firmware execution failed: 13: Permission denied 
    - MobileStorageMounter Failed to install cryptex (<private>): 13 (Permission denied)
  • Loading branch information
xsscx committed May 5, 2022
1 parent 17aa26b commit 8236d99
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Welcome to Hoyt's SRD Repo
THU 5 MAY 2022 at 0600 US EDT
---
1. On arm64e, building the default Apple example-cryptex fails. Posted a quick workaround for dropbear and its configure.ac. Use the pre-built DMG's using arm64e. Also, cryptex personalizations from X86_64 result with a Crash, see Issues https://github.com/xsscx/srd/issues/26 & https://github.com/xsscx/srd/issues/25. Creating a workaround now() for a fix. Use arm64e, X86_64 is a special snowflake.

2. This Repo will become Code Only with basic readme.rtfm and all Write-ups, Comments moved to https://srd.cx to lower the Noise for Cloning. Hopefully the mothership will catchup soon with fixes this will make this exercise m00t.
1. Building the default Apple example-cryptex fails
2. Posted a quick workaround for dropbear and its configure.ac.
3. Use the pre-built DMG's using arm64e.
4. Cryptex personalizations from X86_64 result with a Crashwhen using cryptexctl, see Issues https://github.com/xsscx/srd/issues/26 & https://github.com/xsscx/srd/issues/25. Use arm64e, X86_64 is a special snowflake.
5. This Repo will become Code Only with basic readme.rtfm and all Write-ups, Comments moved to https://srd.cx to lower the Noise for Cloning. Hopefully the mothership will catchup soon with fixes this will make this exercise m00t.

X86_64 Bugs du Jour for cryptexctl
------------
- macOS 12.3.1 (21E230) X86_64 Note: cryptexctl == EXC_BAD_ACCESS (SIGSEGV)
- [CryptexManager](https://github.com/pinauten/CryptexManager) on X86_64 has AMFI complaints and isn't reliable
- cryptexctl X86_64 Error: manifest constraint violated: BORD: 13
Expand Down

0 comments on commit 8236d99

Please sign in to comment.