mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
With this we can run following script with no errors:
```sh
for /usr/lib/*.so {
disasm "$it" > /dev/zero
}
```
108 KiB
108 KiB