Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c64b3f7

Browse files
committed
Add scdbg. Close mandiant#64
1 parent 04a970f commit c64b3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flarevm_malware.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Write-Host "http://virustotal.github.io/yara/"
7676
Write-Host "http://www.novirusthanks.org/products/kernel-mode-driver-loader/"
7777
Write-Host "http://www.woodmann.com/collaborative/tools/index.php/LordPE"
7878
Write-Host "https://github.com/gchq/CyberChef"
79+
Write-Host "http://sandsprite.com/CodeStuff/scdbg_manual/MANUAL_EN.html"
7980

8081
###############################################################################
8182
# Configure system
@@ -149,6 +150,7 @@ cinst windbg -s $flare --cacheLocation $cache # WinDbg x86, x64, .N
149150
cinst windbg.kenstheme -s $flare --cacheLocation $cache # Ken's WinDbg theme
150151
cinst windbg.ollydumpex -s $flare --cacheLocation $cache # OllyDumpEx plugin
151152
cinst windbg.pykd -s $flare --cacheLocation $cache
153+
cinst scdbg -s $flare --cacheLocation $cache
152154

153155
# Disassemblers
154156
if(Get-OSArchitectureWidth -Compare 64) {

0 commit comments

Comments
 (0)