ida去除so中的花指令脚本
摘要:
import keystone from keystone import * import ida_bytes import idaapi import idc # 来自叶谷雨的代码 def binSearch(start, end, pattern): matches = [] addr = st
js补环境代码
摘要:
function watch(obj, name){ var console_log = console.log return new Proxy(obj, { get(target, p, receiver){ // 过滤没用的信息,不进行打印 if (p "Math" || p "isNaN"
python将列表拆分为指定的组
摘要:
def chunk_list_by_groups(lst, groups): """将列表lst拆分成包含指定组数的子列表""" # 计算每组应该有多少个元素 n = len(lst) // groups # 计算剩余的元素个数 remainder = len(lst) % groups # 初始化
小米5s刷机升级miui11
摘要:
前言 刚买了个小米5s,但是默认系统是android6的不太够用,想升级到android8系统。这里补充下默认的android6 很好root手机自带了一个root的软件,直接adb然后使用su之后授权就行了,无需解除bl锁。 大部分文章都是使用的win系统,这里没有win系统如是尝试使用mac系统
js如何实现自定义base64的加解密
摘要:
function customBase64Encode(input) { const customAlphabet = "Dkdpgh2ZmsQB80/MfvV36XI1R45-WUAlEixNLwoqYTOPuzKFjJnry79HbGcaStCe"; let encoded = ''; for
frida打印arraylist类型的数据
摘要:
function bytesToString(arr) { var str = ''; arr = new Uint8Array(arr); for (var i in arr) { str += String.fromCharCode(arr[i]); } return str; } var Co
mac上使用python安装bcolz报错
摘要:
执行下下面的更新再次安装就可以了。 python -m pip install --upgrade pip setuptools python -m pip install pip setuptools wheel -U
ubuntu zsh配置
摘要:
apt update -y apt install zsh -y apt install autojump -y sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.s
twitter show more
摘要:
note_tweet = each_item.get("note_tweet",{}).get("note_tweet_results",{}).get("result",{}).get("text","")
aosp
摘要:
tom@ubuntu:~/androidSource/aosp$ source build/envsetup.sh tom@ubuntu:~/androidSource/aosp$ lunch You're building on Linux Lunch menu... pick a combo: