# MASTG-TOOL-0140 frida-multiple-unpinning

frida-multiple-unpinning はさまざまな形式の TLS ピン留めをバイパスするための Frida CodeShare スクリプトです。これは CodeShare で利用可能な最も包括的な TLS ピン留めバイパススクリプトの一つです。その主な強みは動的バイパスであり、`SSLPeerUnverifiedException` クラスのインスタンス化を検出し、例外をスローするメソッドに自動的にパッチを適用します。

このスクリプトは Frida で直接実行できます。

```bash
$ frida -U --codeshare akabe1/frida-multiple-unpinning -f YOUR_BINARY
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coky-t.gitbook.io/owasp-mastg-ja/tsru/tools/android/mastg-tool-0140.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
