panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.47k stars 474 forks source link

syscalls2: Add sys_statx() for ARM #1424

Closed be32826 closed 7 months ago

lacraig2 commented 7 months ago

There was some really cool work @jamcleod did to build kernels and auto-generate these lists from their syscall tables.

This PR is fine, but a better one might be able to permanently fix these discrepancies.

be32826 commented 7 months ago

I originally tried running the scripts to automatically generate the syscall lists but it made too many changes that looked like breaking changes.