initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2
libs/wxWidgets-3.3.1/misc/scripts/show_dll_exports
Executable file
2
libs/wxWidgets-3.3.1/misc/scripts/show_dll_exports
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
dumpbin.exe /exports $1 | sed -nre 's/^ +[0-9]+ +[0-9A-F]+ [0-9A-F]{8} (.*)$/\1/p' | sort
|
||||
Reference in New Issue
Block a user