We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using:
dev
957a2997b3bda24f36187b87cf2be731c227a2fa
When disassembling this particular basic block I found that pdb returns differently between rzpipe from Python and Rizin.
pdb
rzpipe:
In [14]: print(self._pipe.cmd('pdb')) │ 0x00015525 mov rdi, rbp │ 0x00015528 ~ mov esi, 0x20 ; "@" │ ; CODE XREF from fcn.00014ab0 @ 0x14c95 │ ;-- case 48: ; from 0x14c95 │ 0x0001552a add byte [rax], al │ 0x0001552c add al, ch │ 0x0001552e hlt │ 0x00015530 invalid │ 0x00015531 dec dword [rax - 0x75] │ 0x00015534 insb byte [rdi], dx │ 0x00015535 and al, 0x30 │ 0x00015537 mov rcx, qword [var_20h]
Rizin:
[0x00015525]> pdb │ 0x00015525 mov rdi, rbp │ ; CODE XREF from fcn.00014ab0 @ 0x14c95 │ ;-- case 48: ; from 0x14c95 │ 0x00015528 ~ mov esi, 0x20 ; "@" │ 0x0001552d call sym.imp.memset ; sym.imp.memset │ 0x00015532 mov rbp, qword [var_38h] │ 0x00015537 mov rcx, qword [var_20h]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using:
dev
branch on commit957a2997b3bda24f36187b87cf2be731c227a2fa
When disassembling this particular basic block I found that
pdb
returns differently between rzpipe from Python and Rizin.rzpipe:
Rizin:
The text was updated successfully, but these errors were encountered: