So after awhile of studying source code by a few hackers (spinout, frauber, ZZT, Hectamatatortron), I made a practice hack in C (originally C++ but I wasn't so sure g++ could be made to target MIPS...) and now I come to the issue of creating a hook. I don't quite understand what a hook is other that the fact that it "hooks" into the memory to execute the code. How would I create one for printing text in the most efficient way possible? Thanks for any help.
Question
Jason777
So after awhile of studying source code by a few hackers (spinout, frauber, ZZT, Hectamatatortron), I made a practice hack in C (originally C++ but I wasn't so sure g++ could be made to target MIPS...) and now I come to the issue of creating a hook. I don't quite understand what a hook is other that the fact that it "hooks" into the memory to execute the code. How would I create one for printing text in the most efficient way possible? Thanks for any help.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts