You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
3 lines
49 B
Awk
Executable File
3 lines
49 B
Awk
Executable File
#!/usr/bin/awk -f
|
|
NF==5{print "0x"$3": '"$5"',"}
|