公式リファレンス: pwntools
最新版を降らせる
pip install "git+https://github.com/Gallopsled/pwntools#egg=pwntools"
公式リファレンス: pwntools
最新版を降らせる
pip install "git+https://github.com/Gallopsled/pwntools#egg=pwntools"
If you need a small makefile introduction/reference you can take a look at my notes https://www.mauriciopoppe.com/notes/os/bin/make/
Project structure
. project
├── Makefile
├── build
Go to the IDAPython binaries page.
Download the latest _linux.zip file and extract it. In my case, it was idapython-6.9.0-python2.7-linux.zip.
Follow the instructions in its README.txt.
For simplicity, I have copy pasted the relevant portions here:
以下転載:
| # ビタビアルゴリズムに基づくデジタルデータの符号化・復号のサンプルコードである。 | |
| # memo: 半端かもしれないが、クラス化した。 | |
| # 現状ではストリームデータには対応していないが、拡張は簡単だと思う。 | |
| # ref. http://www.mobile.ecei.tohoku.ac.jp/lecture/coding/coding_06.pdf | |
| # author: Katsuhiro Morishita | |
| # created: 2017-06-12 | |
| # lisence: MIT | |
| import copy | |
| import numpy as np |
#Setting up Docker Machine on Raspberry PI
curl -sSL https://get.docker.com | sh (If we let Machine try to install the Docker daemon it will fail.)sudo nano /etc/os-release and change the line that says ID=raspbian to ID=debiandocker-machine create --driver generic --generic-ip-address YOUR-PIS-IP --generic-ssh-key ~/.ssh/id_rsa --generic-ssh-user pi --engine-storage-driver overlay2 MACHINE-NAME重要な順で
優秀なプログラマーというのは寝ている間に異世界に召喚されて無双するのとはわけが違うんですよ。
自分の例で言うとプログラミングを始めた中学生の時から優秀なプログラマだったかって、そんなわけない。みんなヘッポコからスタートしているに決まってるわけです。以来二十余年、地道に生き恥を晒し続けてきた結果として、現在いちおう業界の末席を汚すところまで来ている。このプロセスから目を背けるべきではないです。優秀なプログラマーに生まれる人間なんかいない。優秀なプログラマーに「育つ」んだし、それには時間が必要。今日から無双したいと思うな。