会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一起来学python
android逆向
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
125
下一页
2022年11月16日
frida过检测
摘要: function hook_dlopen() { var dlopen = Module.findExportByName(null, 'android_dlopen_ext'); if (dlopen) { Interceptor.attach(dlopen, { onEnter: functio
阅读全文
posted @ 2022-11-16 16:22 公众号python学习开发
阅读(359)
评论(0)
推荐(1)
2022年11月15日
ctf.bobbydylan python解密
摘要: str = "1234567890abcdef" iArr = [0] * 16 iArr[0] = 0 iArr[12] = 14 iArr[10] = 7 iArr[14] = 15 iArr[15] = 42 try: iArr[1] = 3 iArr[5] = 5 except: iArr[
阅读全文
posted @ 2022-11-15 17:02 公众号python学习开发
阅读(28)
评论(0)
推荐(0)
frida anti pthread_create
摘要: function anti_pthread(){ var p_pthread_create = Module.findExportByName("libc.so", "pthread_create"); var pthread_create = new NativeFunction( p_pthre
阅读全文
posted @ 2022-11-15 15:03 公众号python学习开发
阅读(132)
评论(0)
推荐(0)
2022年11月11日
java bytes转hex string
摘要: import org.apache.commons.codec.binary.Hex; String foo = "I am a string"; byte[] bytes = foo.getBytes(); System.out.println( Hex.encodeHexString( byte
阅读全文
posted @ 2022-11-11 19:30 公众号python学习开发
阅读(56)
评论(0)
推荐(0)
2022年11月9日
native层x-sign frida hook
摘要: function hook_java(){ if(Java.available){ Java.perform(function(){ var SwitchConfig = Java.use('mtopsdk.mtop.global.SwitchConfig'); SwitchConfig.isGlo
阅读全文
posted @ 2022-11-09 16:40 公众号python学习开发
阅读(1020)
评论(0)
推荐(0)
xargs批量拷贝文件使用
摘要: file * |grep Zip |awk '{print $1}'|sed 's#:##g'|xargs -I G cp "G" so_zip
阅读全文
posted @ 2022-11-09 15:38 公众号python学习开发
阅读(43)
评论(0)
推荐(0)
2022年11月7日
使用ubuntu进行frida-server编译
摘要: 1.更新命令 sudo apt-get update sudo apt-get upgrade 2.安装下面的包 sudo apt-get install build-essential curl git lib32stdc++-9-dev libc6-dev-i386 nodejs npm pyt
阅读全文
posted @ 2022-11-07 20:09 公众号python学习开发
阅读(918)
评论(0)
推荐(0)
mac使用sha256sum
摘要: 下载coreutils brew install coreutils 然后安装完成之后配置环境变量,打开zshrc subl ~/.zshrc 添加下面内容 export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" 之后 source ~
阅读全文
posted @ 2022-11-07 18:15 公众号python学习开发
阅读(462)
评论(0)
推荐(0)
ubantu 20.4镜像下载
摘要: Ubuntu 20.04 Desktop:ubuntu-20.04-desktop-amd64.iso Ubuntu 20.04 Server:ubuntu-20.04-live-server-amd64.iso 百度网盘链接:https://pan.baidu.com/s/116yY4DAKnSA
阅读全文
posted @ 2022-11-07 18:00 公众号python学习开发
阅读(4749)
评论(0)
推荐(0)
2022年11月5日
ro.deuggable=1的设置方式
摘要: sailfish:/ $ props Loading... Please wait. MagiskHide Props Config v6.1.2 by Didgeridoohan @ XDA Developers Updating fingerprints list Checking list v
阅读全文
posted @ 2022-11-05 22:19 公众号python学习开发
阅读(394)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
125
下一页
公告