所有文章

修正 r2pipe test for C

日期: 分類: «逆向工程» 作者: ols3
標籤: , ,
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 …

V 程式語言

日期: 分類: «程式語言» 作者: ols3
標籤:

V 提供了強大的功能,可用於幾乎所有領域,包括系統程式設計、webdev、遊戲開發、GUI、行動、科學、嵌入式、工具等。

V 與 Go 非常像。程式 …