--- tags: CTF_Writeups, picoCTF, General Skills --- # Warmed Up * 解題 這題考進制轉換,要求從16進位轉到10進位, 所以寫一個 python 檔,用 int() 來轉換: ```python= # base.py print(int('0x3d', base=16)) ``` ```shell $ python base.py 61 ``` 將 61 用 flag 格式包住: picoCTF{61}
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up