上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: .\cloc -by-file ./ --exclude-dir=node_modules --include-lang=Python .\cloc ./ --exclude-dir=node_modules --include-lang=Python 导出代码时 排除 *.cnf *.sql *. 阅读全文
posted @ 2022-10-10 18:50 wgf4242 阅读(60) 评论(0) 推荐(0)
摘要: Windows Powershell环境 导出当前分支最新版本为zip文件。以当前目录命名 git branch --show-current | tee -V b; git archive --format zip -o "./$((gi .).BaseName).zip" $b -0 阅读全文
posted @ 2022-10-04 19:15 wgf4242 阅读(37) 评论(0) 推荐(0)
摘要: Re 艾克体悟题 方法1. frida练习一下 # 启动指定 Activity adb shell su am start -n com.droidlearn.activity_travel/.FlagActivity //a.js hook一下 Java.perform(function () { 阅读全文
posted @ 2022-10-02 23:16 wgf4242 阅读(255) 评论(0) 推荐(0)
摘要: 有点问题:编译的程序运行结果和Linux下不一样。 outguess 编译 使用cygwin。运行终端后。进入outguess目录。 ./configure make 直接报个错 checking whether make sets ${MAKE}... ./configure: eval: lin 阅读全文
posted @ 2022-10-01 08:28 wgf4242 阅读(260) 评论(0) 推荐(0)
摘要: script.load() 时会报错。 {'type': 'error', 'description': 'Error: VM::AttachCurrentThread failed: -1', 'stack': 'Error: VM::AttachCurrentThread failed: -1 阅读全文
posted @ 2022-09-30 19:33 wgf4242 阅读(701) 评论(0) 推荐(0)
摘要: 工控协议 - 协议分析-modbus | 题干:(c88d00000008010f00030005011b) 根据题目提示MODBUS, 00 00 协议标识,可知使用0x0f(15)功能码,为写多个线圈 构造响应报文,内容为: 0f 00 03 00 05 功能码+地址高低位+寄存器高低位 有效数 阅读全文
posted @ 2022-09-30 13:15 wgf4242 阅读(428) 评论(0) 推荐(0)
摘要: 已完成: 字段的comment作为 verbose_name 未完成: 表名的comment作为 表的verbose_name 环境: django@3.13.1。 修改2处文件。 1.django\core\management\commands\inspectdb.py 2.django\db\ 阅读全文
posted @ 2022-09-29 18:36 wgf4242 阅读(62) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-09-25 17:51 wgf4242 阅读(167) 评论(0) 推荐(0)
摘要: https://github.com/BNDong/Cnblogs-Theme-SimpleMemory 阅读全文
posted @ 2022-09-22 12:07 wgf4242 阅读(57) 评论(0) 推荐(1)
摘要: 恶意文件 访问了 1.15.228.170 8023 (_DWORD )&name.sa_data[2] = inet_addr(cp); (_WORD )name.sa_data = htons(v11); send(s, buf, 4, 0); cp: 1.15.228.170 v11: 802 阅读全文
posted @ 2022-09-21 17:47 wgf4242 阅读(146) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页