[root@haproxy linux-4.4]# objdump -t hi_epon.ko | grep plt 00000000 l d .plt 00000000 .plt 00000001 l d .init.plt 00000000 .init.plt
[root@haproxy linux-4.4]# objdump -t getshell.ko | grep plt 00000000 l d .plt 00000000 .plt 00000200 l d .init.plt 00000000 .init.plt
hi_epon.ko 提取于 海思固件
1
ihipop 2021-07-01 11:54:22 +08:00 via Android
你是用的海狮官方 kernel header 编译的吗?如果是用官方的 Linux 内核代码编译,你怎么绕过海狮 Linux 内核的 magic ver 检测的?
|
2
guanyin8cnq12 OP @ihipop 不需要绕,直接在 config 里配。 第一次编译,不知道 magic,没关系,用 dmsg 查看,会有提示,你照着提示修改 config 就行了。很简单。
|
3
btworm 2021-11-18 00:10:11 +08:00
@guanyin8cnq12
config.gz 找到了,但您提到的用"dmesg 查看,...照着提示修改 config", 不大明白什么意思。 |