Dzz
stmia r0!, {r2-r9}
I am planning to do this type of thing for future games of mine -- having some embedded code that spits out an encrypted character string containing a name and score. Then a player could type that string into my web site and it would get decrypted and added to a database.
The system is completely dependent on being difficult to reverse engineer however. I believe I can make it so difficult that nobody in our small community would bother just so they could pretend to have gotten a high score on some little game I wrote. However, I can not think of a way to do this as a general solution that other people could use.... if the source code or even a linkable binary module gets out of my secret fortress, it would become MUCH simpler for somebody to reverse engineer.
I certainly admire the dedication of whoever is planning to look at all of the screenshots and do the data entry into the system as it has been described here so far.
The system is completely dependent on being difficult to reverse engineer however. I believe I can make it so difficult that nobody in our small community would bother just so they could pretend to have gotten a high score on some little game I wrote. However, I can not think of a way to do this as a general solution that other people could use.... if the source code or even a linkable binary module gets out of my secret fortress, it would become MUCH simpler for somebody to reverse engineer.
I certainly admire the dedication of whoever is planning to look at all of the screenshots and do the data entry into the system as it has been described here so far.