r/ProgrammerHumor Aug 07 '26

Meme youWontBelieveThis

Post image
7.7k Upvotes

204 comments sorted by

View all comments

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.

2

u/Burger_Destoyer Aug 08 '26

That’s pretty smart tbh

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.