2021年4月9日

摘要: 伺服控制器是ethercat 阅读全文
posted @ 2021-04-09 17:51 lydstory 阅读(55) 评论(0) 推荐(0)
摘要: minifilter 阅读全文
posted @ 2021-04-09 17:26 lydstory 阅读(42) 评论(0) 推荐(0)
摘要: gtk+编程 阅读全文
posted @ 2021-04-09 15:27 lydstory 阅读(43) 评论(0) 推荐(0)
摘要: #include<linux/init.h> #include<linux/module.h> #include<linux/moduleparam.h> #include<linux/unistd.h> #include<linux/sched.h> #include<linux/syscalls 阅读全文
posted @ 2021-04-09 14:34 lydstory 阅读(50) 评论(0) 推荐(0)
摘要: 1.登录 u盘 key pam 2.进程管控 3.文件监控 4.网关过滤 阅读全文
posted @ 2021-04-09 14:22 lydstory 阅读(43) 评论(0) 推荐(0)
摘要: #include<linux/init.h> #include<linux/module.h> #include<linux/moduleparam.h> #include<linux/unistd.h> #include<linux/sched.h> #include<linux/syscalls 阅读全文
posted @ 2021-04-09 14:18 lydstory 阅读(83) 评论(0) 推荐(0)
摘要: /* * A LSM modules which implements role based access control. */ #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include 阅读全文
posted @ 2021-04-09 14:11 lydstory 阅读(370) 评论(1) 推荐(0)
摘要: 1 注意Linux x86_64使用的LP64字长模式2 Linux x86_64可以通过三种方式获取system_call表Linux x86_64有两套调用模式:Long模式和兼容模式,对应有两套调用表:system_call,ia32_syscall.2.1 兼容方式 使用int 0x80,M 阅读全文
posted @ 2021-04-09 12:58 lydstory 阅读(291) 评论(0) 推荐(0)
摘要: #include <linux/module.h> #include <linux/kernel.h> // 中断描述符表寄存器结构 struct { unsigned short limit; unsigned int base; } __attribute__((packed)) idtr; / 阅读全文
posted @ 2021-04-09 11:37 lydstory 阅读(66) 评论(0) 推荐(0)
摘要: 远离舒适区域 头脑风暴、生命压力、智商压力、问题价值 技术革命、深度思考 阅读全文
posted @ 2021-04-09 11:07 lydstory 阅读(29) 评论(0) 推荐(0)
摘要: 1.控制tcp数据包 2.控制http域名 3.控制端口 linux 内核模块 阅读全文
posted @ 2021-04-09 10:19 lydstory 阅读(31) 评论(0) 推荐(0)

导航