Articles de ols3 :
讓 Radare2 支援 Capstone 6
Radare2 目前仍只支援 Capstone 5,但 Capstone git 已進階到 Capstone 6 了,索性動手修改,讓 Radare2 也能吃 Capston 6。
configure - 加入 --with-capstone6 選項和相關邏輯
config-user.mk.acr - 加入 USE_CS6 變 …修正 r2pipe test for C
CFLAGS+=$(shell pkg-config --cflags r_socket) -I/home/ols3/MYBUILD/RADARE2/radare2/subprojects/sdb/include
LDFLAGS+=$(shell pkg-config --libs r_socket)
TESTS=test-pipe test-pipe2 test-spawn
all: $(TESTS)
test-pipe:
$(CC) -o test-pipe test-pipe.c $(CFLAGS) $(LDFLAGS)
r2 -q -c '#!pipe ./test-pipe' /bin/ls
test …0day工具箱
iaito 6.0.0
修正 bash 5.3rc2 tmpfile.c 的安全問題
Bash 5.3rc2 lib/sh/tmpfile.c 使用了不安全的 mktemp 函式,這個會有 race condition 的問題。
這裡我把它改用 mkstemp,修改如下:
--- lib/sh/tmpfile.c 2025-07-03 13:30:00.000000000 +0800
+++ lib …fossil SCM 管理系統
Fossil 是一種簡單、高可靠性、分散式的 SCM 管理系統。
https://fossil-scm.org/home/doc/trunk/www/index.wiki
使用法:
fossil init REPOSITORY-DIR/new-repository
fossil open REPOSITORY-DIR/new-repository
fossil add files-or-directories
fossil commit -m "commit message"
fossil ui
修正 Debian adminer 套件的錯誤
Debian 的套件都比較舊,adminer 官網新版的 5.2.1 沒問題,但 Debian 的套件 adminer 4.8.1 版有個小 bug:
以下修正其中 script.inc.php 的錯誤:
〔PHP Warning: Undefined variable …
V 程式語言
V 提供了強大的功能,可用於幾乎所有領域,包括系統程式設計、webdev、遊戲開發、GUI、行動、科學、嵌入式、工具等。
V 與 Go 非常像。程式 …
Debian Linux 13 - Trixie
Debian 13 代號 Trixie(邦妮的三角龍玩具) 近了。

日前 Debian 團隊已票選出 Debian 13 的版面主題風格(DebianArt Themes),最後由 Ceratopsian 獲選。
選出主題風 …