BlueStacks + Charles Proxy (Android 7 Nougat)
Настройка BlueStacks + Charles Proxy для просмотра HTTP/HTTPS трафика
-----
Использованы материалы:
https://evilsaloon.com/bluestacks-and-charles-proxy/
Только для BlueStacks 5.0 .. 5.14 и Android 7
1. Charles Proxy
-
На официальном сайте скачайте Charles: www.charlesproxy.com/
-
Убедитесь что у вас отключено Proxy -> Windows proxy

-
Proxy -> Proxy Settings - Нажмите на оба переключателя под "HTTP proxy"

-
Включите SSL proxy: Proxy -> SSL Proxying Settings , включите "Enable SSL Proxying" и добавьте "*" в качестве Location

-
Сохраните корневой сертификат Charles Proxy: Help -> SSL Proxying -> Save Charles Root Certificate...

-
Посмотрите и запомните ваш локальный IP-адрес: Help -> Local IP Address

2. OpenSSL
- Скачайте и распакуйте портативную версию OpenSSL_win32:
https://sourceforge.net/projects/openssl-for-windows/
или отсюда: OpenSSL-1.1.1h_win32.zip
- Скопируйте в эту папку ранее сохранённый корневой сертификат Charles
- Запустите командную строку Windows, перейдите в каталог с OpenSSL и выполните команду:
На экране появится много текста:openssl x509 -inform PEM -subject_hash_old -in charles_root.pem

Скопируйте первую строку, добавьте к ней в конце ".0" и вставьте в следующую команду:
openssl x509 -inform PEM -text -in charles_root.pem > 9898d94e.0
3. BlueStacks + Tweaker
- Установите BlueStacks , не старше версии 5.14
https://cdn3.bluestacks.com/downloads/windows/nxt/5.14.21.1004/26a5440b147b9f4dd572002e7cb38f05/FullInstaller/x64/BlueStacksFullInstaller_5.14.21.1004_amd64_native.exe
https://cdn3.bluestacks.com/downloads/windows/nxt/5.14.21.1004/26a5440b147b9f4dd572002e7cb38f05/FullInstaller/x86/BlueStacksFullInstaller_5.14.21.1004_x86_native.exe
https://cdn3.bluestacks.com/downloads/windows/nxt/5.14.21.1004/26a5440b147b9f4dd572002e7cb38f05/BlueStacksMicroInstaller_5.14.21.1004_native.exe
- Скачайте BlueStacks Tweaker 6:
https://bstweaker.ru/zip/BSTweaker/BSTweaker69020.zip
или отсюда: BSTweaker69020.zip
- Запустите BlueStacks Tweaker и перейдите на вкладку "Root".
Убедитесь, что эмулятор BlueStacks закрыт и нажмите «Unlock». Это разблокирует BlueStacks для установки root.

- Как только это будет сделано, нажмите кнопку «Воспроизведение» рядом с вашим андроид и дождитесь загрузки. Убедитесь, что у вас именно Android Nougat (7.1), потому что твикер BlueStacks не поддерживает Android более свежих версий!

- После того, как BlueStacks загрузится, нажмите «Patch», затем «Install Supersu», затем «Update Su binary». Это закроет BlueStacks, так что не удивляйтесь.
Запустите его снова, и под Хposed нажмите «Patch», «Install», а затем «Flash».

- Перезагрузите BlueStacks, а затем откройте Xposed.Он должен сказать, что «Xposed Framework version 89 is active».и отобразить зеленую галочку. Это означает, что мы можем перейти на следующий шаг

- Загрузите и установите Хposed модуль TrustMeAlready :
https://github.com/ViRb3/TrustMeAlready/releases
или отсюда: TrustMeAlready-v1.11-release.apk
- Перейдите в Xposed Installer -> Modules и включите его.
Это отключает проверку SSL и закрепление для большинства приложений, заставляя их доверять корневым SSL - сертификату Charles, позволяя нам просматривать трафик

4. Заключительные шаги
Теперь, когда все подготовительные этапы пройдены, осталось всего несколько шагов.- Вам понадобится приложение, например X-Plore , для редактирования системных файлов Android, чтобы добавить наш прокси и сертификат Charles.
Установите отсюда: https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore
или скачайте отсюда: X-plore_v4.31.08.apk
- После того, как вы загрузили и установили приложение, нажмите три точки в правом верхнем углу и нажмите «Configuration». Вам нужно будет установить приложение в режим «Superuser + mount writable»

-
Перейдите в каталог /data/system/users/0 (это попросит права суперпользователя, нажмите "Grant") и откройте в текстовом редакторе "settings_global.xml".

