上一页 1 ··· 337 338 339 340 341 342 343 344 345 ··· 621 下一页

2021年4月9日

摘要: 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 阅读(296) 评论(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 阅读(68) 评论(0) 推荐(0)
摘要: 远离舒适区域 头脑风暴、生命压力、智商压力、问题价值 技术革命、深度思考 阅读全文
posted @ 2021-04-09 11:07 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: 1.控制tcp数据包 2.控制http域名 3.控制端口 linux 内核模块 阅读全文
posted @ 2021-04-09 10:19 lydstory 阅读(35) 评论(0) 推荐(0)

2021年4月8日

摘要: https://blog.csdn.net/gatieme/article/details/75108154 https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/driver/force_rmmod/src/01-d 阅读全文
posted @ 2021-04-08 17:43 lydstory 阅读(70) 评论(0) 推荐(0)
摘要: module verification failed: signature and/or required key missing - tainting kernel unable to handle kernel paging request at ffffa2033fed0018 insmod命 阅读全文
posted @ 2021-04-08 17:36 lydstory 阅读(373) 评论(0) 推荐(0)
摘要: rmmod: ERROR: Module FileMonitor is in use 驱动异常无法卸载 阅读全文
posted @ 2021-04-08 17:30 lydstory 阅读(988) 评论(0) 推荐(0)
摘要: 方法二: 将demo.ko文件拷贝到 /lib/module/`uname -r`/目录下,这里,`uname -r`意思为在终端中输入此命令执行的结果后显示的内核版本及名称,例如exynos 4412中显示的为3.5.0-FriendlyARM。 然后命令行中输入如下命令: depmod (会在/ 阅读全文
posted @ 2021-04-08 16:59 lydstory 阅读(178) 评论(0) 推荐(0)
摘要: Linux设备模型(4)_sysfs 阅读全文
posted @ 2021-04-08 13:56 lydstory 阅读(42) 评论(0) 推荐(0)
摘要: QSharedPointer 阅读全文
posted @ 2021-04-08 13:06 lydstory 阅读(66) 评论(0) 推荐(0)
上一页 1 ··· 337 338 339 340 341 342 343 344 345 ··· 621 下一页

导航