4 lines
95 B
Python
4 lines
95 B
Python
from ret_sync_ext_ida import SyncPlugin
|
|
|
|
def PLUGIN_ENTRY():
|
|
return SyncPlugin.SyncPlugin() |