会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
333
334
335
336
337
338
339
340
341
···
618
下一页
2021年4月9日
minifilter
摘要: minifilter
阅读全文
posted @ 2021-04-09 17:26 lydstory
阅读(42)
评论(0)
推荐(0)
gtk+编程
摘要: gtk+编程
阅读全文
posted @ 2021-04-09 15:27 lydstory
阅读(43)
评论(0)
推荐(0)
获取5.2以上内核
摘要: #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)
hook 卡死 获取系统表地址错误
摘要: #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)
Unknown symbol security_hook_heads (err 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)
Linux x86_64 内核查找sys_call_table注意事项
摘要: 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)
linux网关
摘要: 1.控制tcp数据包 2.控制http域名 3.控制端口 linux 内核模块
阅读全文
posted @ 2021-04-09 10:19 lydstory
阅读(31)
评论(0)
推荐(0)
上一页
1
···
333
334
335
336
337
338
339
340
341
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告