JonathanSalwan/ROPgadget

problems about snapshots in README

mudongliang opened this issue · 1 comments

There are some snapshots in README, which have different length of memory address and different assembly syntax: AT&T and Intel.
The result of "ROPgadget" is in Intel grammer. How can I reset it to AT&T grammer? And is there an option to decide whether I show assembly sequence in AT&T or Intel?

Hey,

There are some snapshots in README, which have different length of memory address and different > assembly syntax: AT&T and Intel.

There is no error, it is just different architectures (mips, arm, x86, ...).

The result of "ROPgadget" is in Intel grammer. How can I reset it to AT&T grammer?

It's not recommended because some parsing were made on the Intel syntax for the ROP chain generation. If you feel lucky or don't care about the ROP chain generation, you can setup capstone to disassemble with the Intel syntax.

And is there an option to decide whether I show assembly sequence in AT&T or Intel?

nop.

Cheers,