Skip to content

Instantly share code, notes, and snippets.

@you0708
you0708 / ghidra_configuration.md
Last active February 12, 2024 13:10
自分的 Ghidra のオススメ設定

自分的 Ghidra のオススメ設定

IDA に比べて初期設定では使いづらい Ghidra において、変更すべき設定をまとめます。IDA の表示に寄せる設定になっています。

Edit -> Tool Options

Key Bindings

  • Previous Function in History -> ESC
    • 戻るを "ESC" に
  • Find References To -> X
@you0708
you0708 / ida_tips_for_engineers_in_japan.md
Created June 20, 2023 12:20
自分的 IDA Pro の Igor's TIPS 記事まとめ

自分的 IDA Pro の Igor's TIPS 記事まとめ

Igorさんの記事シリーズから、マルウェア解析や CTF でのリバースエンジニアリングを行う僕目線でオススメの記事をカテゴリに分けてピックアップしました。それぞれの記事に対して僕のコメントを載せています。

インストール・設定

@you0708
you0708 / powerpoint_presentation.md
Last active October 14, 2020 02:28
PowerPoint でプレゼンテーション資料を作るときに気を付けていること

PowerPoint でプレゼンテーション資料を作るときに気を付けていること

CTF チームの中で話題になったりしたので自分が気を付けていることについてまとめる。異論は認める。

前提

PowerPoint でプレゼンテーション資料を作るときに自分が気を付けていることであり、マルウェアの解析結果など技術的なことを話す場合を想定している。また、作成時の話でありプレゼンテーション時のことについては触れない。

なお、報告会などにおけるプレゼン資料と報告書を兼ねたような資料については一切考慮していない。

プレゼンテーション資料作成の流れ

おおよそ以下の流れで資料作成を行っている。以降はそれぞれのステップごとの説明と気を付けていることを記述する。

@you0708
you0708 / ida_bochs_mac.md
Created February 20, 2018 14:38
Bochs Debugging on IDA for macOS

IDA Debugging with Bochs on macOS

This file describes how to debug with Bochs IDB mode on IDA for macOS.

Environment

IDA 7.0 macOS version + Bochs 2.6.9

Install

  1. Install IDA
  2. Download Bochs source code "bochs-2.6.9.tar.gz" from https://sourceforge.net/projects/bochs/files/bochs/2.6.9/
  3. Install Bochs 2.6.9 as below -- You can't use brew to install Bochs due to compile options
@you0708
you0708 / makuhari.md
Last active March 1, 2018 13:33
SECCON 2017 Final Competition (Domestic) Write-up

Makuhari (幕張)

This write-up describe Makuhari (幕張) challenge given at SECCON 2017 final competition for domestic teams.

The challenge

The following 2 binaries were provided.

  • dooriccreaderapp_v1
    • 5ba48b4bb315b33250b812fb0deefdda5aac19d2db07d9bf26239215d4c51dfc
    • ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped
  • doorlockctlapp_v1