opera mini 改服
- opera mini 改服
- 下载 opera 和 opera mini
- ftp://ftp.opera.com/pub/opera/android/mini/
- ftp://ftp.opera.com/pub/opera/android/
- 改服方法教程
- http://www.chenai.org/archives/opera.html
- https://www.nopme.com/opera-mini-7-6-for-android-gai-fu-wu-qi-jiao-cheng.html
- 1. 手机 apktools 修改方法
- 用apktools打开apk文件,进入smali目录,打开aq.smali(或ap.smali) b.2.smali g.smali
- 替换所有http://为上面获取到的url,双斜线后面带内容都都不用动
- 替换所有socket://为socket://you_cant_use让socket连接无效化
- 用apktools打包回apk,再用autosigner签名
- 2. PC 端smali 反编译
- https://github.com/as0ler/Android-Tools/tree/master/Autosign/Auto-Sign
- https://github.com/JesusFreke/smali
- https://bitbucket.org/JesusFreke/smali/downloads/
- 需要安装 JRE
- java -jar baksmali/baksmali-2.0.5.jar classes.dex -o classes
- java -jar baksmali/smali-2.0.5.jar classes
- 3. python 脚本 operamini11 以后的不行
- https://hk.v2ex.com/t/98905#reply16
- https://gist.github.com/linusyang/7515929#file-libom-patch-py
- M2Crypto 的安装
- 追加环境变量 ;C:\Python27\;C:\Python27\scripts\
- 安装VC++ for Python 2.7: http://aka.ms/vcpython27
- pip install cryptography
- pip install M2CryptoWin32 或者 pip install --egg M2CryptoWin64
- python libom-patch.py Opera安装包.apk -d 服务器地址
- 4. 制作 socket 中转代理
- iptables -t nat -A PREROUTING -p tcp --dport 自定义端口 -j DNAT --to-destination 141.0.11.253:1080 (这是 demo.opera-mini.net)
- iptables -t nat -A POSTROUTING -p tcp --dport 1080 -j SNAT --to-source 你的IP
- 107.167.113.220 mini5resource.opera-mini.net
- 141.0.11.253 demo.opera-mini.net
- 111.11.6.75 mini5cn.opera-mini.net
opera mini 改服的更多相关文章
- opera mini 7.5安卓改服版
opera mini 7.5安卓改服版Opera mini 7.5安卓版前两天发布了,试着进行改服实现***,过程跟以前的OPM7.0差不多,大家可参照我之前的博客教程Opera mini7.0改服教 ...
- Opera mini for S60 custom server
Opera mini for S60 custom server 在线改服 http://yourshell.info/mo/mini/ 本人贫穷一族,一直在用S60V2,这种手机启动JAVA很占内存 ...
- 用Opera Mobile调试手机版网页【转】
注意:新版本的opera已经采用webkit内核,没有dragonfly了. 要下载12版的http://get.geo.opera.com/pub/opera/win/1216/int/Opera_ ...
- Opera放弃自家内核转投WebKit的背后(转)
Opera在2月13日宣布用户突破3亿,并且带着这3亿用户投入WebKit阵营,自家的Presto内核将会走入历史.Opera为什么选择在现在这个时间点放弃自有内核?之前Opera的坚持自主研发一直被 ...
- Get与POST的理解
针对GET& POST的掌握可以说是迷迷糊糊的,今天特意拿出来好好整理一下,便于掌握理解. 在服务器端都有一个用来标识资源位置的符号,被称为统一资源标识(URL). URI有两种形式.分别为U ...
- software collection
software software Table of Contents 1. Privacy 2. GFW 2.1. google search 2.2. 修改 DNS 服务器 2.2.1. 修改ip ...
- 在PC上测试移动端网站和模拟手机浏览器的5大方
查了很多资料,尝试了大部分方法,下面将这一天的努力总结下分享给大家,也让大家免去看那么多文章,以下介绍的方法,都是本人亲自测试成功的方法,测试环境winxp. 一.Chrome*浏览器 chrome模 ...
- AJAX POST&跨域 解决方案 - CORS
一晃又到新年了,于是开始着手好好整理下自己的文档,顺便把一些自认为有意义的放在博客上,记录成点的点滴. 跨域是我在日常面试中经常会问到的问题,这词在前端界出现的频率不低,主要原因还是 ...
- js/jQuery使用过程中常见问题
目录 一.jQuery选择器选择选中的或者disabled的选择框时attr函数无效 二.jQuery each函数的break/continue 三.jQuery 获取元素的left会值/left数 ...
随机推荐
- error C2440: “static_cast”: 无法从“LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)”转换为“LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)
转自原文 error C2440 “static_cast” 无法从“void (__thiscall C* )(void)... error C2440: “static_cast”: 无法从“LR ...
- [Spark源代码剖析] DAGScheduler提交stage
转载请标明出处:http://blog.csdn.net/bigbigdata/article/details/47310657 DAGScheduler通过调用submitStage来提交stage ...
- BZOJ 2982 combination Lucas定理
题目大意:发上来就过不了审核了--总之大意就是求C(n,m) mod 10007 m,n∈[1,2*10^8] 卢卡斯定理:C(n,m)=C(n%p,m%p)*C(n/p,m/p) mod p 要求p ...
- Spring security工作流程及集成
A user enters their username and password into a login screen and clicks a login button. The entered ...
- 基于Linux下Iptables限制BT下载的研究
基于Linux下Iptables限制BT下载的研究 摘要: 当前BT下载技术和软件飞速发展,给人们网上冲浪获取资源带来了极大的便利, 但同时BT占用大量的网络带宽等资源也给网络和网络管理员 ...
- JS中部分 Array 对象方法介绍
1.concat() concat() 方法用于连接两个或多个数组.该方法不会改变现有的数组,而仅仅会返回被连接数组的一个副本 <script type="text/javascrip ...
- 03013_JDBC工具类
1.“获得数据库连接”操作,将在以后的增删改查所有功能中都存在,可以封装工具类JDBCUtils.提供获取连接对象的方法,从而达到代码的重复利用. 2.该工具类提供方法:public static C ...
- Python socket doesn't close connection properly
Python socket doesn't close connection properly The error information: [Errno 98] Address already in ...
- Pku3664
<span style="color:#6600cc;">/* D - Election Time Time Limit:1000MS Memory Limit:655 ...
- 第一个WPF
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...