Now About Social Code
summaryrefslogtreecommitdiff
path: root/src/wrap.c
AgeCommit message (Collapse)Author
2024-08-07wrap: Allow spoofing of address to figure PDSPixelCodeData encodingLucas Fryzek
2024-08-07drv: Add ccb buffer and pds dataLucas Fryzek
Data still needs to be patched at runtime to point to the correct addresses.
2024-08-07wrap: Fix crashing from missing mmap offsetLucas Fryzek
2024-08-06drv: Attempt to add mapping supportLucas 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-06wrap: Zero more buffersLucas Fryzek
Zero more buffers so its easier to figure out what needs to be copied and modified in the example driver to replay the dumped command buffer.
2024-08-02drv: Add custom userspace driverLucas Fryzek
Add userspace driver that we will eventually use to try and replay the command dumps coming from the wrap library.
2024-07-28wrap: Improve some data gatheringLucas Fryzek
2024-07-27wrap: Add wrapping libraryLucas Fryzek