| 5 | #include <QtTest/QtTest> |
| 6 | |
| 7 | HooksTest::HooksTest(QObject *parent) : |
| 8 | QObject(parent) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | void HooksTest::jmpHookTestCase() { |
| 13 | // Mockup of target memory v-- our target starts here, first byte is to be sure we haven't broken it |
nothing calls this directly
no outgoing calls
no test coverage detected