Ask whether reverse engineering is legal and you get a frustrating answer: it depends on the doctrine. Patent exhaustion says you can take apart what you bought. The doctrine of equivalents says changing a few details may not save the product you build afterward. Copyright says the code is protected but the interface behind it may not be. And a signed EULA can override all of it.
These are not abstractions. Each one traces to a specific case, and those cases are what actually decide disputes. Graver Tank, Quanta, KSR, Sega, and Bowers between them determine whether a teardown was lawful analysis or the first step toward an infringement finding. Reverse engineering patent law is best understood through them rather than through general principles.
Explore Lumenci’s Reverse Engineering Services
This piece works through the doctrines that govern reverse engineering, the decisions that established them, and where each one draws its line. For the technical methods behind a teardown, see “Patent Reverse Engineering: Methods, Applications, and Legal Considerations” (lumenci.com/blogs/patent-reverse-engineering). For how legal risk varies across the US, EU, UK, China, and India, see the jurisdiction risk matrix in “Reverse Engineering Techniques for Patent Protection and Patent Monetization” (lumenci.com/blogs/reverse-engineering-techniques-for-patent-protection-and-patent-monetization).
Also read: Patent Reverse Engineering: Methods, Applications, and Legal Considerations
Key Takeaways
- Patent exhaustion, confirmed in Quanta v. LG Electronics, is what makes tearing down a lawfully purchased product legal. It exhausts rights over that item, not over the invention.
- The doctrine of equivalents, established in Graver Tank, is why a design-around that only changes surface details can still infringe.
- Enablement is why patent documents work as prior art analysis inputs at all: the law requires disclosure detailed enough to rebuild the invention.
- Sega v. Accolade permitted decompilation to reach unprotected functional elements. Bowers v. Baystate then held that a contract can prohibit exactly that.
- Clean room design remains the standard method for building compatible products without inheriting copyright exposure.
Table of Contents
Reverse Engineering Patent Law: The Governing Doctrines
A patent gives exclusive legal rights to the patent holder for a limited time, usually 20 years from the filing date. Those rights let the owner stop others from making, using, selling, offering for sale, or importing the invention without permission. Three doctrines shape how those rights interact with reverse engineering, and each cuts in a different direction.
Patent Rights and the Disclosure Bargain
Patent protection runs on a trade. In return for exclusivity, the inventor must disclose enough technical detail that someone skilled in the field can understand and recreate the invention. That disclosure is public by design. Studying a patented product is therefore not an act of trespass against the patent system; it is the system working as intended.
This is why organizations lean on reverse engineering across a range of legitimate activities: understanding product architecture, competitive benchmarking, interoperability studies, patent claim mapping, prior art investigations, and freedom-to-operate evaluation. Where those findings feed acquisition or licensing decisions, they also inform patent due diligence.
Also read: IP Due Diligence: Complete Guide & 10-Step Checklist 2026
For how technical findings get converted into structured claim mapping evidence, see Lumenci’s Claim Chart services.
Doctrine of Exhaustion: The Legal Basis for Teardown
Once a patented product has been lawfully sold, the patent holder’s rights over that specific item are exhausted. The purchaser can use, inspect, repair, resell, and analyze it. This first sale doctrine is the single most important legal foundation for reverse engineering commercially available products.
Quanta Computer, Inc. v. LG Electronics, Inc. reaffirmed the principle, holding that an authorized sale generally terminates the patent holder’s control over that item. So is reverse engineering patent infringement? Not by itself. Exhaustion covers the analysis.
What it does not cover is the invention. Exhaustion applies to the article you bought, not to the patented technology inside it. Buy a chip, take it apart, trace the circuit, and you are within your rights. Build and sell your own chip using the patented architecture you found, and exhaustion offers nothing. The distinction is between understanding an implementation, which is permitted, and reproducing it, which is not. In semiconductors and electronics, analysis of circuit layouts and fabrication methods is routine and lawful. Replicating those patented features commercially is where disputes start.
Doctrine of Equivalents: Why Design Changes May Not Save You
Teams that reverse engineer a competitor’s product to design around its patent often assume that changing the implementation is enough. The doctrine of equivalents says otherwise. A product may infringe even without literally matching the claim language, if it performs substantially the same function, in substantially the same way, to achieve substantially the same result.
Graver Tank & Manufacturing Co. v. Linde Air Products Co. established and reinforced this in the US Supreme Court. The practical consequence for reverse engineering work is direct: a design-around informed by a teardown has to differ in substance, not just in surface detail. Swapping a component for a functional equivalent, renaming a process, or reordering steps that produce the same outcome does not clear the claim. This is why design-around decisions belong with counsel and technical analysts together rather than with engineering alone.
Doctrine of Enablement: Why Patents Work as Prior Art
Patent applicants must disclose their inventions in enough detail that a person skilled in the field can make and use them without undue experimentation. That requirement is why patent documents are usable technical sources rather than vague marketing claims, and it is what makes them viable inputs for prior art analysis.
KSR International Co. v. Teleflex Inc. is the case that changed how that disclosure gets evaluated. By adopting a more flexible approach to obviousness, KSR broadened what can be combined to invalidate a claim, which raised the value of reverse engineering as a way to surface real-world prior art that databases miss. A teardown of an older product can establish that a purportedly novel feature already existed.
For prior art searching as a formal discipline, see Lumenci’s Prior Art Search services (lumenci.com/services/prior-art-search). For how reverse engineering feeds patent validity analysis in practice, including the Broadcom and Qualcomm dispute, you can check out our article – Patent Validity: How Reverse Engineering Proves Claims.
Landmark Cases in Reverse Engineering Patent Law
Five decisions do most of the work in this area. Read together, they map the boundary.
Copyright Law and Legal Reverse Engineering of Software
Copyright protects expression, not function. That distinction is the whole game in software. The functionality of a system may sit outside copyright entirely, while the source code, program structure, and interface design that implement it remain protected. Legal reverse engineering of software depends on getting to the former without unlawfully copying the latter.
The friction points are predictable: decompiling binaries, accessing protected firmware, copying source code, circumventing DRM, extracting proprietary components, and modifying copyrighted files. Each has its own exposure profile.
Sega v. Accolade and the Fair Use Route
US courts have permitted disassembly and decompilation where the objective is to understand unprotected functional elements such as interfaces, communication requirements, or operational behavior rather than to copy the protected expression itself.
Sega Enterprises Ltd. v. Accolade Inc. is the anchor. Accolade’s reverse engineering of Sega’s gaming software was held permissible because it was necessary to achieve compatibility between independently developed games and the Sega console. The reasoning matters more than the outcome: fair use covered the copying because copying was the only route to functional information that copyright never protected in the first place. Where an alternative route to the same information exists, that argument weakens.
DMCA Section 1201(f) and the Interoperability Exception
Section 1201(f) of the Digital Millennium Copyright Act permits limited circumvention of technological protection measures where necessary to identify and analyze elements required for interoperability between independently created programs. A developer may reverse engineer the communication protocols of a cloud platform or embedded device so a third-party application can interact with it.
The exception is narrow. It covers interoperability, not curiosity, competitive intelligence, or convenience. Circumvention that exceeds what interoperability requires falls outside it.
Clean Room Design: Building Compatible Products Safely
Where the goal is a compatible product rather than a one-off analysis, clean room design remains the standard risk control. One team studies the original system and writes functional documentation without copying protected code. A second team, with no access to the original implementation, builds from those specifications alone.
The separation is the point. If the second team never sees the protected expression, its output cannot be a copy of it, and the documentation trail proves as much. The personal computer industry established the model when building BIOS-compatible systems, and it still holds up wherever a company needs compatibility without inheriting copyright exposure.
Courts assessing copyright disputes over reverse engineering tend to ask a consistent set of questions: was the activity necessary for interoperability, conducted in good faith, limited in scope, commercially exploitative, or in violation of licensing terms. Clean room documentation speaks directly to the first three.
Trade Secret Law: Lawful Discovery vs. Misappropriation
Trade secrets invert the patent bargain. Instead of disclosure in exchange for exclusivity, protection depends entirely on secrecy. As long as the information stays confidential and reasonable measures protect it, the rights can run indefinitely. Companies use this for proprietary algorithms, fabrication processes, software architectures, and internal technical data they would rather not publish.
Reverse engineering a lawfully acquired product is a recognized lawful method of discovering a trade secret. If a chip or software product is on the market, a competitor may analyze its structure, circuitry, or behavior to work out how it functions. The owner made it publicly accessible; the secret was not well kept.
The line falls on how the information was obtained, not what it turned out to be. Independent analysis is lawful. Theft of documents, industrial espionage, unauthorized database access, hacking, breach of a confidentiality agreement, or disclosure by an employee is misappropriation regardless of whether careful teardown would have revealed the same thing. Courts examine whether the information was lawfully acquired, whether reasonable confidentiality measures existed, and whether contractual obligations were breached along the way.
This is the sharpest practical constraint in reverse engineering intellectual property work. A technically flawless analysis built on improperly obtained information is compromised as evidence no matter how accurate it is.
Bowers v. Baystate: When a Contract Overrides the Statute
Clearing patent, copyright, and trade secret law does not finish the analysis. Contract can prohibit what all three permit.
Software, cloud platforms, embedded systems, and SaaS products arrive with EULAs and licensing terms that routinely ban decompilation, disassembly of firmware, modification of proprietary systems, source code extraction, circumvention of security mechanisms, and unauthorized protocol analysis. These restrictions do not come from IP law. They come from an agreement the user accepted at installation.
Bowers v. Baystate Technologies is the decision that gives this weight. The court enforced a software license agreement prohibiting reverse engineering even though copyright law contained interoperability exceptions that would otherwise have applied. The lesson is uncomfortable but clear: a fair use argument and a Section 1201(f) exception do not help if a contract independently forbids the conduct.
Treatment varies by region. Contractual terms conflicting with statutory interoperability rights may be unenforceable in the EU, where those rights are granted by legislation rather than developed through case law. For the full comparison across the US, EU, UK, China, and India, see the legal risk matrix in “Reverse Engineering Techniques for Patent Protection and Patent Monetization” (lumenci.com/blogs/reverse-engineering-techniques-for-patent-protection-and-patent-monetization). The practical takeaway either way: read the license before the teardown, not after.
AI-Generated Outputs: Unsettled Ownership and Liability
AI-assisted reverse engineering has changed the economics of technical analysis, automating function identification, decompilation, similarity detection, and prior art surfacing at a scale manual review cannot reach.The doctrinal questions they raise have no settled answers yet, which is the concern here.
Also read: AI-Assisted Reverse Engineering for Source Code Analysis.
Ownership is the first gap. When a system reconstructs source code, generates technical models, or produces derivative outputs from copyrighted or patented material, existing frameworks struggle to say who owns the result or who bears infringement liability. Copyright law assumes a human author. Patent law assumes a human inventor. Neither was drafted with machine-generated technical outputs in view, and courts have not resolved the question.
Scale is the second. Using AI in reverse engineering means tools capable of automated software analysis, cloud platform examination, network traffic monitoring, and large-scale data extraction. Every constraint discussed above still applies, but a system operating at machine speed can breach a licensing agreement, cross a trade secret line, or trigger a data protection obligation faster than a human analyst would notice. The velocity that makes these tools valuable is the same velocity that makes a contractual breach hard to catch before it lands.
Regulators and courts will address AI-generated technical outputs and machine-assisted IP investigation eventually. Until they do, organizations carry the risk of operating ahead of the doctrine.
Ethical Considerations
Legal compliance sets a floor, not a standard. Reverse engineering supports innovation, interoperability, security research, and technological advancement, and misuse of what it produces creates real harm to IP owners and to fair competition.
Ethical reverse engineering generally focuses on:
- Promoting innovation and research
- Improving interoperability between systems
- Identifying security vulnerabilities
- Supporting educational and analytical purposes
- Encouraging technological advancement
The practices to avoid are the mirror image:
- Unauthorized copying of proprietary technologies
- Theft of confidential information
- Industrial espionage
- Misuse of reverse-engineered data
- Violation of licensing agreements
- Circumvention of security protections for unlawful purposes
The stakes are highest in software, cloud platforms, semiconductors, cybersecurity, and AI, where a teardown can expose sensitive architecture rather than just a component list. Internal compliance policies, clean room methods, confidentiality controls, and legal review before work begins are what convert good intentions into a defensible record.
Reverse Engineering Patent Infringement: Legal Consequences
When intellectual property reverse engineering crosses from analysis into reproduction, the consequences compound across regimes at once. A single act can trigger patent, trade secret, and contractual liability simultaneously, which is why reverse engineering patent infringement rarely arrives as a single claim.
- Patent infringement lawsuits may occur if reverse-engineered technology is reproduced, manufactured, or commercialized without authorization.
- Courts may issue injunctions to stop the production, sale, or distribution of infringing products.
- Organizations may be required to pay monetary damages, royalty compensation, or financial penalties to the patent holder.
- Products containing patented features may face product recalls, seizure, or import/export restrictions.
- Unauthorized use of patented inventions can lead to loss of business reputation and commercial credibility.
- Reverse engineering involving confidential or proprietary information may also result in trade secret misappropriation claims.
- Violations of licensing agreements or contractual restrictions can create additional legal liability, as Bowers demonstrates.
- Companies may face increased regulatory scrutiny and intellectual property investigations.
- International patent disputes may arise when products are sold across multiple jurisdictions with different patent laws.
- Legal disputes related to patents can increase operational costs, delay product development, and impact market competitiveness.
Why Lumenci for Reverse Engineering Under IP Constraints
The difference between lawful technical analysis and actionable exposure usually comes down to how the work was scoped and documented, not what it found.
- Doctrine-aware scoping: we scope engagements against the doctrine that actually governs, since exhaustion, equivalents, and contractual restrictions each draw the line in a different place.
- Lawful acquisition, documented: chain of custody on how a product was obtained is what keeps a teardown on the right side of trade secret law, and we build that record from the start.
- Analysis built for scrutiny: our findings trace back to specific observed structures and documented methodology, the standard that holds up in licensing discussions and expert proceedings.
- Clean separation where it counts: our processes keep lawful technical analysis distinct from information a client should not have, protecting the integrity of the resulting evidence.
See Lumenci’s Reverse Engineering services, or contact Lumenci for a consultation on a specific matter.
Conclusion
Reverse engineering patent law does not resolve to a single rule. It resolves to a stack of doctrines that each answer a different question, and the answers do not always agree.
Exhaustion tells you the teardown is fine. Equivalents tells you the product you build afterward may not be. Enablement is why the patent document was useful to you in the first place. Sega opens a route through copyright for interoperability work, and Bowers closes it again if you signed the wrong license. Trade secret law does not care how good your analysis was if the information arrived improperly.
For organizations doing this work at scale, the practical implication is that legal review belongs at the start of a reverse engineering program rather than at the end. The doctrines are knowable and the cases are settled. What varies is whether anyone checked which ones applied before the work began.
References
[1] https://www.wipo.int/en/web/patents
[2] https://www.shs-conferences.org/articles/shsconf/pdf/2023/26/shsconf_copeji2023_02001.pdf
[3] https://brieflaws.com/categories/patent
[4] https://people.ischool.berkeley.edu/~pam/papers/ieee_1990.pdf
[5] https://opencasebook.org/casebooks/3497-software-copyright-reading-group/resources/3-sega-enterprises-ltd-v-accolade-inc/
Frequently Asked Questions
Is reverse engineering patent infringement?
Not on its own. Patent exhaustion, confirmed in Quanta v. LG Electronics, means an authorized sale ends the patent holder’s control over that item, so analyzing it is permitted. Infringement arises when the invention inside is then reproduced or commercialized.
What is the doctrine of exhaustion in reverse engineering?
It holds that a lawful sale exhausts the patent holder’s rights over that specific article, letting the purchaser inspect, repair, resell, and analyze it. It exhausts rights over the item, not over the underlying patented invention.
Can a design-around based on reverse engineering still infringe?
Yes. Under the doctrine of equivalents from Graver Tank, a product infringes if it performs substantially the same function in substantially the same way for substantially the same result, even without matching the claim language literally.
What did Sega v. Accolade establish about software reverse engineering?
It held that decompilation can qualify as fair use when copying is necessary to reach functional elements that copyright does not protect, such as interfaces needed for compatibility. The necessity of the copying is what carried the argument.
Can a EULA ban reverse engineering even when copyright law permits it?
In the United States, yes. Bowers v. Baystate Technologies enforced a license agreement prohibiting reverse engineering despite existing copyright interoperability exceptions. In the EU, terms conflicting with statutory interoperability rights may be unenforceable.
What is clean room design?
A two-team process where one team analyzes the original system and documents its function without copying protected code, and a second team with no access to the original builds from those specifications alone. The separation is what limits copyright exposure.
Who owns the output of AI-assisted reverse engineering?
This is unsettled. Copyright assumes a human author and patent law assumes a human inventor, so when a system reconstructs code or generates models from protected material, ownership and liability may fall on the developer, the user, or neither.