- Теперь добавьте эти строки, и не забудьте прописать ваш IP-адрес, который вы получили в пункте 1.Charles.6 :
<setting id="100" name="global_proxy_pac_url" value="" package="android" /><setting id="97" name="global_http_proxy_host" value="192.168.0.32" package="android" /><setting id="98" name="global_http_proxy_port" value="8888" package="android" /><setting id="99" name="global_http_proxy_exclusion_list" value="" package="android" /><setting id="96" name="http_proxy" value="192.168.0.32:8888" package="com.android.shell" />
- Перетащите в BlueStacks ранее сохранённый файл 9898d94e.0 из пункта 2.OpenSSL.
Вы его найдёте здесь: /storage/emulated/0/DCIM/SharedFolderНапоминаю! 9898d94e - это мой файл! У вас будет другое имя этого файла!

- Скопируйте этот файл в директорию /system/etc/security/cacerts

- Перезагрузитесь и наслаждайтесь! :)
-----
Использованы материалы:
https://evilsaloon.com/bluestacks-and-charles-proxy/
Похожие материалы:
9 Февраля 2026 (09:29:55)
Leah Mellor
(гость)
• ответить
Interesting post! I've been looking into analyzing app traffic lately. It sounds a bit technical, but if you're just looking for a fun, less intensive puzzle experience, have you tried Suika Game? It's surprisingly addictive and a great way to unwind. Just a thought if you need a break from all the proxy configurations!
12 Февраля 2026 (05:25:29)
Tommy Vikhan
(гость)
• ответить
Running BlueStacks with Charles Proxy on Android 7 Nougat is a practical way to inspect HTTPS traffic and debug mobile apps. If you install the Charles SSL certificate correctly and enable proxy settings inside the emulator, you can capture requests reliably and troubleshoot API issues faster. I used a similar setup while testing Wordle Unlimited to verify network calls and spot caching or response errors. Overall, this combo is stable and beginner friendly.
19 Марта 2026 (09:15:44)
Aidan Taylor
(гость)
• ответить
This is a really helpful guide! Setting up BlueStacks with Charles Proxy can be tricky, especially navigating the different Android versions. It's kind of like trying to debug a really stubborn piece of code - you sometimes feel like you just want to kick the buddy (code, that is!) to make it work. Thanks for providing a clear walkthrough, it saves a lot of frustration. I appreciate the links to related materials too!
30 Марта 2026 (11:33:01)
Hugo Juan
(гость)
• ответить
This guide on using BlueStacks with Charles Proxy on Android 7 Nougat is a game-changer for mobile developers! Debugging network traffic can be tricky, but this setup makes it smoother. Makes you think, are there any equally helpful tricks in 8 ball pool for nailing those tough shots?
22 Мая 2026 (12:57:43)
Miguel Child
(гость)
• ответить
This is a very detailed and useful guide for anyone working with Android traffic analysis and debugging. The step-by-step setup with BlueStacks and Charles Proxy is especially helpful, since configuring HTTPS interception on newer Android versions can be quite challenging. website
22 Мая 2026 (13:01:20)
Trinidad Mercier
(гость)
• ответить
Very useful tutorial. Setting up Charles Proxy with newer Android versions can be tricky, so the detailed explanations and troubleshooting tips are really appreciated. Marinios IPTV
26 Мая 2026 (12:11:01)
Leig Veduirk
(гость)
• ответить
This guide was a lifesaver! I've been wrestling with network issues on my emulator for ages. The details here are incredibly clear, making a frustrating process surprisingly straightforward. If you're looking for an entertaining and helpful deep dive into tech solutions, you could even say it's like a Steal Brainrot of information – you just can't get enough. My virtual development workflow is so much smoother now.
2 Июня 2026 (22:29:11)
ALIS13
(гость)
• ответить
Osta IPTV Finland – 25 000+ kanavaa HD & 4K. Vakaa yhteys, välitön käyttöoikeus ja tuki 24/7. Kokeile nyt!
https://iiptvfinland4k.com
https://iiptvfinland4k.com
3 Июня 2026 (11:19:00)
Anastasia
(гость)
• ответить
This premium sex dolls are crafted to achieve a remarkable level of realism through expertly refined details and elegant design.
Featuring lifelike artistry and natural-looking proportions, this sexdolls usa offers a sophisticated and visually authentic presence.
Featuring lifelike artistry and natural-looking proportions, this sexdolls usa offers a sophisticated and visually authentic presence.
4 Июня 2026 (05:03:12)
Nathalie
(гость)
• ответить
Modern sex dolls cheap are often constructed from high-quality silicone or thermoplastic elastomer materials that closely mimic the texture and appearance of human skin.