magisk install
如果是小米手机,装开发版,在授权管理中有root,然后再装magisk
setenforce 0 关闭SE
//// libDecryptorJni.so TeaEncryptECB //// | |
function xor(a, b) { | |
var l = a.length, | |
t, ret = []; | |
console.log("l:" + l); | |
for (var i = 0; i < l; i++) { | |
var aa = a[i]; |
git地址:https://github.com/ac-pm/Inspeckage
Inspeckage基于Xposed框架,需要手机有root权限,并且安装Xposed框架后,在“下载”中找到Inspeckage,进行安装,重启生效。
重启生效后,安卓系统中将多一个Inspeckage程序,点击choose target,然后根据下方给的地址进行访问
特征So文件 所属加固公司 | |
libchaosvmp.so 娜迦 | |
libddog.so 娜迦 | |
libfdog.so 娜迦 | |
libedog.so 娜迦企业版 | |
libexec.so 爱加密 | |
libexecmain.so 爱加密 | |
ijiami.dat 爱加密 | |
ijiami.ajm 爱加密企业版 | |
libsecexe.so 梆梆免费版 |
825367457 | |
825487096 | |
825798718 5.0.2 | |
825847666 5.0.3 | |
826323261 | |
827463590 | |
828444174 | |
828522965 | |
828625665 | |
828649794 |
It consists of the following components: | |
AppMon Sniffer - Intercept API calls to figure out interesting operations performed by an App | |
Appmon Intruder - Manipulate API calls data to create change app's original behavior | |
AppMon Android Tracer - Automcatically traces Java classes, methods, its arguments and their data-types in Android APKs | |
AppMon IPA Installer - Creates and installs "inspectable" IPAs on non-jailbroken iOS devices | |
AppMon APK Builder - Creates APKs "inspectable" on non-rooted Android devices |
vim ~/.bash_profile | |
* alias python="/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/bin/python3.7" | |
source ~/.bash_profile |
# -*- coding: utf-8 -*- | |
# @Time : 2017/12/23 16:07 | |
# @Author : ddvv | |
# @Site : | |
# @File : douyincore.py | |
# @Software: PyCharm | |
import hashlib | |
class calcSig(object): |