Skip to content

g-w1/plan9zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`

About

A plan9 executable and debug info parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published