| 913 | |
| 914 | |
| 915 | Ref<Architecture> Architecture::GetAssociatedArchitectureByAddress(uint64_t&) |
| 916 | { |
| 917 | return this; |
| 918 | } |
| 919 | |
| 920 | |
| 921 | bool Architecture::GetInstructionLowLevelIL(const uint8_t*, uint64_t, size_t&, LowLevelILFunction& il) |
no outgoing calls
no test coverage detected