3 lines
100 B
Plaintext
3 lines
100 B
Plaintext
|
#!/bin/sh
|
||
|
dumpbin.exe /exports $1 | sed -nre 's/^ +[0-9]+ +[0-9A-F]+ [0-9A-F]{8} (.*)$/\1/p' | sort
|