対象読者: C言語の基本とバイナリ・エンディアン・ビット幅の基礎知識がある方
GNU poke 4.3 時点の情報です。
公式マニュアル: https://jemarch.net/poke-4.3-manual/poke.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UseTab: Always | |
| IndentWidth: 4 | |
| TabWidth: 4 | |
| AlignConsecutiveAssignments: true | |
| AlignConsecutiveDeclarations: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TIMESTAMP := $(shell date "+%Y%m%d%H%M%S") | |
| THIS_FILE := $(CURDIR)/$(firstword $(MAKEFILE_LIST)) | |
| SRCDIR := $(CURDIR) | |
| DESTDIR := $(CURDIR) | |
| PROGRAM := app | |
| PROGRAM_PATH := $(DESTDIR)/$(PROGRAM) | |
| EXT_SRCS := |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Height | |
| set lines=40 | |
| " Width | |
| set columns=150 | |
| " Background | |
| set background=dark | |
| " Font | |
| " - https://github.com/yuru7/HackGen | |
| set guifont=HackGenNerd:h14 | |
| " No menu and toolbar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "log" | |
| "github.com/google/gopacket" | |
| "github.com/google/gopacket/pcap" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Iceberg", | |
| "foreground": "#c6c8d1", | |
| "background": "#161821", | |
| "black": "#161821", | |
| "red": "#e27878", | |
| "green": "#b4be82", | |
| "yellow": "#e2a478", | |
| "blue": "#84a0c6", | |
| "purple": "#a093c7", |
| 設定値 | 内容 |
|---|---|
| Restricted | 個別のコマンドは許可されますが、スクリプトは実行されません。 |
| AllSigned | ローカル コンピューター上で記述されたスクリプトを含むすべてのスクリプトと構成ファイルが、信頼された発行元によって署名されている必要があります。 |
NewerOlder