Rating: 4.0

Intend solutions for interweave challenges (level 1 , 2 , 3 and 4)

In brief, you can use methods from this paper [MAGE: Mutual Attestation for a Group of Enclaves without Trusted Third Parties]( https://www.usenix.org/conference/usenixsecurity22/presentation/chen-guoxing ) to solve level 3, and use [`sha_ni` instruction sets](https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sha-extensions.html ) then try your best to make your code short enough to sovle level 4.

Detailed writeup:

[https://github.com/hzqmwne/my-ctf-challenges/tree/master/0CTF_TCTF-2022/interweave](https://github.com/hzqmwne/my-ctf-challenges/tree/master/0CTF_TCTF-2022/interweave )

Original writeup (https://github.com/hzqmwne/my-ctf-challenges/tree/master/0CTF_TCTF-2022/interweave).