Harshit Joshi

Results 3 comments of Harshit Joshi

Maybe this fits you - ```python from one_gadget import generate_one_gadget path_to_libc = './libc-2.23.so' for offset in generate_one_gadget(path_to_libc): print(offset) ``` Spoiler! This does not work everytime

@piyushroshan please review this.