摘要: 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学习开发 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 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学习开发 阅读(107) 评论(0) 推荐(0) 编辑