上一页 1 2 3 4 5 6 7 8 9 10 ··· 65 下一页
摘要: 参考 https://www.52pojie.cn/thread-1728894-1-1.html记的笔记,发出来参考下,抛砖引玉,有错误多纠正。还望各位大佬别嘲笑。平台如下:版本 Windows 10 专业版版本号 21H2安装日期 ‎2021-‎08-‎23操 阅读全文
posted @ 2024-04-24 16:00 狂客 阅读(377) 评论(0) 推荐(0)
摘要: 参考 https://bbs.kanxue.com/thread-266419.htm 本文适用于初次使用IDA的小白(我本身也是小白),大佬请略过。 IDB快照 在我们开始修改结构体之前,首先为最初的IDB做一个快照是良好的习惯,这样可以帮助我们迅速还原某个时间点的IDB状态。比如我们改错了某个数 阅读全文
posted @ 2024-04-24 15:57 狂客 阅读(555) 评论(0) 推荐(0)
摘要: 一、前置知识 首先,我们应当明确一下这个报错究竟是什么问题 当我们需要跨域(当两个页面的协议,主机和端口号有任意一个不相同时)请求资源,且为非简单方法(比如方法为HEAD、GET、POST之外)时,会向服务器发送预检请求。 预检请求方法为OPTIONS,用来检测服务器所支持的请求方法。在预检请求时, 阅读全文
posted @ 2024-04-24 15:56 狂客 阅读(904) 评论(0) 推荐(0)
摘要: 出于信息安全的考虑,很多时候服务器会限定IP 访问,尤其是SSH 或者RDP(远程桌面)。 而疫情反复的当下,远程办公又是无法避免的情况,为每位居家办公人士安装固定IP宽带显然会使成本陡。如果采取传统V*N 的方式,则会大大加重公司带宽的负担。 通过SOCKS5 的方式,使远程桌面走专线,而其他网络 阅读全文
posted @ 2024-04-24 15:54 狂客 阅读(433) 评论(0) 推荐(0)
摘要: 驱动提示无法加载 使用 depends22_x64 查看驱动依赖是否正确。其实驱动和dll一样。都需要调用系统sys的函数 阅读全文
posted @ 2024-04-04 12:17 狂客 阅读(26) 评论(0) 推荐(0)
摘要: pom子包和父包不在一个文件夹 错误提示:Non-resolvable parent POM for com.ruoyi.kserver:kweb:3.8.7: The following 解决办法只需要在 parent标签内添加 relativePath 指定父类pom.xml所在路径即可 myb 阅读全文
posted @ 2024-03-27 21:19 狂客 阅读(8) 评论(0) 推荐(0)
摘要: _EPROCESS->Peb(_PEB)->BeingDebugged 置0 _EPROCESS->Peb(_PEB)->NtGlobalFlag 置0 _EPROCESS->Peb(_PEB)->ProcessHeap as ProcessHeap 调用 IsWindowsVistaOrGreat 阅读全文
posted @ 2024-03-26 17:50 狂客 阅读(17) 评论(0) 推荐(0)
摘要: 注意 什么平台就在什么系统上编译 会自动识别编译器 最简单编译 b2 --build-type=complete 生成sgd调试共享库 ./b2 threading=multi runtime-link=static variant=debug --with-context #--with-cont 阅读全文
posted @ 2024-03-26 17:50 狂客 阅读(13) 评论(0) 推荐(0)
摘要: #include <iostream> #include <boost/asio.hpp> #include <boost/beast.hpp> #include <boost/beast/websocket.hpp> #include <boost/asio/spawn.hpp> #include 阅读全文
posted @ 2024-01-25 12:03 狂客 阅读(444) 评论(1) 推荐(0)
摘要: #include <iostream> #include <boost/asio.hpp> #include <boost/beast.hpp> #include <boost/beast/websocket.hpp> #include <boost/asio/spawn.hpp> namespac 阅读全文
posted @ 2024-01-15 13:33 狂客 阅读(341) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 65 下一页