06 2019 档案

inotify文件监控
摘要:参考:xxxx /*************************************************************************\* Copyright (C) Michael Kerrisk, 2018. ** ** This program is free s 阅读全文

posted @ 2019-06-21 16:23 绿色star 阅读(240) 评论(0) 推荐(0) 编辑

Qt中C++与QML交互
摘要:###main.c部分int main(int argc, char *argv[]){ QString info1 = "xxxxxxxxxxx"; QString info2 = "yyyyyyyyy"; 。。。。 QQmlApplicationEngine engine; engine.loa 阅读全文

posted @ 2019-06-13 09:03 绿色star 阅读(2393) 评论(0) 推荐(0) 编辑

内核空间可以直接访问应用层空间地址
摘要:在linux驱动编写过程中, 如果要实现内核和应用的数据传递通常用copy_from/to_user()函数, 如果如果直接用mmecpy来传递, 可能会导致内核安全漏洞! 内核可以直接操作应用层的地址空间。 以下是个例子: 内核 ko部分 #include <linux/init.h>#inclu 阅读全文

posted @ 2019-06-10 10:34 绿色star 阅读(595) 评论(0) 推荐(0) 编辑

linux 提权漏洞总结
摘要:https://github.com/SecWiki/linux-kernel-exploits https://www.sec-wiki.com/skill 阅读全文

posted @ 2019-06-09 22:56 绿色star 阅读(1341) 评论(0) 推荐(0) 编辑

linux内核构造skb发包-----raw、tcp网络编程
摘要:1. 内核raw发包 #include <linux/init.h>#include <linux/module.h> #include <linux/kernel.h>#include <linux/moduleparam.h>#include <linux/ip.h>#include <linu 阅读全文

posted @ 2019-06-07 21:48 绿色star 阅读(1151) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

点击右上角即可分享
微信分享提示