Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1098: dX cmds trunc out on x86 binaries #1104

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

disconnect3d
Copy link
Member

@disconnect3d disconnect3d commented Aug 30, 2022

Before:

pwndbg> hexdump $esp
+0000 0xffffd260  01 00 00 00  c8 d3 ff ff  00 00 00 00  da d3 ff ff  │....│....│....│....│
+0010 0xffffd270  ed d3 ff ff  d9 d9 ff ff  0b da ff ff  2d da ff ff  │....│....│....│-...│
+0020 0xffffd280  3c da ff ff  49 da ff ff  ff db ff ff  0f dc ff ff  │<...│I...│....│....│
+0030 0xffffd290  26 dc ff ff  34 dc ff ff  49 dc ff ff  51 dc ff ff  │&...│4...│I...│Q...│
pwndbg> dq $esp
ffffd260     0000000000000001 0000000000000000
ffffd270     00000000ffffd3ed 00000000ffffda0b
ffffd280     00000000ffffda3c 00000000ffffdbff
ffffd290     00000000ffffdc26 00000000ffffdc49

After:

pwndbg> hexdump $esp
+0000 0xffffd260  01 00 00 00  c8 d3 ff ff  00 00 00 00  da d3 ff ff  │....│....│....│....│
+0010 0xffffd270  ed d3 ff ff  d9 d9 ff ff  0b da ff ff  2d da ff ff  │....│....│....│-...│
+0020 0xffffd280  3c da ff ff  49 da ff ff  ff db ff ff  0f dc ff ff  │<...│I...│....│....│
+0030 0xffffd290  26 dc ff ff  34 dc ff ff  49 dc ff ff  51 dc ff ff  │&...│4...│I...│Q...│
pwndbg> dq $esp
ffffd260     ffffd3c800000001 ffffd3da00000000
ffffd270     ffffd9d9ffffd3ed ffffda2dffffda0b
ffffd280     ffffda49ffffda3c ffffdc0fffffdbff
ffffd290     ffffdc34ffffdc26 ffffdc51ffffdc49

@disconnect3d disconnect3d merged commit d4850be into dev Aug 30, 2022
@disconnect3d disconnect3d deleted the fix-windbg-dX-truncating-output branch August 30, 2022 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant