Y33Tcoder / EzApexDMAAimbot

Simple Apex KVM DMA Aimbot+Glow
74 stars 18 forks source link

Port to FPGA DMA #3

Open MystifiedSky opened 2 years ago

MystifiedSky commented 2 years ago

Would this be easily converted to FPGA DMA and do you have any advice?

Y33Tcoder commented 2 years ago

I’m assuming you’re talking about porting the actual cheat functions (Aimbot/glow) and not the memory manipulation backend? In that case it should be as simple as replacing the memory read/write calls with DMA equivalents.

However I’m not entirely experienced in using PCIleech/DMA related tech so hope I was able to at least answer part of your question.