2020 AIS3 EOF 初賽 Write-up
2021-01-11
導覽
- Pwn:
- EDUshell
- Linux ELF, 執行你送的 shellcode, 題目主要限制使用 read syscall
- Illusion
- Linux ELF, 在執行
main
之前還有其他 constructor function, 改掉了與 dynamic linking 有關的部分, 使得puts
和printf
互換
- Linux ELF, 在執行
- EDUshell
- Reversing
- abexcm100
- Windows exe, 看來有被 PESpin pack 過
- DuRaRaRa
- Windows exe, 本身只是 malware loader, 真正的 malware 躺在記憶體中
- Jwang’s Terminal
- Windows exe, C++, 自己實作了 file system, 檔案以 AES 加密
- ransomware
- Windows exe, 把檔案用特定方式加密
- abexcm100