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

Broken wx command #4774

Closed
XVilka opened this issue Dec 17, 2024 · 2 comments
Closed

Broken wx command #4774

XVilka opened this issue Dec 17, 2024 · 2 comments

Comments

@XVilka
Copy link
Member

XVilka commented Dec 17, 2024

$ rizin -a x86 -b 64 malloc://10240
[0x00000000]> wx 0x9090e803000000
ERROR: Could not write hexpair '0x9090e803000000' at 0
[0x00000000]> wx 9090e803000000
ERROR: Could not write hexpair '9090e803000000' at 0

macOS 15.2 ARM64

@wargio
Copy link
Member

wargio commented Dec 17, 2024

it doesn't look like on mine:

$ rizin  -a x86 -b 64 malloc://10240
 -- Step through your seek history with the commands 'u' (undo) and 'U' (redo)
[0x00000000]> wx 0x9090e803000000
[0x00000000]> px @! 16
- offset -   0 1  2 3  4 5  6 7  8 9  A B  C D  E F  0123456789ABCDEF
0x00000000  9090 e803 0000 0000 0000 0000 0000 0000  ................
[0x00000000]> wx 9090e803000000
[0x00000000]> px @! 16
- offset -   0 1  2 3  4 5  6 7  8 9  A B  C D  E F  0123456789ABCDEF
0x00000000  9090 e803 0000 0000 0000 0000 0000 0000  ................
[0x00000000]> q

@XVilka
Copy link
Member Author

XVilka commented Dec 22, 2024

Fixed with the recent commit somehow, cannot reproduce it anymore. Weird.

@XVilka XVilka closed this as completed Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants