diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-04-25 09:43:56 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-04-25 10:56:18 -0400 |
| commit | 4db391cdfdb53c3ac18fa5f0c15f2976fde12791 (patch) | |
| tree | 457e3c691aebf79f310a7eb7a405698d904ef826 /examples/triage | |
| parent | a365f6d72e6ab237bcf736dfcc5fd26e235a5c50 (diff) | |
Removed unused function in base detection
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/baseaddress.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/triage/baseaddress.cpp b/examples/triage/baseaddress.cpp index c4c57b1e..67d8301c 100644 --- a/examples/triage/baseaddress.cpp +++ b/examples/triage/baseaddress.cpp @@ -13,26 +13,6 @@ BNBaseAddressDetectionPOISetting BaseAddressDetectionPOISettingFromString(const } -string BaseAddressDetectionPOITypeToString(BNBaseAddressDetectionPOIType type) -{ - switch (type) - { - case POIString: - return "String"; - case POIFunction: - return "Function"; - case POIDataVariable: - return "Data variable"; - case POIFileEnd: - return "File end"; - case POIFileStart: - return "File start"; - default: - return "Unknown"; - } -} - - string BaseAddressDetectionConfidenceToString(BNBaseAddressDetectionConfidence level) { switch (level) |
