I have a suggestion for a project if anyone wants to take the challenge.
EASYMOD
The concept of this would be a axe or asm program that takes a modded version of a game and integrates the modded version into the original version. The process I imagined was...
1) Ask for the mod and original game name
2) read through the original program and replace variables & code pieces from the modded version in a prioritized manner
3) run through the program and check for bugs such as...
a) Inconsistent variables
b) Invalid syntax
c) Corrupted pieces of code that could reset the RAM
EASYMOD
The concept of this would be a axe or asm program that takes a modded version of a game and integrates the modded version into the original version. The process I imagined was...
1) Ask for the mod and original game name
2) read through the original program and replace variables & code pieces from the modded version in a prioritized manner
3) run through the program and check for bugs such as...
a) Inconsistent variables
b) Invalid syntax
c) Corrupted pieces of code that could reset the RAM