From b092b3aeeaefb74206618f4927b2d58a6e09c7f3 Mon Sep 17 00:00:00 2001 From: Simone Avogadro Date: Mon, 2 Feb 2026 20:25:08 +0100 Subject: [PATCH] Add legal disclaimer to README Co-Authored-By: Claude Opus 4.5 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e2948d4..1ecec31 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,19 @@ android-reverse-engineering-skill/ - [dex2jar โ€” DEX to JAR converter](https://github.com/pxb1988/dex2jar) - [apktool โ€” Android resource decoder](https://apktool.org/) +## Disclaimer + +This plugin is provided strictly for **lawful purposes**, including but not limited to: + +- Security research and authorized penetration testing +- Interoperability analysis permitted under applicable law (e.g., EU Directive 2009/24/EC, US DMCA ยง1201(f)) +- Malware analysis and incident response +- Educational use and CTF competitions + +**You are solely responsible** for ensuring that your use of this tool complies with all applicable laws, regulations, and terms of service. Unauthorized reverse engineering of software you do not own or do not have permission to analyze may violate intellectual property laws and computer fraud statutes in your jurisdiction. + +The authors disclaim any liability for misuse of this tool. + ## License Apache 2.0 โ€” see [LICENSE](LICENSE)