Skip to content

How can I make Frida undetected for Python on Windows? #261

@asdat3

Description

@asdat3

Hi, I'm trying to use Frida with Python on Windows and I'm running into issues with it being detected by anti-cheat / anti-debug systems.

I've seen some undetection techniques like those in the undetected-frida project (e.g., patching certain behaviors), but most of that is geared toward Linux or requires full source recompilation, which is a pain on Windows due to build toolchain complexity.

Is there a recommended or relatively simple way to apply undetection techniques to frida-python on Windows? For example:

  • Are there any known methods for patching the .pyd directly?
  • Can I use frida-python in combination with any dynamic techniques (e.g., loader obfuscation, unhooking)?
  • Are there any official or unofficial best practices for staying under the radar?

I’d really appreciate any guidance or recommendations for how to keep using Frida in this context.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions