We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f206f commit 429fccbCopy full SHA for 429fccb
bin/installer/bin/generate-installer.py
@@ -75,6 +75,7 @@ def __init__(self):
75
'winapi search': ['winapisearch32.exe', 'winapisearch64.exe'],
76
'de4dot': ['de4dot.exe', 'de4dot-x64.exe'],
77
'netunpack': ['netunpack.exe', 'netunpack-64.exe'],
78
+ 'all dlls dependencies': ['alldlldeps32.exe', 'alldlldeps64.exe'],
79
}
80
self.force_architecture_check_list = [
81
'[autoit] unautoit',
@@ -93,6 +94,9 @@ def __init__(self):
93
94
'winapi search',
95
'de4dot',
96
'netunpack',
97
+ 'system informer',
98
+ 'all dlls dependencies',
99
+ 'procdot'
100
]
101
self.compact_tool_list = [
102
# analysis
0 commit comments