IGGG Advent Calender 2015のために書いた記事です。
常設CTFで遊んでたらPwnable系の問題を解いてるうちにいろいろと勉強になったのでまとめます。
PwnableとはCTFのジャンルの1つで、プログラムの脆弱性をつき、本来アクセスできないメモリ領域にアクセスして操作し、フラグを取得する感じの問題です。
別名としてExploitがあります。
| #!/bin/bash | |
| # | |
| # Open new iTerm window from the command line | |
| # | |
| # Usage: | |
| # iterm Opens the current directory in a new iTerm window | |
| # iterm [PATH] Open PATH in a new iTerm window | |
| # iterm [CMD] Open a new iTerm window and execute CMD | |
| # iterm [PATH] [CMD] ... You can prob'ly guess | |
| # |
IGGG Advent Calender 2015のために書いた記事です。
常設CTFで遊んでたらPwnable系の問題を解いてるうちにいろいろと勉強になったのでまとめます。
PwnableとはCTFのジャンルの1つで、プログラムの脆弱性をつき、本来アクセスできないメモリ領域にアクセスして操作し、フラグを取得する感じの問題です。
別名としてExploitがあります。
emacs --daemon to run in the background.
emacsclient.emacs24 <filename/dirname> to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
C-/C-?M-c
2. Upper Case : M-uM-l| using System.IO; | |
| using System.Collections; | |
| using System.Security.Cryptography; | |
| public class Crypt | |
| { | |
| private const string AesIV = @"8863d67c62113fb8"; | |
| private const string AesKey = @"2eeee02d3dc3ef6c"; | |
| public string EnCrypt( string text ) |
macOSで動作する SKK クローン AquaSKKのための設定ファイル(ルール)です。
基本的には AquaSKK プロジェクト::かな変換のカスタマイズ を參照のこと。