-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
1: I notice that you assume the name of init process is "init". However, in high version, the name may is "swapper/0".
2: I found that you try get address of init_cred at a function. However, it maybe fail at high kernel version. we could get it directy like sym['init_cred']
3: You define the total start time of kernel in 60s. However, high version kernel may need more time due to complex system.
4. I notice that you use "run_to_unconstrained" in angrop to get gadgets. However, I try to use this way to get other gadgets. Then I encounter gadgets like "push 0xffffffff93417831 ; ret " and the rip would be led to other address which may cause deadloop.
Metadata
Metadata
Assignees
Labels
No labels