Skip to content

Commit

Permalink
Beta version preview (pinning)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato committed Jun 24, 2023
1 parent f91cae2 commit 71cd8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android-pinning/pinning.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ setTimeout(function () {
};
} catch (e) {
// Dynamic patching via implementation does not works, then trying via function overloading
// console.log("[!] The uncommon SSL Pinning method has more than one overload");
console.log(`${COLORS.red}[!] The uncommon SSL Pinning method has more than one overload${COLORS.reset}`);
if (String(e).includes(".overload")) {
const splittedList = String(e).split(".overload");
for (let i = 2; i < splittedList.length; i++) {
Expand Down

0 comments on commit 71cd8c0

Please sign in to comment.