Skip to content

constants: add more syscall numbers#2141

Merged
disconnect3d merged 1 commit into
pwndbg:devfrom
Ordoviz:dev
Apr 29, 2024
Merged

constants: add more syscall numbers#2141
disconnect3d merged 1 commit into
pwndbg:devfrom
Ordoviz:dev

Conversation

@Ordoviz

@Ordoviz Ordoviz commented Apr 29, 2024

Copy link
Copy Markdown
Contributor

It bothered me that execveat syscall wasn't detected in the disassembly window:

► 0x401060 <_start+51>        syscall  <SYS_<unk_322>>

Now it shows correctly: 😄

► 0x401060 <_start+51>        syscall  <SYS_execveat>

I did not run pytest.

@disconnect3d

Copy link
Copy Markdown
Member

@Ordoviz Awesome! Thanks!

@disconnect3d disconnect3d merged commit acc16b8 into pwndbg:dev Apr 29, 2024
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.

2 participants