上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 纵横网络靶场社区 (fengtaisec.com) 工控、物联网搜索引擎 安全技术信息 阅读全文
posted @ 2022-09-28 14:00 磐正 阅读(39) 评论(0) 推荐(0)
摘要: 工控环境 阅读全文
posted @ 2022-09-27 23:29 磐正 阅读(17) 评论(0) 推荐(0)
摘要: bins总结 阅读全文
posted @ 2022-09-26 10:15 磐正 阅读(196) 评论(0) 推荐(0)
摘要: apt-get install gcc-multilib 阅读全文
posted @ 2022-09-23 10:18 磐正 阅读(11) 评论(0) 推荐(0)
摘要: 1. 爆破 阅读全文
posted @ 2022-09-21 14:20 磐正 阅读(10) 评论(0) 推荐(0)
摘要: 某商店规定:三个空汽水瓶可以换一瓶汽水,允许向老板借空汽水瓶(但是必须要归还)。 小张手上有n个空汽水瓶,她想知道自己最多可以喝到多少瓶汽水。 数据范围:输入的正整数满足 注意:本题存在多组输入。输入的 0 表示输入结束,并不用输出结果。 #include<iostream> using names 阅读全文
posted @ 2022-08-18 23:15 磐正 阅读(132) 评论(0) 推荐(0)
摘要: 1. 配置NDK ndk.dir=E\:\\Andorid_Sdk\\ndk-bundle 2. 加载so, 声明native函数 3. 创建jni目录, 编写C代码 以下是生成so的关键代码 1. CMake方式 # CMakeLists.txt # For more information ab 阅读全文
posted @ 2022-02-12 16:13 磐正 阅读(58) 评论(0) 推荐(0)
摘要: adb shell input text ef57f3fe3cf603c03890ee588878c0ec 1. IDA动态debug调试 adb devices -s ID adb push F:\BaiduNetdiskDownload\IDA_Pro_v7.5_Portable\dbgsrv\ 阅读全文
posted @ 2022-02-05 11:28 磐正 阅读(36) 评论(1) 推荐(0)
摘要: 1. string strstr($pattern,$needle,[true/false]) 2. str_replace($target,$instead,$str,[count]);str_ireplace 3.string substr('abcdef',-1,1);返回字符串的子字符串 4 阅读全文
posted @ 2022-01-31 10:57 磐正 阅读(25) 评论(0) 推荐(0)
摘要: 1.数组 #--python-- list=[1,2,3,4,5] length=len(list) index=list.find() index=list.index(1); dic={“a”:1,"b":2,"c":3} #--JavaScript-- list=new Array(); li 阅读全文
posted @ 2022-01-28 15:02 磐正 阅读(46) 评论(2) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页