Long Le
Long Le
Frankly, no plan for it now :)
Yes, it's a bug with `start` command. Workaround: use `run` instead :)
Hi, It is not configurable for now. You can modify directly: https://github.com/longld/peda/blob/master/lib/utils.py#L442 or check this: https://github.com/longld/peda/pull/88
It's strange, you should re-test using cyclic pattern (>260) as argument (check command `pattern_*`).
I merged the idea of screen clearing in https://github.com/longld/peda/commit/847a926b04e6580629db33f629f4431744e2de1b
@bert88sta There is progress but very slow, stay tuned.
PEDA v1 is x86 only, pls check other forks for your feature.
peda sets `disassembly-flavor to intel` by default for instruction parsing and will not support GAS syntax.
Probably, with peda2 :)