peda
peda copied to clipboard
Anyone interested in a disas-until-ret functionality?
Hey guys, I have a commit over on my fork of this that does the following
if running : pdisass with no args disassembles until a ret instruction (or until 0x100 lines, could be changed)
if not running : nothing as of yet, but I was considering pdisass disassembling the entrypoint until ret.
Any comments or suggestions would help me greatly. I've used the feature plenty during ctfs, especially when working with any sort of stripped binary
Keep in mind, this is only my implementation of a feature I like. I would like the opinions of everyone on whether this should be it's own command or be implemented differently.