| 8 | extern "C" |
| 9 | { |
| 10 | BN_DECLARE_CORE_ABI_VERSION |
| 11 | BN_DECLARE_UI_ABI_VERSION |
| 12 | |
| 13 | BINARYNINJAPLUGIN bool UIPluginInit() |
| 14 | { |
| 15 | UINotifications::init(); |
| 16 | UIAction::registerAction("Load Image by Name"); |
| 17 | UIAction::registerAction("Load Image by Address"); |
| 18 | UIAction::registerAction("Load Section by Address"); |
| 19 | UIAction::registerAction("Load ADDRHERE"); |
| 20 | UIAction::registerAction("Load IMGHERE"); |
| 21 | |
| 22 | DSCTriageViewType::Register(); |
| 23 | |
| 24 | return true; |
| 25 | } |
| 26 | } |