Skip to content

Commit 4db391c

Browse files
committed
Removed unused function in base detection
1 parent a365f6d commit 4db391c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

examples/triage/baseaddress.cpp

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,6 @@ BNBaseAddressDetectionPOISetting BaseAddressDetectionPOISettingFromString(const
1313
}
1414

1515

16-
string BaseAddressDetectionPOITypeToString(BNBaseAddressDetectionPOIType type)
17-
{
18-
switch (type)
19-
{
20-
case POIString:
21-
return "String";
22-
case POIFunction:
23-
return "Function";
24-
case POIDataVariable:
25-
return "Data variable";
26-
case POIFileEnd:
27-
return "File end";
28-
case POIFileStart:
29-
return "File start";
30-
default:
31-
return "Unknown";
32-
}
33-
}
34-
35-
3616
string BaseAddressDetectionConfidenceToString(BNBaseAddressDetectionConfidence level)
3717
{
3818
switch (level)

0 commit comments

Comments
 (0)