Skip to content

Commit d4ecfff

Browse files
committed
feat: add writeup for Project SEKAI CTF 2023
1 parent 32c22ce commit d4ecfff

File tree

10 files changed

+987
-1
lines changed

10 files changed

+987
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ Note:
324324
| [QuillCTF 2023: SafeNFT](src/QuillCTF2022/SafeNFT) | ERC721, `safeMint()` |
325325
| [Numen Cyber CTF 2023: SimpleCall](src/NumenCTF/) | `call` |
326326
| [SEETF 2023: PigeonBank](src/SEETF2023/) | |
327+
| [Project SEKAI CTF 2023: Re-Remix](src/ProjectSekaiCTF2023/) | Read-Only Reentrancy |
327328

328329
### Flash loan basics
329330
- Flash loans are uncollateralised loans that allow the borrowing of an asset, as long as the borrowed assets are returned before the end of the transaction. The borrower can deal with the borrowed assets any way they want within the transaction.
@@ -590,6 +591,8 @@ Note
590591
| Paradigm CTF 2022: SOLHANA-2 | |
591592
| Paradigm CTF 2022: SOLHANA-3 | |
592593
| corCTF 2023: tribunal | |
594+
| Project SEKAI CTF 2023: The Bidding | |
595+
| Project SEKAI CTF 2023: Play for Free | |
593596

594597
## Move
595598

remappings.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ openzeppelin/=lib/openzeppelin-contracts/contracts/
66
@openzeppelin/=lib/openzeppelin-contracts/
77
stringutils/=lib/foundry-huff/lib/solidity-stringutils/
88
v2-core/=lib/v2-core/contracts/
9-
solmate/=lib/solmate
9+
solmate/=lib/solmate
10+
@prb/math/=lib/prb-math/src/

0 commit comments

Comments
 (0)