Fixed minor logic bug in C type undecorated symbols

This commit is contained in:
mattifestation
2013-09-30 06:43:03 -04:00
committed by clymb3r
parent 9fbb4ec3c3
commit 70e5b8375b
+8 -1
View File
@@ -249,7 +249,14 @@
}
else
{
$UndecoratedSymbol = $DecoratedSymbol.Substring(1).Split('@')[0]
if ($DecoratedSymbol[0] -eq '_' -or $DecoratedSymbol[0] -eq '@')
{
$UndecoratedSymbol = $DecoratedSymbol.Substring(1).Split('@')[0]
}
else
{
$UndecoratedSymbol = $DecoratedSymbol.Split('@')[0]
}
}
$SymInfo = @{