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