Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | wrap: Fix crashing from missing mmap offset | Lucas Fryzek | |
2024-08-06 | drv: Attempt to add mapping support | Lucas Fryzek | |
Map allocated buffers so we can clear them and then write copied dumps from proprietary driver to them. Currently memory allocations fail with `MAP_FAILED` in mmap. | |||
2024-08-02 | drv: Add custom userspace driver | Lucas Fryzek | |
Add userspace driver that we will eventually use to try and replay the command dumps coming from the wrap library. | |||
2024-07-28 | wrap: Improve some data gathering | Lucas Fryzek | |
2024-07-27 | wrap: Add wrapping library | Lucas Fryzek | |