|
|
@@ -13,7 +13,7 @@ extern "C" __attribute__ ((visibility ("default"))) int initLib(const char* code
|
|
|
if (LoginResponse LandingResults; api.single_code_login(LandingResults))
|
|
|
{
|
|
|
LOG_DEBUG("登录成功");
|
|
|
- const uint64_t response = api.get_remote_variable("XXXX",LandingResults.msg.token);//此处后续用于 导出符号后 进行远程 函数定义 防逆向
|
|
|
+ const uint64_t response = api.get_remote_variable("XXXX",LandingResults.msg.token);// TODO: 此处后续用于 导出符号后 进行远程 函数定义 防逆向
|
|
|
LOG_DEBUG("获取远程变量成功 [%lx]",response);
|
|
|
CustomResponse HeartbeatVerification{
|
|
|
.token = LandingResults.msg.token
|