This library when injected into Titan Quest (THQ 2006 RPG), will make the players character invulnerable to attack. It should work on all versions since it leverages the game libraries functions. For more detailed information on how it was created, refer to my blog.
All code is written in C and can be built with MinGW. To compile you will likely need to use:
(If compiling in Windows systems)
> make -f Makefile.win
(If cross-compiling in Linux systems)
$ make -f Makefile.linux-32
All code is licensed under GNU/GPL version 3.