demo_detoxi / model_wrapper /frida_wrapper.py
Cricles's picture
Upload 5 files
5d567f2 verified
raw
history blame
259 Bytes
# Захреначьте импорты сюда и сделайте метод call, как в других обёртках
class FridaWrapper(object):
def __init__(self) -> None:
pass
def __call__(self, text: str) -> str:
pass