summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-05-09 16:18:30 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-05-09 16:18:30 +0200
commit14c4f42c5a3cbdff8d09723bb353a30e5359df3f (patch)
tree68cfd055bd9e8ff3c8f3c528b38bbf8d1a38a0cb
parenta5386000f39c9bedb0cfe6924d33ff5c04cfd815 (diff)
downloadUnspecifiedGarbage-14c4f42c5a3cbdff8d09723bb353a30e5359df3f.zip
UnspecifiedGarbage-14c4f42c5a3cbdff8d09723bb353a30e5359df3f.tar.gz
Add some more libs to scanner.
-rw-r--r--doc/note/binutils/dumpbin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/note/binutils/dumpbin.txt b/doc/note/binutils/dumpbin.txt
index 0b08077..d71878b 100644
--- a/doc/note/binutils/dumpbin.txt
+++ b/doc/note/binutils/dumpbin.txt
@@ -12,7 +12,7 @@ Linux:
Windoof:
- find build/bin/*.exe -print0|xargs -0I? sh -c 'echo ?;objdump -p ?|egrep -i DLL\ Name:|egrep -iv "(KERNEL32.dll|msvcrt.dll|USER32.dll|WS2_32.dll)"'
+ find build/bin/*.exe -print0|xargs -0I? sh -c 'echo ?;objdump -p ?|egrep -i DLL\ Name:|egrep -iv "(KERNEL32.dll|msvcrt.dll|USER32.dll|WS2_32.dll|ADVAPI32.dll|GDI32.dll|IMM32.dll|ole32.dll|OLEAUT32.dll|SETUPAPI.dll|SHELL32.dll|VERSION.dll|WINMM.dll)"'