Exrop : Automatic ROP Chain Generation

Exrop is automatic ROP chains generator tool which can build gadget chain automatically from given binary and constraints Requirements : Triton, ROPGadget Only support for x86-64 for now! Features handling non-return gadgets (jmp reg, call reg) set registers (rdi=0xxxxxx, rsi=0xxxxxx) set register to register (rdi=rax) write to mem write string/bytes to mem function call (open(‘/etc/passwd’,0)) pass register …