Pwndbg: Add xuntil command from peda

Created on 22 Nov 2018  路  5Comments  路  Source: pwndbg/pwndbg

xuntil -- Continue execution until an address or function

e.g. xuntil <expr> where expr is an address/symbol; as a result we want an one time breakpoint + continue with given arguments.

I think we can also extend it with running the program if it is not started yet.

feature good first issue help wanted

Most helpful comment

I'd like to take care of it as a first contribution.

All 5 comments

Is this needed with break_on_next(address) and break_next_call ? Or is this required for PEDA compatibility?

I was asked to add this. Not sure what do you ask by:

Is this needed with break_on_next(address) and break_next_call

I guess this functionality might use one of those functions

I'd like to take care of it as a first contribution.

@alissonbezerra That's great! If you need any help feel free to write here or e.g. on freenode irc #pwndbg (or PM me there - disconnect3d).

Looks like this can be closed. If anyone thinks this should be reopened, feel free.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

carstein picture carstein  路  9Comments

kmskrishna picture kmskrishna  路  6Comments

devneal picture devneal  路  6Comments

thinkycx picture thinkycx  路  6Comments

BeLeap picture BeLeap  路  4Comments