Return the basic class used for the file layer (FileMatch by default).
(self)
| 588 | raise KartaException |
| 589 | |
| 590 | def fileLayer(self): |
| 591 | """Return the basic class used for the file layer (FileMatch by default).""" |
| 592 | return FileMatch |
| 593 | |
| 594 | def declareMatch(self, src_index, func_ea, reason): |
| 595 | """Officially declare a match of a source function to code that starts with the given binary ea. |
no outgoing calls
no test coverage detected