SkillAgentSearch skills...

Plan9zig

A plan9 executable and debug info parser

Install / Use

/learn @g-w1/Plan9zig
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

using plan9zig

zig build-exe main.zig
./main out/test.zig.6 # to see general info about the file
DISASM=1 ./main out/test.zig.6 | ndisasm -b 64 - # disasseble the machine code in the file
./main out/test.zig.6 exit2 # see file and line of symbol in file (if there is debug info)
	info: file from exit2: `/home/jacob/.local/zig/0.9.0-dev.1737+c42763f8c/files/lib/std/start.zig:105`
View on GitHub
GitHub Stars18
CategoryDevelopment
Updated11mo ago
Forks0

Languages

Zig

Security Score

67/100

Audited on May 4, 2025

No findings