Skip to content

How to use parameters add_condition() #12

@GeekPwn2018

Description

@GeekPwn2018

i use it as this ,but can not Reduce option
obj = LibcSearcher('__libc_start_main',libc_start_main_addr)
obj.add_condition('gets',gets_addr)

when i use as the following,it return NULL
obj = LibcSearcher('__libc_start_main',libc_start_main_addr).add_condition('gets',gets_addr)
can you help me,show me how to use is Correctly
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions