This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Author: Hacktivate Co., Ltd. (https://hacktivate.tech) | |
# | |
# Description: This is an mitmproxy extension for editing gRPC messages over HTTP/2. | |
# Full blog post can be found at: https://hacktivate.tech/2022/10/27/a-hackish-way-to-tamper-grpc-traffic-in-android.html | |
# | |
from concurrent.futures.process import _threads_wakeups |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
# Author: Hacktivate Co., Ltd. (https://hacktivate.tech) | |
# | |
# Description: An example Frida script for tampering with streaming gRPC messages. | |
# Full blog post can be found at: https://hacktivate.tech/2022/10/27/a-hackish-way-to-tamper-grpc-traffic-in-android.html | |
*/ | |
setTimeout(function() { | |
Java.perform(function() { |