1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Userland/DevTools
Hendiadyoin1 7ba2e5e3e7 LibX86: Add CMPXCHG8B, RDRAND and RDSEED
With this we can run following script with no errors:
```sh
for /usr/lib/*.so {
    disasm "$it" > /dev/zero
}
```
2022-04-06 18:30:22 +02:00
..
HackStudio Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
Inspector Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Playground Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Profiler Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UserspaceEmulator LibX86: Add CMPXCHG8B, RDRAND and RDSEED 2022-04-06 18:30:22 +02:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00