Skip to content

Tags: ferivoz/pwndbg

Tags

2021.06.22

Toggle 2021.06.22's commit message
Update links to use Discord

2020.07.23

Toggle 2020.07.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix disasm call target display when symbol is known (pwndbg#801)

This commit fixes the issue described in pwndbg#772 (comment)

tl;dr: when we displayed a known constant call instruction like
`call qword ptr [rip + 0x1c7d2]` when it called a known symbol we only
displayed the target address instead of the symbol.

Now, we will display only the target address.

Note that there are still cases when we can display both. This can
happen for example for a `ret` instruction (even without emulation).

This commit extends a comment around that code to give such example.

2019.12.09

Toggle 2019.12.09's commit message

2019.01.25

Toggle 2019.01.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Capstone to 4.0.1 (pwndbg#591)

2018.07.29

Toggle 2018.07.29's commit message
Add release 2018.07.29

2017.09.26

Toggle 2017.09.26's commit message
Add release 2017.09.26

2017.02.01

Toggle 2017.02.01's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Add release 2017.02.01

2016.09.22

Toggle 2016.09.22's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Add release 2016.09.22

2016.09.12

Toggle 2016.09.12's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Add release 2016.09.12