会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一起来学python
android逆向
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
125
下一页
2022年12月27日
python-ffmpeg
摘要: # -*- coding: utf-8 -*- # @Time : 2022/12/27 4:37 下午 # @Author : chenxiangan # @File : mp4tomp3.py # @Software: PyCharm import click import ffmpeg @cl
阅读全文
posted @ 2022-12-27 17:10 公众号python学习开发
阅读(57)
评论(0)
推荐(0)
2022年12月23日
C语言实现udp
摘要: udp_server.c #include <stdio.h> #include <strings.h> #include "arpa/inet.h" void udp_server() { printf("%s\n","in udp server"); int sock_fd = socket(A
阅读全文
posted @ 2022-12-23 19:55 公众号python学习开发
阅读(89)
评论(0)
推荐(0)
2022年12月20日
telethon代码运行
摘要: import asyncio import datetime import json import pymongo import requests from apscheduler.schedulers.asyncio import AsyncIOScheduler from redis impor
阅读全文
posted @ 2022-12-20 16:30 公众号python学习开发
阅读(780)
评论(0)
推荐(0)
2022年12月8日
jni项目创建出错 Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurfac
摘要: 看一下app目录下的build.gradle文件,将 dependencies 闭包下这两行 implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:materia
阅读全文
posted @ 2022-12-08 14:20 公众号python学习开发
阅读(854)
评论(0)
推荐(0)
2022年12月7日
mac中导出b剪字幕
摘要: # -*- coding: utf-8 -*- # @Time : 2022/12/7 10:18 上午 # @Author : chenxiangan # @File : gen_title.py # @Software: PyCharm import glob import json impor
阅读全文
posted @ 2022-12-07 11:22 公众号python学习开发
阅读(90)
评论(0)
推荐(0)
2022年11月17日
系统调用号查询
摘要: https://chromium.googlesource.com/chromiumos/docs/+/master/constants/syscalls.md#arm64-64_bit
阅读全文
posted @ 2022-11-17 18:31 公众号python学习开发
阅读(31)
评论(0)
推荐(0)
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学习开发
阅读(353)
评论(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学习开发
阅读(26)
评论(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学习开发
阅读(127)
评论(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学习开发
阅读(48)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
125
下一页
公告