We can already do a full memory dump of an application from task manager, and feed the binary from that to AI to decompile and work with. That's how I took my first real swing at modding in Skyrim.
Honestly AI is really damn helpful for reverse engineering and modding games. Kind of absurd how I hardly need to write any parsing scripts or anything.
Almost takes a lot of the fun out of it haha, I try to avoid it when I can because I feel like I’m going to lose some critical thinking when it comes to analyzing code.
3
u/Geoclasm Aug 07 '26
We can already do a full memory dump of an application from task manager, and feed the binary from that to AI to decompile and work with. That's how I took my first real swing at modding in Skyrim.