diff --git a/README.md b/README.md
index b2b0702..ecfc933 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
# Frida Intercept Encrypted Api
-
+
+
[![CodeQL](https://github.com/noobpk/frida-ios-intercept-api/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/noobpk/frida-ios-intercept-api/actions/workflows/codeql-analysis.yml)
![python](https://img.shields.io/badge/python-3.x-blue)
![frida](https://img.shields.io/badge/frida-15.x-orange)
+![ios](https://img.shields.io/badge/ios-orange)
+![android](https://img.shields.io/badge/android-green)
+
## đź“ŤWhat does it help?
Banking applications, e-wallets, .. are increasingly enhanced security to fight hackers. One of them is to encrypt request/response data when sending and receiving. Some weak encryptions can be decrypted easily, but some strong encryptions like RSA are difficult.