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 a365f6d commit 4db391cCopy full SHA for 4db391c
examples/triage/baseaddress.cpp
@@ -13,26 +13,6 @@ BNBaseAddressDetectionPOISetting BaseAddressDetectionPOISettingFromString(const
13
}
14
15
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
36
string BaseAddressDetectionConfidenceToString(BNBaseAddressDetectionConfidence level)
37
{
38
switch (level)
0 commit comments