demonware fetches profile

This commit is contained in:
quaK 2022-09-20 23:08:38 +03:00
parent ea4b1eefb8
commit e21e593b8e
2 changed files with 2 additions and 4 deletions

View File

@ -520,8 +520,6 @@ namespace demonware
// Skip bdAuth::validateResponseSignature // Skip bdAuth::validateResponseSignature
utils::hook::call(0x1245440_b, return_true); // bdRSAKey::importKey utils::hook::call(0x1245440_b, return_true); // bdRSAKey::importKey
utils::hook::call(0x1245472_b, return_true); // bdRSAKey::verifySignatureSHA256 utils::hook::call(0x1245472_b, return_true); // bdRSAKey::verifySignatureSHA256
// Skip bdAuth::processPlatformData
utils::hook::call(0x124863A_b, return_true); // bdExtendedAuthInfo::setData
} }
void pre_destroy() override void pre_destroy() override
@ -535,4 +533,4 @@ namespace demonware
}; };
} }
//REGISTER_COMPONENT(demonware::component) REGISTER_COMPONENT(demonware::component)

View File

@ -148,7 +148,7 @@ namespace demonware
// extra data // extra data
doc.AddMember("extra_data", rapidjson::StringRef(extra_data.data(), extra_data.size()), doc.GetAllocator()); doc.AddMember("extra_data", rapidjson::StringRef(extra_data.data(), extra_data.size()), doc.GetAllocator());
doc.AddMember("identity", rapidjson::StringRef(identity.data(), identity.size()), doc.GetAllocator()); //doc.AddMember("identity", rapidjson::StringRef(identity.data(), identity.size()), doc.GetAllocator());
rapidjson::StringBuffer buffer{}; rapidjson::StringBuffer buffer{};
rapidjson::Writer<rapidjson::StringBuffer, rapidjson::Document::EncodingType, rapidjson::ASCII<>> rapidjson::Writer<rapidjson::StringBuffer, rapidjson::Document::EncodingType, rapidjson::ASCII<>>