| 21 | } |
| 22 | |
| 23 | bool KernelCache::LoadImageWithInstallName(std::string installName) |
| 24 | { |
| 25 | char* str = BNAllocString(installName.c_str()); |
| 26 | return BNKCViewLoadImageWithInstallName(m_object, str); |
| 27 | } |
| 28 | |
| 29 | bool KernelCache::LoadImageContainingAddress(uint64_t addr) |
| 30 | { |
no test coverage detected