Pwndbg: Command Name Blacklist

Created on 18 Apr 2017  路  2Comments  路  Source: pwndbg/pwndbg

We should implement a blacklist against GDB-defined default commands and keywords, so that we don't accidentally implement a command that overwrites an existing command.

A specific example of one that we overwrite is start (though we maintain similar behavior).

Hacktoberfest enhancement good first issue help wanted

All 2 comments

With my PR merged this now means that an attempt to override an existing GDB command will throw an exception. There is a whitelist for commands which are allowed to override existing commands which currently contains: "up", "down", "pwd", "search", "start".

Done in #543, thanks again @ZetaTwo o/ :beers:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BeLeap picture BeLeap  路  4Comments

danielnehrig picture danielnehrig  路  4Comments

stnevans picture stnevans  路  7Comments

degrigis picture degrigis  路  6Comments

kiror0 picture kiror0  路  4Comments