You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InsertAnomalySection("La sezione "+sectionsIterable[i].Name+" ha una discrepanza importante tra la dimensione dichiarata e la dimensione virtuale.", 10)
49
+
InsertAnomalySection("La sezione \""+sectionsIterable[i].Name+"\" ha una discrepanza importante tra la dimensione dichiarata e la dimensione virtuale.", 10)
50
50
}
51
51
52
52
ifsectionsIterable[i].VirtualSize==0 {
53
-
InsertAnomalySection("La sezione "+sectionsIterable[i].Name+" ha una dimensione virtuale pari a 0.", 20)
53
+
InsertAnomalySection("La sezione \""+sectionsIterable[i].Name+"\" ha una dimensione virtuale pari a 0.", 20)
54
54
}
55
55
}
56
56
@@ -71,7 +71,7 @@ func CalculatePointsEntropy(sections interface{}) int {
71
71
ifsectionsIterable[i].Name==".text" {
72
72
InsertAnomalySection("Le istruzioni sono offuscate.", 120)
73
73
} else {
74
-
InsertAnomalySection("La sezione "+sectionsIterable[i].Name+" è offuscata.", 20)
74
+
InsertAnomalySection("La sezione \""+sectionsIterable[i].Name+"\" è offuscata.", 20)
75
75
}
76
76
}
77
77
@@ -88,7 +88,7 @@ func CalculatePointsEntropy(sections interface{}) int {
88
88
ifsectionsIterable[i].Name==".text" {
89
89
InsertAnomalySection("Le istruzioni sono offuscate.", 120)
90
90
} else {
91
-
InsertAnomalySection("La sezione "+sectionsIterable[i].Name+" è offuscata.", 20)
91
+
InsertAnomalySection("La sezione \""+sectionsIterable[i].Name+"\" è offuscata.", 20)
0 commit comments