| 20 | } |
| 21 | |
| 22 | static void SetError(BinaryRegionComment &comment, BinaryRegionStatus status, |
| 23 | std::string message = "") { |
| 24 | comment.status = status; |
| 25 | comment.status_message = message; |
| 26 | } |
| 27 | |
| 28 | static BinaryRegion MakeBinaryRegion( |
| 29 | const uint64_t offset = 0, const uint64_t length = 0, |
no outgoing calls
no test coverage detected