LoginSignup
0

More than 3 years have passed since last update.

ksnctf 24 Rights out

Last updated at Posted at 2020-03-01

ksnctf 24 Rights out

  • 問題
  • パズル
    • 十字方向で反転するやつ
    • 解いても特になにもなし
      image.png
  • .exeファイル
    • binwalk
      image.png
      • .xmlあるので拡張子変えて開くが特になにも分からない
    • ILSpyで逆コンパイル
      • .exeファイルが渡されたら逆コンパイルできるかどうか考えるのがよい
      • 逆コンパイルしたものを一通り読む。check()の中でフラグが作られてそう
      • check()の中だけ抜き出す
      • C#よくわからないのでC++に直して実行
        image.png

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0