DMA has implemented a fix cr3 using MemProcFS, as seen at https://github.com/Metick/DMALibrary/blob/d488cdc804cf26674637bfa49c2a349d408a8363/DMALibrary/Memory/Memory.cpp#L439. How should I go about making a fix cr3 on your project? I attempted to iterate over all the DTBs using the method described at https://www.unknowncheats.me/forum/anti-cheat-bypass/635533-eac-dtb-fix-memflow-rust-paste-ready.html. However, it's quite time-consuming and I wasn't able to find the correct DTB (perhaps there's an issue with my code).