Skip to content

Some advice #5

@enlist12

Description

@enlist12

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions