tanelpoder / 0xtools

0x.Tools: X-Ray vision for Linux systems
https://0x.tools
GNU General Public License v2.0
1.22k stars 99 forks source link

Bugfix: ValueError: invalid literal for int() with base 10 #39

Closed skoehler-soocs closed 1 week ago

skoehler-soocs commented 2 weeks ago

On ARM64 the file "/usr/include/asm-generic/unistd.h" includes entries like "#define __SYSCALL(x, y)" which result in valueError - this additional check avoids it.