Guides / § Clones & impersonation

How to take down emulators, cracks and clone repos at Nintendo scale

17 U.S.C. §1201 Reviewed by Ihor Makushinsky Updated 19 August 2026 3 min read

On 17 August 2026 Nintendo filed seven DMCA notices with GitHub and 403 repositories came down — one of them a fork network of 311 repositories removed as a single unit. No lawsuit, no months of correspondence: notices filed on a Sunday, repositories gone.

Most brand owners watching that assume it takes Nintendo’s legal department to do it. It does not. It takes the right statute, the right evidence structure, and a platform rule most rights-holders have never used.

Why one-by-one takedowns lose against ecosystems

A standard DMCA §512 notice says this file copies my work. It is the right tool against a pirated build or a cloned storefront — and the wrong tool against an ecosystem. Emulators, crack loaders and key resellers are careful to ship none of your code, so a §512 claim against them is weak by design. Meanwhile every fork of an infringing repo is a separate URL, and forks multiply faster than notices.

The result every studio knows: you file ten notices, forty new mirrors appear, and the platform processes each URL on its own clock.

The two levers Nintendo actually used

1. Anti-circumvention, not infringement. 17 U.S.C. §1201 prohibits circumventing a technological measure that controls access to a copyrighted work — and prohibits trafficking in tools primarily designed to do so. Nintendo’s notices do not claim the emulators copy Switch code. They document that Switch games are encrypted with proprietary keys, and that the emulators necessarily use leaked copies of those keys to decrypt games at runtime. The tool itself is the violation. The final judgment in Nintendo v. Tropic Haze (D.R.I. 2024) — the Yuzu case — confirmed exactly this theory, and Nintendo cites it in every notice.

If your product embeds a protection measure — encrypted assets, signed binaries, licence-server checks, hardware pairing — the same claim structure is available to you against the tools that defeat it.

2. The fork-network rule. GitHub normally requires every infringing fork to be listed separately. But where a network exceeds 100 repositories and the submitter alleges the forks infringe to the same extent as the parent, GitHub processes the takedown against the entire network. One notice: 311 repositories. That rule is public, documented, and almost never invoked by anyone smaller than a platform holder.

What the filing has to contain

The precision burden is real — this is where most self-filed §1201 notices fail:

  1. The works: copyright registration numbers (Nintendo lists them per game) or equivalent rights evidence in Berne jurisdictions.
  2. The measure: what technically controls access — encryption scheme, key infrastructure, validation flow — described concretely enough to show it “effectively controls access” in the statutory sense.
  3. The circumvention: how the accused tool defeats the measure in its ordinary operation, with docket citations where courts have already held so.
  4. The network: parent repository plus the fork list, with the same-extent allegation that triggers whole-network processing.

Where automation comes in — and where it must not

The scale problem is mechanical: enumerating fork networks, resolving mirrors, tracking which URLs answer after processing, re-filing against re-uploads. We run that part with tooling — fork-graph enumeration and post-notice verification are scripted, which is how hundreds of URLs fit in one filing cycle instead of hundreds of cycles.

The claim itself is not automated. Every notice is reviewed by counsel before submission, because §1201 has real edges — interoperability and security-research exemptions exist, and a notice that overreaches invites a counter-notice fight you do not want. Speed comes from automating the enumeration; defensibility comes from a lawyer signing the theory.

That division — scripted scale, counsel-reviewed claims — is the whole method. It is what makes a Nintendo-style sweep available to a studio without Nintendo’s legal department.

§ Common questions

Asked before engagement.

Our game/software is cracked and re-uploaded faster than we can file. Is one-by-one DMCA the only way?
No. Where the infringing projects defeat a technical protection measure — encryption, licence checks, DRM — a §1201 anti-circumvention notice targets the tooling itself, and platform network rules (GitHub processes fork networks over 100 repositories as one unit) let a single well-drafted notice remove an entire ecosystem.
Does §1201 apply if the emulator or crack contains none of our code?
That is precisely what §1201 is for. The claim is not "your repo copies our code" but "your tool circumvents the measure that controls access to our work". Nintendo v. Tropic Haze (D.R.I. 2024) confirmed that distributing software primarily designed to decrypt protected games without authorisation violates the DMCA anti-trafficking provisions.
What do we need to have in place before filing?
Three things: identified copyright registrations (or equivalent rights evidence) for the protected works; a documented technical protection measure — encryption keys, signature checks, server-side licence validation; and a description of how the accused tool defeats it. Counsel reviews all three before anything is submitted.
Do platforms other than GitHub accept anti-circumvention notices?
Yes — §1201 notices are processed by every major code and app platform, including GitLab, npm, app stores and file hosts. Procedures and evidence thresholds differ; the network-takedown rule described here is GitHub-specific, but the underlying statute is not.
How fast does this move?
Counsel reviews intakes within 24 hours. Filing speed depends on how quickly the protection measure and registrations are documented; the removal itself, once a notice is accepted, is typically hours to days. We do not promise outcomes — we file qualified notices under named statute.
Ihor Makushinsky, senior counsel at Lawyerd
Ihor Makushinsky

Senior counsel · in IP and compliance practice since 2014. Every guide is reviewed before publication.

Full counsel profile →